summaryrefslogtreecommitdiffstats
path: root/test/Index
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Make sure that when we have multiple @class references in the same...Argyrios Kyrtzidis2012-04-161-0/+7
* [libclang] Spelling range for a objc category should the category name range,...Argyrios Kyrtzidis2012-04-161-0/+10
* [libclang] Introduce a couple of functions to make it convenientArgyrios Kyrtzidis2012-04-112-3/+3
* [libclang] In cxloc::translateSourceRange make sure to handle locations in ma...Argyrios Kyrtzidis2012-04-111-1/+10
* [libclang] For clang_getOverriddenCursors make sure to report overridden objc...Argyrios Kyrtzidis2012-04-101-0/+15
* Include the Objective-C parameter- and return-passing qualifiers whenDouglas Gregor2012-04-101-8/+16
* Don't include the ':' following code-completion suggestions forDouglas Gregor2012-04-101-0/+9
* Add a target triple to test/Index/complete-synthesized.m.Argyrios Kyrtzidis2012-04-101-3/+3
* Remove -fobjc-default-synthesize-properties as the optionFariborz Jahanian2012-04-091-3/+3
* Don't treat synthesized ivars as being in the base class for the purpose ofNick Lewycky2012-04-031-1/+1
* [libclang] Fix use-after-free bug when handling attributes indexing info.Argyrios Kyrtzidis2012-03-311-0/+10
* [libclang] Introduce clang_Cursor_getObjCSelectorIndex() function.Argyrios Kyrtzidis2012-03-301-2/+2
* [libclang] Introduce clang_Cursor_getSpellingNameRange().Argyrios Kyrtzidis2012-03-301-4/+17
* Add info to ObjCPropertyRefExpr to indicate whether the dot syntax propertyArgyrios Kyrtzidis2012-03-301-1/+16
* [libclang] A MemberRefExpr cursor for a property dot syntax should have asArgyrios Kyrtzidis2012-03-301-0/+3
* [libclang] Have c-index-test output more information about a cursor with -cur...Argyrios Kyrtzidis2012-03-301-2/+6
* Introduce a new libclang API to determine the parent context of a codeDouglas Gregor2012-03-274-17/+34
* [parser] If there are unmatched braces in a function definition, try toArgyrios Kyrtzidis2012-03-242-0/+20
* [libclang] Make sure we don't crash when trying to index code thatArgyrios Kyrtzidis2012-03-231-1/+7
* [libclang] For a CXCursor_ObjCInstanceMethodDecl/CXCursor_ObjCClassMethodDecl...Argyrios Kyrtzidis2012-03-2313-187/+187
* When determining the availability of an enum constant, also considerDouglas Gregor2012-03-171-6/+6
* Make RecursiveASTVisitor to traverse certain statements using data recursionArgyrios Kyrtzidis2012-03-151-0/+2011
* [Sema] -Add an invalid objc category to the DeclContext so that it can beArgyrios Kyrtzidis2012-03-121-0/+28
* [Sema] A tag decl that is marked as invalid and is used in a decl-spec,Argyrios Kyrtzidis2012-03-101-0/+8
* Allow serializing an invalid ParmVarDecl and don't set access to public forArgyrios Kyrtzidis2012-03-091-0/+2
* Improve our semantic error recovery.Argyrios Kyrtzidis2012-03-091-2/+14
* [libclang] Fix a crash when serializing a preprocessing record that containsArgyrios Kyrtzidis2012-03-081-4/+4
* [libclang] Enhance clang_getOverriddenCursors.Argyrios Kyrtzidis2012-03-085-18/+29
* [PCH] Mark a PCH file with a flag to indicate if the serialized AST hadArgyrios Kyrtzidis2012-03-072-4/+29
* And libclang cursor/indexing support for new Objective-C NSArray/NSDictionary...Ted Kremenek2012-03-066-2/+312
* Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek2012-03-012-5/+5
* [libclang] Add a test I forgot to commit.Argyrios Kyrtzidis2012-02-281-0/+24
* Don't record nested macro expansions in the preprocessing record,Argyrios Kyrtzidis2012-02-251-20/+0
* [libclang] Add a triple to the test.Argyrios Kyrtzidis2012-02-241-2/+2
* Implement a new type trait __is_trivially_constructible(T, Args...)Douglas Gregor2012-02-241-0/+11
* Fix test for non-block-default platforms.David Blaikie2012-02-241-2/+2
* [PCH] When keeping track of top-level decls for "targeted deserialization"Argyrios Kyrtzidis2012-02-242-0/+13
* [libclang] Make sure that all top-level decls in a @implementation areArgyrios Kyrtzidis2012-02-231-0/+15
* [libclang] Index the field references of a designated initializer, rdar://109...Argyrios Kyrtzidis2012-02-221-0/+11
* If code completion patterns are not enabled, use simpler else/else ifDouglas Gregor2012-02-161-1/+5
* Fix the RecursiveASTVisitor to not traverse C++ default parameters twice.Argyrios Kyrtzidis2012-02-161-0/+1
* [libclang] Do index statements inside a type source info. rdar://10872758Argyrios Kyrtzidis2012-02-161-0/+9
* Implement code completion support for lambda capture lists.Douglas Gregor2012-02-151-0/+43
* Implement indexing support for lambdas in libclang (both kinds), asDouglas Gregor2012-02-151-0/+33
* [libclang] Indexing: only index implicit template instantiations via an opt-i...Argyrios Kyrtzidis2012-02-141-3/+8
* [libclang] For a reference of an implicit template instantiation just giveArgyrios Kyrtzidis2012-02-111-0/+19
* [libclang] Indexing API: fully index using decls and directives.Argyrios Kyrtzidis2012-02-101-0/+16
* [libclang] Add a libclang test I neglected to commit.Argyrios Kyrtzidis2012-02-092-0/+15
* [libclang] For CXXOperatorCallExprs, give a valid source location to the Decl...Argyrios Kyrtzidis2012-02-083-4/+27
* Make parsing of objc @implementations more robust.Argyrios Kyrtzidis2012-02-071-0/+19