summaryrefslogtreecommitdiff
path: root/include/clang/CrossTU
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wdocumentation typo. NFCI.Simon Pilgrim2019-08-131-2/+2
* [CrossTU] Fix problem with CrossTU AST load limit and progress messages.Balazs Keri2019-08-121-42/+33
* [CrossTU] Handle case when no USR could be generated during Decl search.Balazs Keri2019-08-061-1/+2
* Fix another uninit read found by msan after r367829Nico Weber2019-08-051-1/+1
* Undo what looks like an unintentional change in r367829Nico Weber2019-08-051-3/+3
* [clang][NFC] Remove unused private variable 'CI' in CrossTranslationUnit.hRaphael Isemann2019-08-051-1/+0
* [CrossTU][NFCI] Refactor loadExternalAST functionEndre Fulop2019-08-051-6/+101
* [CrossTU] Add a function to retrieve original source location.Balazs Keri2019-07-241-4/+29
* Revert r366449: [CrossTU] Add a function to retrieve original source location.Ilya Biryukov2019-07-181-16/+4
* [CrossTU] Add a function to retrieve original source location.Balazs Keri2019-07-181-4/+16
* [analyzer] Add analyzer option to limit the number of imported TUsEndre Fulop2019-07-081-2/+8
* [ASTImporter] Mark erroneous nodes in shared stGabor Marton2019-07-011-3/+3
* [analyzer][CrossTU] Extend CTU to VarDecls with initializerRafael Stahl2019-04-231-14/+29
* [CTU] Do not allow different CPP dialects in CTUGabor Marton2019-02-281-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* [analyzer][CrossTU][NFC] Generalize to external definitions instead of extern...Rafael Stahl2019-01-101-2/+2
* [CTU] Make loadExternalAST return with non nullptr on successGabor Marton2019-01-071-2/+3
* [ASTImporter] Add importer specific lookupGabor Marton2018-12-171-0/+3
* Move diagnostic enums into Basic.Richard Trieu2018-12-081-16/+2
* [CTU] Add triple/lang mismatch handlingGabor Marton2018-12-071-1/+12
* [CTU] Add DisplayCTUProgress analyzer switchGabor Marton2018-12-071-2/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-7/+7
* Add Cross Translation Unit support libraryGabor Horvath2017-09-222-0/+188