llvm-project/clang/test
Daniel Dunbar e97582406b Use '-FOO' 'BAR' instead of '-FOO=BAR' for FOO in -stack-protector, -fvisibility, and -fconstant-string-class.
llvm-svn: 90072
2009-11-29 09:33:20 +00:00
..
Analysis Normalize options to use '-FOO' instead of '--FOO'. 2009-11-29 09:33:10 +00:00
CXX Implement the rules in C++ [basic.link] and C99 6.2.2 for computing 2009-11-25 22:24:25 +00:00
CodeCompletion Improve code-completion results for the flags in an @property 2009-11-19 00:01:57 +00:00
CodeGen Use '-FOO' 'BAR' instead of '-FOO=BAR' for FOO in -stack-protector, -fvisibility, and -fconstant-string-class. 2009-11-29 09:33:20 +00:00
CodeGenCXX Add a much more thorough test of casts to virtual bases, and fix 2009-11-28 03:31:34 +00:00
CodeGenObjC Use '-FOO' 'BAR' instead of '-FOO=BAR' for FOO in -stack-protector, -fvisibility, and -fconstant-string-class. 2009-11-29 09:33:20 +00:00
Coverage Normalize options to use '-FOO' instead of '--FOO'. 2009-11-29 09:33:10 +00:00
Driver Move LLVM backend options to explicit clang-cc / clang -cc1 options, which we then manually pass to the command line library; eventually the latter grossness should be fixed by a real API when creating the target machine. 2009-11-29 07:18:39 +00:00
FixIt Implement conversion from a switch condition with class type to an 2009-11-23 13:46:08 +00:00
Frontend Fix refactoro, clang-cc wasn't properly reporting errors when opening an output file failed. 2009-11-20 22:32:38 +00:00
Index Add missing testcase for Objective-C p@property getter/setter completions 2009-11-19 07:58:03 +00:00
Lexer cleanup parsing of MS integer suffixes a little. this fixes PR5616 2009-11-28 13:37:52 +00:00
Misc Remove some redundant tests. 2009-11-17 08:57:06 +00:00
PCH Normalize options to use '-FOO' instead of '--FOO'. 2009-11-29 09:33:10 +00:00
Parser Normalize options to use '-FOO' instead of '--FOO'. 2009-11-29 09:33:10 +00:00
Preprocessor Normalize options to use '-FOO' instead of '--FOO'. 2009-11-29 09:33:10 +00:00
Rewriter Use '-o' '-' instead of '-o=-' in tests. 2009-11-29 09:32:12 +00:00
Sema Remove unnecessary -fblocks=0. 2009-11-29 09:32:38 +00:00
SemaCXX Remove unnecessary -fms-extensions=0 from tests (this command line syntax is going away). 2009-11-29 09:31:53 +00:00
SemaObjC "Incremental" progress on using expressions, by which I mean totally ripping 2009-11-21 08:51:07 +00:00
SemaObjCXX Switch XFAIL format to match LLVM. 2009-11-03 07:25:45 +00:00
SemaTemplate Remove unnecessary -fms-extensions=0 from tests (this command line syntax is going away). 2009-11-29 09:31:53 +00:00
CMakeLists.txt CMake: Add support for running tests with valgrind. 2009-11-22 21:55:22 +00:00
Makefile Add clang_site_config user variable, so that extra tests (e.g., utils/C++Syntax) 2009-11-05 16:36:19 +00:00
TestRunner.sh Switch TestRunner.sh to just use 'lit'. 2009-09-20 22:00:23 +00:00
cxx-sections.data Update C++ section data and directory structure to reflect N2914 2009-06-30 16:45:27 +00:00
lit.cfg Drop require_and_and argument. 2009-11-08 01:47:35 +00:00
lit.site.cfg.in Rework site config for cmake to be generated at configure time, and only pass 2009-11-07 23:53:32 +00:00
make_test_dirs.pl Add the structure for a C++ test suite that mimics the structure of the C++ standard 2009-06-13 06:06:53 +00:00