summaryrefslogtreecommitdiff
path: root/clang/test/Analysis/ctu-main.cpp
AgeCommit message (Expand)Author
2022-05-18[clang][analyzer][ctu] Make CTU a two phase analysisGabor Marton
2022-04-01[analyzer][ctu] Only import const and trivial VarDeclsGabor Marton
2020-06-11[analyzer] On-demand parsing capability for CTUEndre Fülöp
2020-06-10Revert "[analyzer] On-demand parsing capability for CTU"Endre Fülöp
2020-06-10[analyzer] On-demand parsing capability for CTUEndre Fülöp
2020-06-10Revert "[analyzer] On-demand parsing capability for CTU"Endre Fülöp
2020-06-10[analyzer] On-demand parsing capability for CTUEndre Fülöp
2020-04-27Revert "[analyzer] On-demand parsing capability for CTU"Dmitri Gribenko
2020-04-27[analyzer] On-demand parsing capability for CTUEndre Fülöp
2019-10-19[analyzer] Specify the C++ standard in more tests.Artem Dergachev
2019-08-16[ASTImporter] Import ctor initializers after setting flags.Balazs Keri
2019-08-14[ASTImporter] Import default expression of param before creating the param.Balazs Keri
2019-08-06[CrossTU] Handle case when no USR could be generated during Decl search.Balazs Keri
2019-07-04[CTU] Add support for virtual functionsGabor Marton
2019-04-23[analyzer][CrossTU] Extend CTU to VarDecls with initializerRafael Stahl
2019-01-28[ASTImporter] Fix handling of overriden methods during ASTImportShafik Yaghmour
2019-01-10[analyzer][CrossTU][NFC] Generalize to external definitions instead of extern...Rafael Stahl
2018-12-07[CTU] test/Analysis/ctu-main.cpp Attempt to fix failing windows botGabor Marton
2018-12-07[CTU] test/Analysis/ctu-main.cpp Attempt to fix failing windows botGabor Marton
2018-12-07[CTU] Add more lit tests and better error handlingGabor Marton
2018-12-07[CTU] Add DisplayCTUProgress analyzer switchGabor Marton
2018-12-07[CTU] Eliminate race condition in CTU lit testsGabor Marton
2018-07-04[analyzer][ctu] fix unsortable diagnosticsRafael Stahl
2018-04-24[ASTImporter] Allow testing of import sequences; fix import of typedefs for a...Aleksei Sidorin
2018-03-01Resubmit [analyzer] Support for naive cross translation unit analysisIlya Biryukov
2018-03-01Revert "[analyzer] Support for naive cross translation unit analysis"Ilya Biryukov
2018-02-28[analyzer] Support for naive cross translation unit analysisGabor Horvath