aboutsummaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
AgeCommit message (Expand)Author
2019-10-08[clang] Add llvm-ifs in test depsVitaly Buka
2019-08-26[Clang][Bundler] Use llvm-objcopy for creating fat object filesSergey Dmitriev
2019-08-26Improve behavior in the case of stack exhaustion.Richard Smith
2019-07-01Fix breakage introduced by D60974JF Bastien
2019-06-21[cmake] Add llvm-dwarfdump to clang test dependenciesSven van Haastregt
2019-06-19[clang][NewPM] Fixing remaining -O0 tests that are broken under new PMLeonard Chan
2019-06-12[clang-scan-deps] initial outline of the tool that runs preprocessor to findAlex Lorenz
2019-06-02Fix bug in r362328 -- append to dependency list instead of overwrite it.Don Hinton
2019-06-02[test] Fix plugin testsDon Hinton
2019-05-28Revert [test] Fix plugin testsDon Hinton
2019-05-28[test] Fix plugin testsDon Hinton
2019-05-17[Analysis] Only run plugins tests if plugins are actually enabledPetr Hosek
2019-05-16[clang/test] Add missing dependency on llvm-cxxfilt.David L. Jones
2019-05-16Reland "[analyzer] Add an example plugin for checker dependency handling"Kristof Umann
2019-05-15Revert "[analyzer] Add a test for plugins using checker dependencies"Kristof Umann
2019-05-15[analyzer] Add a test for plugins using checker dependenciesKristof Umann
2019-05-01Revert r359717, "Make check-clang depend on the clang-check binary always"Nico Weber
2019-05-01Make check-clang depend on the clang-check binary alwaysNico Weber
2019-03-25Moved everything SMT-related to LLVM and updated the cmake scripts.Mikhail R. Gadelha
2019-03-04[build] Rename clang-headers to clang-resource-headersShoaib Meenai
2019-02-09This reverts commit 1440a848a635849b97f7a5cfa0ecc40d37451f5b.Mikhail R. Gadelha
2019-02-07Move the SMT API to LLVMMikhail R. Gadelha
2019-01-10[analyzer][CrossTU][NFC] Generalize to external definitions instead of extern...Rafael Stahl
2018-08-14[analyzer] Fix bots by removing new check-clang-analyzer commands from CHECK-ALLGeorge Karpenkov
2018-08-13[analyzer] [NFC] Introduce separate targets for testing the analyzer: check-c...George Karpenkov
2018-06-28Support for multiarch runtimes layoutPetr Hosek
2018-06-26[clang] Add test dependency on llvm-asShoaib Meenai
2018-06-21Re-apply: Add python tool to dump and construct header mapsBruno Cardoso Lopes
2018-06-21Revert "Add python tool to dump and construct header maps"Bruno Cardoso Lopes
2018-06-20Add python tool to dump and construct header mapsBruno Cardoso Lopes
2018-02-14[ThinLTO/CFI] Include TYPE_ID summaries into GLOBALVAL_SUMMARY_BLOCKVitaly Buka
2017-12-12[cmake] Follow-up to rL320494.Don Hinton
2017-12-12[debuginfo-tests] Add support for moving debuginfo-tests from clang/test to l...Don Hinton
2017-11-21Re-revert "Refactor debuginfo-tests."Zachary Turner
2017-11-20Resubmit "Refactor debuginfo-tests" again.Zachary Turner
2017-11-17Re-revert "Refactor debuginfo-tests"Zachary Turner
2017-11-16Resubmit "Refactor debuginfo-tests"Zachary Turner
2017-11-13Revert "Update test_debuginfo.pl script to point to new tree location."Zachary Turner
2017-11-10Fix for skipped CMake configuration on debuginfo-tests.Zachary Turner
2017-09-22[test] Enable clang-func-mapping as a test dep with the analyzerVedant Kumar
2017-09-22Add Cross Translation Unit support libraryGabor Horvath
2017-09-21[lit] Rename lld and clang lit configs to end in .pyZachary Turner
2017-09-14[refactor] add clang-refactor tool with initial testing support andAlex Lorenz
2017-07-21Clang's tests should depend on clang-diffAlex Lorenz
2017-06-30[refactor] Move clang-rename into the clang repositoryAlex Lorenz
2017-01-26Re-apply r292662, "IRGen: Start using the WriteThinLTOBitcode pass."Peter Collingbourne
2017-01-26IRGen: When loading the main module in the distributed ThinLTO backend, look ...Peter Collingbourne
2017-01-25[test] Add HAVE_LIBZ to canonicalized booleansMichal Gorny
2017-01-25[test] Port clang tests to canonicalized booleansMichal Gorny
2017-01-23Revert "IRGen: Start using the WriteThinLTOBitcode pass."Martin Bohme