summaryrefslogtreecommitdiffstats
path: root/tools/javascript.py
diff options
context:
space:
mode:
authorAndy Maloney <asmaloney@gmail.com>2023-02-16 10:38:38 -0500
committerAndy Maloney <asmaloney@gmail.com>2023-06-15 20:45:01 -0400
commitdb2394dbe76e0df9ac6933c38af7e7635367ee7b (patch)
tree08d53ae511dd7f18f07cfd5920a5f699cb5e2143 /tools/javascript.py
parent1bc9ca7b57799dd03dcb65b4a5a178bf1176ebcf (diff)
downloadredot-cpp-db2394dbe76e0df9ac6933c38af7e7635367ee7b.tar.gz
Identifiers containing double underscore are reserved according to the C++ standard
Rename __* to _gde_* https://timsong-cpp.github.io/cppwp/n3337/global.names https://en.cppreference.com/w/cpp/language/identifiers Identifiers appearing as a token or preprocessing token (i.e., not in user-defined-string-literal like operator ""id) (since C++11) of one of the following forms are reserved: - identifiers with a double underscore anywhere; - identifiers that begin with an underscore followed by an uppercase letter; - in the global namespace, identifiers that begin with an underscore.
Diffstat (limited to 'tools/javascript.py')
0 files changed, 0 insertions, 0 deletions