We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62db434 commit 662ef86Copy full SHA for 662ef86
clang/lib/Serialization/ASTWriter.cpp
@@ -3618,7 +3618,6 @@ class ASTIdentifierTableTrait {
3618
/// doesn't check whether the name has macros defined; use PublicMacroIterator
3619
/// to check that.
3620
bool isInterestingIdentifier(const IdentifierInfo *II, uint64_t MacroOffset) {
3621
- II->getObjCOrBuiltinID();
3622
bool IsInteresting =
3623
II->getNotableIdentifierID() !=
3624
tok::NotableIdentifierKind::not_notable ||
0 commit comments