summaryrefslogtreecommitdiffstats
path: root/clang/test/lit.cfg
Commit message (Expand)AuthorAgeFilesLines
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-1/+6
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-6/+1
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-1/+6
* [test] Port clang tests to canonicalized booleansMichal Gorny2017-01-251-4/+4
* [test] Correctly include build llvm_shlib_dir in stand-alone buildsMichal Gorny2016-11-151-1/+6
* [Modules] Add a command line option for loading the clang builtins modulemap.Elad Cohen2016-10-311-0/+1
* [Driver] Make -print-libgcc-file-name print compiler-rt lib when usedMichal Gorny2016-10-101-0/+5
* XFAIL Driver/darwin-stdlib.cpp if CLANG_DEFAULT_CXX_STDLIB is setJonas Hahnfeld2016-09-291-0/+3
* C++ Modules TS: add frontend support for building pcm files from moduleRichard Smith2016-08-261-1/+1
* Port some more debug info tests on WindowsReid Kleckner2016-06-301-4/+0
* Add a RenderScript language typePirama Arumuga Nainar2016-06-091-1/+1
* Enable some accidentally dead tests and fix up the bitrotDavid Blaikie2016-05-291-1/+1
* Revert r260266 (and r260276), "clang-cl: Enable plugins on Windows"NAKAMURA Takumi2016-02-111-1/+1
* clang-cl: Enable plugins on WindowsEhsan Akhgari2016-02-091-1/+1
* [modules] Compress files embedded into a .pcm file, to reduce the disk usage ...Richard Smith2016-02-061-0/+5
* Adding a test for PR25717.Yunzhong Gao2016-01-271-0/+5
* Prune the feature "tls". No one is using it since TLS is enabled for Cygwin.NAKAMURA Takumi2015-12-271-4/+0
* Revert r247977, "clang/test/lit.cfg: *-ps4 doesn't have appropriate driver ye...NAKAMURA Takumi2015-10-201-1/+1
* Tweak to make clang/test/Driver/ps4-linker-win.c less sinsitive of DLL path.NAKAMURA Takumi2015-10-151-0/+1
* Silence warning about not being able to find clang-interpreterRichard Barton2015-10-071-11/+15
* clang/test/lit.cfg: *-ps4 doesn't have appropriate driver yet. Mark it as "no...NAKAMURA Takumi2015-09-181-1/+1
* Enable clang tests requiring "clang-driver" on mingw.Yaron Keren2015-07-251-1/+1
* Finally, with no users for shell-preserves-root, remove it from lit.cfg.Yaron Keren2015-07-151-4/+0
* clang/test/lit.cfg: Introduce the feature "tls", for targeting cygwin.NAKAMURA Takumi2015-07-141-0/+4
* test: Set lit features appropriately when using asan and ubsan togetherJustin Bogner2015-06-221-4/+3
* Check for backtraces in tests which are verifying pretty stack traces from a ...Pete Cooper2015-02-101-0/+3
* clang lit.cfg: Fix a bug pointed by Sean SilvaFilipe Cabecinhas2015-02-021-1/+1
* Special-case the PS4 SDK for a clang testFilipe Cabecinhas2015-01-301-0/+4
* Reorganize test/Modules:Richard Smith2015-01-221-1/+1
* Add back a FIXME note to lit.cfg.Francisco Lopes da Silva2015-01-211-0/+1
* Fix lit for builds under /optFrancisco Lopes da Silva2015-01-051-2/+2
* Teach lit.cfg to recognize -windows-gnu in addition to -mingw32.Yaron Keren2014-12-171-2/+2
* Remove local handling of ASAN_OPTIONS and UBSAN_OPTIONS.Rafael Espindola2014-11-031-5/+0
* New round of fixes for "Always compile debuginfo-tests for the host triple"Filipe Cabecinhas2014-10-181-1/+7
* Append the %itanium_abi_host_triple substitution unconditionallyFilipe Cabecinhas2014-10-181-2/+1
* Appease the buildbots with the special case for non-set variablesFilipe Cabecinhas2014-10-161-1/+2
* Added %itanium_abi_host_triple to fix debuginfo-tests when clang is a cross-c...Filipe Cabecinhas2014-10-161-0/+1
* Remove support for the IOS_SIMULATOR_DEPLOYMENT_TARGET env var.Bob Wilson2014-10-101-1/+0
* test: Disable standard system includes in %clang_cc1Justin Bogner2014-10-031-1/+2
* pass environment when invoking llvm-config and clang from lit.cfgScott Douglass2014-09-241-2/+4
* Add ubsan/not_ubsan features to Clang lit tests and useAlexey Samsonov2014-09-031-0/+4
* Introduce -DLLVM_USE_SANITIZER=Undefined CMake option to build UBSan-ified ve...Alexey Samsonov2014-08-291-1/+1
* Revert "clang/test/Driver/crash-report.c: This requires rewriter for -frewrit...Alp Toker2014-07-161-3/+0
* clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter.NAKAMURA Takumi2014-07-161-0/+3
* clang/test: Introduce the feature "staticanalyzer" for --enable-clang-static-...NAKAMURA Takumi2014-07-161-0/+4
* Add detection of OS X relocatable SDK to compiler-rt as a lit.util functionAlexander Potapenko2014-06-101-15/+1
* Update lit.cfg to support the clang-interpreter test from r207950Alp Toker2014-05-051-0/+1
* [sanitizers] Propagate the sanitizer options through to the lit context.Chandler Carruth2014-05-021-0/+5
* Add test case for revision 207575 to verify that on Windows, clang doesn'tAndrea Di Biagio2014-04-291-0/+3
* Recommit r204493 with a fix to look in both clang and llvm directories.Paul Robinson2014-03-261-0/+36
OpenPOWER on IntegriCloud