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