Skip to content
Commit e7c1fe6a authored by Sebastian Redl's avatar Sebastian Redl
Browse files

Instead of modifying the ObjC AST to not modify existing declarations, teach...

Instead of modifying the ObjC AST to not modify existing declarations, teach chained PCH to overwrite declarations from earlier PCH files in dependent ones. Tell Sema to note when it changes AST nodes so that they have to be reserialized. Finally, the ObjCProtocolDecls created in forward decls, like the ObjCInterfaceDecls in @class forward decls, are not lexically part of the decl context; only the definition is.

llvm-svn: 110989
parent f7f020bb
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