]> granicus.if.org Git - clang/history - include/clang/CrossTU
[FrontendTests] Try again to make test not write an output file
[clang] / include / clang / CrossTU /
2019-08-13 Simon PilgrimFix -Wdocumentation typo. NFCI.
2019-08-12 Balazs Keri[CrossTU] Fix problem with CrossTU AST load limit and...
2019-08-06 Balazs Keri[CrossTU] Handle case when no USR could be generated...
2019-08-05 Nico WeberFix another uninit read found by msan after r367829
2019-08-05 Nico WeberUndo what looks like an unintentional change in r367829
2019-08-05 Raphael Isemann[clang][NFC] Remove unused private variable 'CI' in...
2019-08-05 Endre Fulop[CrossTU][NFCI] Refactor loadExternalAST function
2019-07-24 Balazs Keri[CrossTU] Add a function to retrieve original source...
2019-07-18 Ilya BiryukovRevert r366449: [CrossTU] Add a function to retrieve...
2019-07-18 Balazs Keri[CrossTU] Add a function to retrieve original source...
2019-07-08 Endre Fulop[analyzer] Add analyzer option to limit the number...
2019-07-01 Gabor Marton[ASTImporter] Mark erroneous nodes in shared st
2019-04-23 Rafael Stahl[analyzer][CrossTU] Extend CTU to VarDecls with initializer
2019-02-28 Gabor Marton[CTU] Do not allow different CPP dialects in CTU
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-10 Rafael Stahl[analyzer][CrossTU][NFC] Generalize to external definit...
2019-01-07 Gabor Marton[CTU] Make loadExternalAST return with non nullptr...
2018-12-17 Gabor Marton[ASTImporter] Add importer specific lookup
2018-12-08 Richard TrieuMove diagnostic enums into Basic.
2018-12-07 Gabor Marton[CTU] Add triple/lang mismatch handling
2018-12-07 Gabor Marton[CTU] Add DisplayCTUProgress analyzer switch
2018-05-09 Adrian PrantlRemove \brief commands from doxygen comments.
2017-09-22 Gabor HorvathAdd Cross Translation Unit support library