summaryrefslogtreecommitdiffstats
path: root/lib/CrossTU/CrossTranslationUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer][CrossTU] Extend CTU to VarDecls with initializerRafael Stahl2019-04-231-41/+92
* Changed every use of ASTImporter::Import to Import_NewBalazs Keri2019-04-081-5/+20
* [CTU] Do not allow different CPP dialects in CTUGabor Marton2019-02-281-0/+26
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [analyzer][CrossTU][NFC] Generalize to external definitions instead of extern...Rafael Stahl2019-01-101-7/+7
* [CTU] Make loadExternalAST return with non nullptr on successGabor Marton2019-01-071-3/+3
* [ASTImporter] Add importer specific lookupGabor Marton2018-12-171-3/+10
* Fix up diagnostics.Richard Trieu2018-12-141-3/+2
* [CTU] Add triple/lang mismatch handlingGabor Marton2018-12-071-0/+65
* [CTU] Add more lit tests and better error handlingGabor Marton2018-12-071-1/+3
* [CTU] Add DisplayCTUProgress analyzer switchGabor Marton2018-12-071-3/+9
* [CTU] Add asserts to protect invariantsGabor Marton2018-12-071-0/+3
* [CTU] Add statisticsGabor Marton2018-12-071-1/+15
* [CrossTU] Fix handling of Cross Translation Unit directory pathGabor Horvath2017-10-271-4/+1
* Fix implicit-fallthrough warning by adding missing breakSimon Pilgrim2017-09-241-0/+1
* Fix unused variable warning in non-debug builds.Richard Trieu2017-09-221-1/+1
* Add Cross Translation Unit support libraryGabor Horvath2017-09-221-0/+271