aboutsummaryrefslogtreecommitdiff
path: root/test/Index
AgeCommit message (Expand)Author
2010-11-30When using a precompiled preamble with detailed preprocessing records,Douglas Gregor
2010-11-19Extend the libclang diagnostic API to provide information about theDouglas Gregor
2010-11-17Do not produce "purely informative" code completion results forDouglas Gregor
2010-11-17When libclang is walking a member access expression, don't walk intoDouglas Gregor
2010-11-17When comparing the source range of a declaration against the region ofDouglas Gregor
2010-11-17For an Objective-C @synthesize statement, e.g.,Douglas Gregor
2010-11-17Fix source-range information for Objective-C properties. Previously,Douglas Gregor
2010-11-12Fix use of an uninitialized SourceLocation because DeclarationNameLoc failed ...Ted Kremenek
2010-11-11Temporarily remove this test. It is causing an assertion failure in the buil...Ted Kremenek
2010-11-11Annotate tokens in a separate thread to avoid blowing out stack space. While...Ted Kremenek
2010-11-11Generalize data-recursive visitation in CursorVisitor to also handle MemberExprsTed Kremenek
2010-11-11Improve ASTUnit's capture of diagnostics so that theDouglas Gregor
2010-11-10Replace UsingDecl's SmallPtrSet of UsingShadowDecls with a linked list to avo...Argyrios Kyrtzidis
2010-11-09ntroduce clang_getSpellingLocation() into libclang, to provide theDouglas Gregor
2010-11-09Revert r118492, which didn't update all of its tests accordinglyDouglas Gregor
2010-11-09Introduce clang_getSpellingLocation() into libclang, to provide theDouglas Gregor
2010-11-09Teach code completion not to include out-of-line declarations andDouglas Gregor
2010-11-08Add CursorVisitor::VisitBinaryOperator() to explicitly handle the case where ...Ted Kremenek
2010-11-08If an instance method messages is sending to an expression of type Class,Douglas Gregor
2010-11-05Teach clang_getCursorReferenced() that aDouglas Gregor
2010-11-03Improve source-location information for CXXConstructExpr nodes, byDouglas Gregor
2010-11-02Hack to workaround deficiency in ObjC ASTs. Functions and variables may be d...Ted Kremenek
2010-11-02Teach code completion to provide property results when the propertyDouglas Gregor
2010-11-01Encapsulate within CXCursor the notion of whether a VarDecl* is the first Dec...Ted Kremenek
2010-10-25Improve the tracking of source locations for parentheses in constructor calls.Chandler Carruth
2010-10-22Teach clang_getCursorReferenced() and friends about BlockDeclRefExprs.Douglas Gregor
2010-10-22Substantially revise how clang computes the visibility of a declaration toJohn McCall
2010-10-21Update clang_getCursor() test to check searches on include directivesDouglas Gregor
2010-10-21Improve the implementation of libclang's token-annotation logic forDouglas Gregor
2010-10-20Extend the preprocessing record and libclang with support forDouglas Gregor
2010-10-19Tweak code-completion result priorities, so that exact and similarDouglas Gregor
2010-10-18Fix the translation of the PCC_ForInit code-completion context forDouglas Gregor
2010-10-18Provide code completion for types after the '^' that starts a blockDouglas Gregor
2010-10-18Introduce code completion results for Objective-C methods, both whenDouglas Gregor
2010-10-18When providing code completions of Objective-C method declarationsDouglas Gregor
2010-10-14Reverting r116493: removes a test that failed on clang selfhost and msvcAndrew Trick
2010-10-14Test case for r116439David Chisnall
2010-10-12When we load an ASTUnit from command-line arguments, hold on to theDouglas Gregor
2010-10-11This test should now work on windows, since we're no longer using temporary f...Douglas Gregor
2010-10-11Switch c-index-test from clang_codeComplete() over toDouglas Gregor
2010-10-11Eliminate clang_setUseExternalASTGeneration() from libclang. BetweenDouglas Gregor
2010-10-05Remove a rogue typoDouglas Gregor
2010-10-05Register the __builtin_va_list_type node when we parse it, rather thanDouglas Gregor
2010-10-02When providing a block literal as a code completion for aDouglas Gregor
2010-10-02Introduce a new libclang function, clang_getCursorDisplayName(), whichDouglas Gregor
2010-10-02Teach clang_getCursorType() about base specifiers and other referencesDouglas Gregor
2010-10-02Provide proper source location and range information for C++ baseDouglas Gregor
2010-10-01Teach clang_getCursorReferenced() about Objective-C property referenceDouglas Gregor
2010-10-01Extend libclang with an API that determines, given a C++ virtualDouglas Gregor
2010-09-28Add test case for <rdar://problem/8452791> (fixed in r114392).Ted Kremenek