Files
clang-p2996/clang/lib/AST/CXXInheritance.cpp
Kazu Hirata 4c9c2d6082 [AST] Avoid repeated hash lookups (NFC) (#111327)
Here I'm splitting up the existing "if" statement into two.  Mixing
hasDefinition() and insert() in one "if" condition would be extremely
confusing as hasDefinition() doesn't change anything while insert()
does.
2024-10-07 06:55:56 -07:00

26 KiB