Files
clang-p2996/clang/utils/TableGen/ClangASTNodesEmitter.cpp
Rahul Joshi a06d84abd3 [NFC][Clang][TableGen] Refactor ClangASTNodesEmitter (#108580)
Change macroName() to accept a StringRef to avoid extra string copy. 
Simplify ASTNode comparison function.
Use equal_range() instead of calling lower_bound() and upper_bound()
separately for std::multimap.
No need to use std::make_pair.
2024-09-16 06:34:56 -07:00

8.1 KiB