Age | Commit message (Expand) | Author |
2013-02-26 | doxygen command. Add 'attention' command to list of similar | Fariborz Jahanian |
2013-02-01 | Comment parsing: improve the fidelity of XML output for many block commands | Dmitri Gribenko |
2012-11-13 | Revert r167801, "[preprocessor] When #including something that contributes no | Daniel Dunbar |
2012-11-13 | [preprocessor] When #including something that contributes no tokens at all, | Argyrios Kyrtzidis |
2012-11-06 | Introduce inferred framework modules into the module map file, | Douglas Gregor |
2012-10-03 | Comment to XML conversion: escape XML special chars correctly; use correct | Dmitri Gribenko |
2012-10-02 | [Doc parse]: SUpport for message in deprecated/unavailable | Fariborz Jahanian |
2012-10-02 | [Doc parsing]: Add available and deprecated attribute info | Fariborz Jahanian |
2012-10-01 | Add xml test for availability to comment-xml-schema.c | Fariborz Jahanian |
2012-10-01 | availability in structured documents. Takes | Fariborz Jahanian |
2012-09-13 | Add tests for r163778. | Ted Kremenek |
2012-08-08 | Comment XML: use xml:space="preserve" in Verbatim tags, so that XML tidy does | Dmitri Gribenko |
2012-08-07 | Comment AST: DeclInfo: add a special kind for enums. | Dmitri Gribenko |
2012-08-07 | libclang API for comment-to-xml conversion. | Dmitri Gribenko |
2012-06-21 | Handle include directive with comments. It turns out that in this case comme... | Dmitri Gribenko |
2012-01-29 | Ensure that we clean up after a failed module build and cope with the | Douglas Gregor |
2012-01-29 | Implement code completion support for module import declarations, e.g., | Douglas Gregor |
2011-11-09 | [PCH] Fix reading from PCH of diagnostic pragmas. | Argyrios Kyrtzidis |
2011-11-07 | Add missing part of test | Douglas Gregor |
2011-10-26 | Eliminate a hang while loading a sequence of redeclarable entities. In | Douglas Gregor |
2011-07-19 | Revamp the SourceManager to separate the representation of parsed | Douglas Gregor |
2011-05-04 | Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(), | Douglas Gregor |
2010-12-21 | When determining which preprocessed entities to traverse in libclang, | Douglas Gregor |
2010-09-24 | When setting the globally-visible declarations for a particular | Douglas Gregor |
2010-08-20 | When we decide not to reuse a precompiled preamble, clear out the | Douglas Gregor |
2010-08-19 | libclang: Execute clang_codeCompleteAt() inside a crash recovery context. | Daniel Dunbar |
2010-08-19 | Fix a loop overrun in ComputePreamble when the last remapped file was erased, | Daniel Dunbar |
2010-08-18 | libclang: Put clang_reparseTranslationUnit inside a crash recovery context. | Daniel Dunbar |
2010-08-02 | When using a precompiled preamble, save the diagnostics produced when | Douglas Gregor |
2010-07-26 | When remapping a virtual file, also make an entry for the file with | Douglas Gregor |
2010-04-06 | Make code-completion for Objective-C message sends to "id" work in the | Douglas Gregor |
2010-03-24 | Make sure that we have File IDs for all of the unsaved files before we | Douglas Gregor |
2010-03-03 | Don't use echo in the Index test, which I hope will work around an intermitte... | Douglas Gregor |
2010-01-23 | Extend clang_createTranslationUnitFromSourceFile() to support creating | Douglas Gregor |
2009-12-02 | Extend the CIndex code-completion API to perform code completion | Douglas Gregor |
2009-11-08 | Move test/Index input files into a sub directory (not scanned as tests). | Daniel Dunbar |