llvm-project/clang/lib/Index
Argyrios Kyrtzidis 74790484b5 [index] Improvde how we handle synthesized ObjC properties and the associated ivars.
Related synthesized properties with the ivar they use with the 'accessor' relation, and make sure
we mark them 'implicit' when appropriate.

Patch by Nathan Hawes!
https://reviews.llvm.org/D30012

llvm-svn: 295416
2017-02-17 04:49:41 +00:00
..
CMakeLists.txt [index] CMake: add missing reference to clangSerialization library. 2017-01-30 06:48:27 +00:00
CodegenNameGenerator.cpp Make TargetInfo store an actual DataLayout instead of a string. 2016-03-04 19:00:41 +00:00
CommentToXML.cpp Remove FormatContext from libClang as it is now unused. 2016-11-08 19:47:19 +00:00
IndexBody.cpp [index] Avoid using a RecursiveASTVisitor for SyntacticFormIndexer and iterate the DesignatedInitExprs of the InitListExpr directly. 2016-11-01 04:29:39 +00:00
IndexDecl.cpp [index] Improvde how we handle synthesized ObjC properties and the associated ivars. 2017-02-17 04:49:41 +00:00
IndexSymbol.cpp [index] Introduce symbol subkinds to mark an accessor getter or setter. 2017-01-11 21:42:48 +00:00
IndexTypeSourceInfo.cpp [index] Add 'IBTypeOf' relation for ObjC methods marked with IBAction and properties with IBOutletCollection. 2017-01-11 21:01:07 +00:00
IndexingAction.cpp [c-index-test] Provide capability to index module file imports and dump their input files. 2017-01-30 06:05:58 +00:00
IndexingContext.cpp [index] Improvde how we handle synthesized ObjC properties and the associated ivars. 2017-02-17 04:49:41 +00:00
IndexingContext.h [index] Add 'IBTypeOf' relation for ObjC methods marked with IBAction and properties with IBOutletCollection. 2017-01-11 21:01:07 +00:00
SimpleFormatContext.h [VFS] Port SimpleFormatContext to InMemoryFileSystem. 2015-10-06 10:23:34 +00:00
USRGeneration.cpp [OpenCL] Correct ndrange_t implementation 2017-02-16 12:27:47 +00:00