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