summaryrefslogtreecommitdiffstats
path: root/clang/test/Index
Commit message (Expand)AuthorAgeFilesLines
* Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi.Fariborz Jahanian2011-01-041-3/+3
* When in code-completion, skip obj-c method bodies for speed up.Argyrios Kyrtzidis2011-01-031-1/+1
* Speed up code-completion by skipping function bodies.Argyrios Kyrtzidis2011-01-032-29/+1
* When determining which preprocessed entities to traverse in libclang,Douglas Gregor2010-12-213-0/+15
* Fix test to be platform-agnosticDouglas Gregor2010-12-211-1/+1
* Fix a major inconsistency in the representation of Objective-CDouglas Gregor2010-12-212-13/+42
* Implement BlockDecl::getSourceRange(). The bogus source-rangeDouglas Gregor2010-12-211-0/+34
* add missing newlines at end of file.Chris Lattner2010-12-211-1/+1
* Swap the order of the condition and body of a do-while statement inDouglas Gregor2010-12-171-1/+22
* Avoid to emit redundant implicit cast for enum constants init expressions.Abramo Bagnara2010-12-171-1/+0
* In clang_getCursor(), don't override a preprocessing cursor withinDouglas Gregor2010-12-101-0/+7
* Eliminate duplicate code completions for properties.Douglas Gregor2010-12-091-0/+16
* Don't walk the translation unit context to produce protocol names whenDouglas Gregor2010-12-091-1/+3
* Fix bug where annotate tokens was not working for BinaryTypeTraitExpr.Francois Pichet2010-12-081-2/+10
* Fix test that didn't really test anything.Francois Pichet2010-12-081-2/+2
* When using a precompiled preamble with detailed preprocessing records,Douglas Gregor2010-11-301-0/+6
* Extend the libclang diagnostic API to provide information about theDouglas Gregor2010-11-191-2/+4
* Do not produce "purely informative" code completion results forDouglas Gregor2010-11-171-2/+2
* When libclang is walking a member access expression, don't walk intoDouglas Gregor2010-11-172-20/+40
* When comparing the source range of a declaration against the region ofDouglas Gregor2010-11-173-9/+9
* For an Objective-C @synthesize statement, e.g.,Douglas Gregor2010-11-171-1/+6
* Fix source-range information for Objective-C properties. Previously,Douglas Gregor2010-11-173-15/+53
* Fix use of an uninitialized SourceLocation because DeclarationNameLoc failed ...Ted Kremenek2010-11-121-0/+2256
* Temporarily remove this test. It is causing an assertion failure in the buil...Ted Kremenek2010-11-111-2256/+0
* Annotate tokens in a separate thread to avoid blowing out stack space. While...Ted Kremenek2010-11-111-0/+2256
* Generalize data-recursive visitation in CursorVisitor to also handle MemberExprsTed Kremenek2010-11-111-0/+532
* Improve ASTUnit's capture of diagnostics so that theDouglas Gregor2010-11-111-5/+6
* Replace UsingDecl's SmallPtrSet of UsingShadowDecls with a linked list to avo...Argyrios Kyrtzidis2010-11-101-1/+1
* ntroduce clang_getSpellingLocation() into libclang, to provide theDouglas Gregor2010-11-093-3/+9
* Revert r118492, which didn't update all of its tests accordinglyDouglas Gregor2010-11-091-8/+1
* Introduce clang_getSpellingLocation() into libclang, to provide theDouglas Gregor2010-11-091-1/+8
* Teach code completion not to include out-of-line declarations andDouglas Gregor2010-11-091-2/+4
* Add CursorVisitor::VisitBinaryOperator() to explicitly handle the case where ...Ted Kremenek2010-11-081-0/+1982
* If an instance method messages is sending to an expression of type Class,Douglas Gregor2010-11-081-0/+26
* Teach clang_getCursorReferenced() that aDouglas Gregor2010-11-053-6/+9
* Improve source-location information for CXXConstructExpr nodes, byDouglas Gregor2010-11-031-0/+30
* Hack to workaround deficiency in ObjC ASTs. Functions and variables may be d...Ted Kremenek2010-11-021-1/+51
* Teach code completion to provide property results when the propertyDouglas Gregor2010-11-021-0/+56
* Encapsulate within CXCursor the notion of whether a VarDecl* is the first Dec...Ted Kremenek2010-11-011-0/+142
* Improve the tracking of source locations for parentheses in constructor calls.Chandler Carruth2010-10-251-1/+1
* Teach clang_getCursorReferenced() and friends about BlockDeclRefExprs.Douglas Gregor2010-10-222-21/+27
* Substantially revise how clang computes the visibility of a declaration toJohn McCall2010-10-221-1/+1
* Update clang_getCursor() test to check searches on include directivesDouglas Gregor2010-10-211-5/+9
* Improve the implementation of libclang's token-annotation logic forDouglas Gregor2010-10-213-51/+51
* Extend the preprocessing record and libclang with support forDouglas Gregor2010-10-202-1/+2
* Tweak code-completion result priorities, so that exact and similarDouglas Gregor2010-10-1920-222/+222
* Fix the translation of the PCC_ForInit code-completion context forDouglas Gregor2010-10-181-0/+6
* Provide code completion for types after the '^' that starts a blockDouglas Gregor2010-10-181-0/+6
* Introduce code completion results for Objective-C methods, both whenDouglas Gregor2010-10-182-43/+42
* When providing code completions of Objective-C method declarationsDouglas Gregor2010-10-181-1/+3
OpenPOWER on IntegriCloud