aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Index/Inputs
AgeCommit message (Expand)AuthorFilesLines
2022-02-09Use functions with prototypes when appropriate; NFCAaron Ballman3-3/+3
2021-01-21[ASTReader] Allow controlling separately whether validation should be disable...Argyrios Kyrtzidis3-0/+9
2020-10-08[AST] Fix crashes caused by redeclarations in hidden prototypesBen Barham3-0/+18
2019-12-21[Wdocumentation] Implement \anchorMark de Wever1-0/+9
2019-03-07[libclang] Fix CXTranslationUnit_KeepGoingIvan Donchevskii1-0/+3
2018-12-07[Preprocessor] Don't avoid entering included files after hitting a fatal error.Volodymyr Sapsai1-0/+1
2018-03-12[Tooling] Clear the PreambleSrcLocCache when preamble is discarded during rep...Alex Lorenz3-0/+12
2018-02-02[Sema] Add implicit members even for invalid CXXRecordDeclsIlya Biryukov1-0/+9
2017-12-05[libclang] Store unsaved file hashes when recording parsing invocationsAlex Lorenz1-0/+2
2017-07-07[Frontend] Verify that the bitstream is not empty before readingAlex Lorenz1-0/+0
2016-02-11[Modules] Don't infinite recurse on implicit import of circular modules in p...Ben Langmuir5-0/+24
2014-10-18[libclang] Allow code-completion when pointing at the end-of-file.Argyrios Kyrtzidis1-0/+3
2014-09-30Avoid a crash after loading an #undef'd macro in code completionBen Langmuir2-0/+4
2014-08-18Fix the rececl chain for redeclarations of predefined declsBen Langmuir1-0/+3
2014-05-19This test is XFAILed on Windows, but I cannot see a reason as to why it shoul...Aaron Ballman1-2/+0
2014-04-30Comment parsing: remove HTML attribute validationDmitri Gribenko1-2/+2
2014-04-22Comment parsing: in the generated XML file, mark HTML that is safe to passDmitri Gribenko1-1/+10
2014-04-15Honour -ivfsoverlay in ASTUnit to match clangBen Langmuir4-0/+29
2014-03-28libclang/libIndex: USR generation: mangle source location into USRs for macros,Dmitri Gribenko1-0/+1
2014-03-27Comment parsing: when comment ranges are deserialized from multiple modules,Dmitri Gribenko3-0/+17
2014-01-09Preserve -fretain-comments-from-system-headers in modulesBen Langmuir1-0/+4
2013-12-05[c-index-test] For the '-remap-file' option use a comma for separator which i...Argyrios Kyrtzidis1-1/+1
2013-12-05[c-index-test] For the '-remap-file=' option use ':' instead of ';' for separ...Argyrios Kyrtzidis1-1/+1
2013-11-15Ignore test Inputs globally and remove redundant lit.local.cfg filesAlp Toker1-1/+0
2013-11-12Documentation parsing: add support for \throws \throw \exception commandsDmitri Gribenko1-3/+7
2013-08-07[PCH] Fix a PCH serialization crash, with invalid code related to forward enu...Argyrios Kyrtzidis1-0/+3
2013-06-24Comment parsing: allow "\param ..." to describe variadic argumentsDmitri Gribenko2-4/+23
2013-06-22Comment parsing: followup to r184610: allow multiple \returnsDmitri Gribenko1-3/+6
2013-05-07Have SourceManager::getLocForEndOfFile() point at the "EOF" location of the F...Argyrios Kyrtzidis1-0/+0
2013-02-26doxygen command. Add 'attention' command to list of similarFariborz Jahanian1-0/+1
2013-02-01Comment parsing: improve the fidelity of XML output for many block commandsDmitri Gribenko3-0/+44
2012-11-13Revert r167801, "[preprocessor] When #including something that contributes noDaniel Dunbar1-0/+0
2012-11-13[preprocessor] When #including something that contributes no tokens at all,Argyrios Kyrtzidis1-0/+0
2012-11-06Introduce inferred framework modules into the module map file,Douglas Gregor1-0/+1
2012-10-03Comment to XML conversion: escape XML special chars correctly; use correctDmitri Gribenko1-0/+11
2012-10-02[Doc parse]: SUpport for message in deprecated/unavailableFariborz Jahanian2-2/+3
2012-10-02[Doc parsing]: Add available and deprecated attribute infoFariborz Jahanian2-0/+12
2012-10-01Add xml test for availability to comment-xml-schema.cFariborz Jahanian1-1/+5
2012-10-01availability in structured documents. TakesFariborz Jahanian1-0/+7
2012-09-13Add tests for r163778.Ted Kremenek1-0/+8
2012-08-08Comment XML: use xml:space="preserve" in Verbatim tags, so that XML tidy doesDmitri Gribenko1-0/+1
2012-08-07Comment AST: DeclInfo: add a special kind for enums.Dmitri Gribenko1-0/+6
2012-08-07libclang API for comment-to-xml conversion.Dmitri Gribenko31-0/+297
2012-06-21Handle include directive with comments. It turns out that in this case comme...Dmitri Gribenko1-0/+2
2012-01-29Ensure that we clean up after a failed module build and cope with theDouglas Gregor2-0/+9
2012-01-29Implement code completion support for module import declarations, e.g.,Douglas Gregor6-0/+17
2011-11-09[PCH] Fix reading from PCH of diagnostic pragmas.Argyrios Kyrtzidis1-0/+1
2011-11-07Add missing part of testDouglas Gregor1-0/+14
2011-10-26Eliminate a hang while loading a sequence of redeclarable entities. InDouglas Gregor1-0/+21
2011-07-19Revamp the SourceManager to separate the representation of parsedDouglas Gregor1-0/+6