Age | Commit message (Expand) | Author | Files | Lines |
2022-02-09 | Use functions with prototypes when appropriate; NFC | Aaron Ballman | 3 | -3/+3 |
2021-01-21 | [ASTReader] Allow controlling separately whether validation should be disable... | Argyrios Kyrtzidis | 3 | -0/+9 |
2020-10-08 | [AST] Fix crashes caused by redeclarations in hidden prototypes | Ben Barham | 3 | -0/+18 |
2019-12-21 | [Wdocumentation] Implement \anchor | Mark de Wever | 1 | -0/+9 |
2019-03-07 | [libclang] Fix CXTranslationUnit_KeepGoing | Ivan Donchevskii | 1 | -0/+3 |
2018-12-07 | [Preprocessor] Don't avoid entering included files after hitting a fatal error. | Volodymyr Sapsai | 1 | -0/+1 |
2018-03-12 | [Tooling] Clear the PreambleSrcLocCache when preamble is discarded during rep... | Alex Lorenz | 3 | -0/+12 |
2018-02-02 | [Sema] Add implicit members even for invalid CXXRecordDecls | Ilya Biryukov | 1 | -0/+9 |
2017-12-05 | [libclang] Store unsaved file hashes when recording parsing invocations | Alex Lorenz | 1 | -0/+2 |
2017-07-07 | [Frontend] Verify that the bitstream is not empty before reading | Alex Lorenz | 1 | -0/+0 |
2016-02-11 | [Modules] Don't infinite recurse on implicit import of circular modules in p... | Ben Langmuir | 5 | -0/+24 |
2014-10-18 | [libclang] Allow code-completion when pointing at the end-of-file. | Argyrios Kyrtzidis | 1 | -0/+3 |
2014-09-30 | Avoid a crash after loading an #undef'd macro in code completion | Ben Langmuir | 2 | -0/+4 |
2014-08-18 | Fix the rececl chain for redeclarations of predefined decls | Ben Langmuir | 1 | -0/+3 |
2014-05-19 | This test is XFAILed on Windows, but I cannot see a reason as to why it shoul... | Aaron Ballman | 1 | -2/+0 |
2014-04-30 | Comment parsing: remove HTML attribute validation | Dmitri Gribenko | 1 | -2/+2 |
2014-04-22 | Comment parsing: in the generated XML file, mark HTML that is safe to pass | Dmitri Gribenko | 1 | -1/+10 |
2014-04-15 | Honour -ivfsoverlay in ASTUnit to match clang | Ben Langmuir | 4 | -0/+29 |
2014-03-28 | libclang/libIndex: USR generation: mangle source location into USRs for macros, | Dmitri Gribenko | 1 | -0/+1 |
2014-03-27 | Comment parsing: when comment ranges are deserialized from multiple modules, | Dmitri Gribenko | 3 | -0/+17 |
2014-01-09 | Preserve -fretain-comments-from-system-headers in modules | Ben Langmuir | 1 | -0/+4 |
2013-12-05 | [c-index-test] For the '-remap-file' option use a comma for separator which i... | Argyrios Kyrtzidis | 1 | -1/+1 |
2013-12-05 | [c-index-test] For the '-remap-file=' option use ':' instead of ';' for separ... | Argyrios Kyrtzidis | 1 | -1/+1 |
2013-11-15 | Ignore test Inputs globally and remove redundant lit.local.cfg files | Alp Toker | 1 | -1/+0 |
2013-11-12 | Documentation parsing: add support for \throws \throw \exception commands | Dmitri Gribenko | 1 | -3/+7 |
2013-08-07 | [PCH] Fix a PCH serialization crash, with invalid code related to forward enu... | Argyrios Kyrtzidis | 1 | -0/+3 |
2013-06-24 | Comment parsing: allow "\param ..." to describe variadic arguments | Dmitri Gribenko | 2 | -4/+23 |
2013-06-22 | Comment parsing: followup to r184610: allow multiple \returns | Dmitri Gribenko | 1 | -3/+6 |
2013-05-07 | Have SourceManager::getLocForEndOfFile() point at the "EOF" location of the F... | Argyrios Kyrtzidis | 1 | -0/+0 |
2013-02-26 | doxygen command. Add 'attention' command to list of similar | Fariborz Jahanian | 1 | -0/+1 |
2013-02-01 | Comment parsing: improve the fidelity of XML output for many block commands | Dmitri Gribenko | 3 | -0/+44 |
2012-11-13 | Revert r167801, "[preprocessor] When #including something that contributes no | Daniel Dunbar | 1 | -0/+0 |
2012-11-13 | [preprocessor] When #including something that contributes no tokens at all, | Argyrios Kyrtzidis | 1 | -0/+0 |
2012-11-06 | Introduce inferred framework modules into the module map file, | Douglas Gregor | 1 | -0/+1 |
2012-10-03 | Comment to XML conversion: escape XML special chars correctly; use correct | Dmitri Gribenko | 1 | -0/+11 |
2012-10-02 | [Doc parse]: SUpport for message in deprecated/unavailable | Fariborz Jahanian | 2 | -2/+3 |
2012-10-02 | [Doc parsing]: Add available and deprecated attribute info | Fariborz Jahanian | 2 | -0/+12 |
2012-10-01 | Add xml test for availability to comment-xml-schema.c | Fariborz Jahanian | 1 | -1/+5 |
2012-10-01 | availability in structured documents. Takes | Fariborz Jahanian | 1 | -0/+7 |
2012-09-13 | Add tests for r163778. | Ted Kremenek | 1 | -0/+8 |
2012-08-08 | Comment XML: use xml:space="preserve" in Verbatim tags, so that XML tidy does | Dmitri Gribenko | 1 | -0/+1 |
2012-08-07 | Comment AST: DeclInfo: add a special kind for enums. | Dmitri Gribenko | 1 | -0/+6 |
2012-08-07 | libclang API for comment-to-xml conversion. | Dmitri Gribenko | 31 | -0/+297 |
2012-06-21 | Handle include directive with comments. It turns out that in this case comme... | Dmitri Gribenko | 1 | -0/+2 |
2012-01-29 | Ensure that we clean up after a failed module build and cope with the | Douglas Gregor | 2 | -0/+9 |
2012-01-29 | Implement code completion support for module import declarations, e.g., | Douglas Gregor | 6 | -0/+17 |
2011-11-09 | [PCH] Fix reading from PCH of diagnostic pragmas. | Argyrios Kyrtzidis | 1 | -0/+1 |
2011-11-07 | Add missing part of test | Douglas Gregor | 1 | -0/+14 |
2011-10-26 | Eliminate a hang while loading a sequence of redeclarable entities. In | Douglas Gregor | 1 | -0/+21 |
2011-07-19 | Revamp the SourceManager to separate the representation of parsed | Douglas Gregor | 1 | -0/+6 |