Skip to content
Commit 08f96a9b authored by Argyrios Kyrtzidis's avatar Argyrios Kyrtzidis
Browse files

[AST/libclang] Speed up clang_getOverriddenCursors() considerably by reserving a bit

in ObjCMethodDecl to indicate whether the method does not override any other method,
which is the majority of cases.

That way we can avoid unnecessary work doing lookups, especially when PCH is involved.

rdar://11360082

llvm-svn: 156476
parent ddcce0bb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment