llvm-project/clang/test
Daniel Dunbar 484afa2d3b Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... variants instead of using llvm:🆑:init(true) arguments.
llvm-svn: 89315
2009-11-19 04:55:23 +00:00
..
Analysis Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... variants instead of using llvm:🆑:init(true) arguments. 2009-11-19 04:55:23 +00:00
CXX Pretend destructors are const and volatile. This allows calling them with const and/or volatile objects. Fixes PR5548. 2009-11-18 20:55:52 +00:00
CodeCompletion Improve code-completion results for the flags in an @property 2009-11-19 00:01:57 +00:00
CodeGen Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... variants instead of using llvm:🆑:init(true) arguments. 2009-11-19 04:55:23 +00:00
CodeGenCXX Be sure to set visibility for ZTI symbols for classes from the class. 2009-11-18 03:21:29 +00:00
CodeGenObjC This patch finalizes implementatin of weak_import 2009-11-17 22:42:00 +00:00
Coverage Move -fnext-runtime defaulting to driver (and change clang-cc default to 2009-11-17 07:07:28 +00:00
Driver Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... variants instead of using llvm:🆑:init(true) arguments. 2009-11-19 04:55:23 +00:00
FixIt Drop unnecessary #include. 2009-11-17 22:25:16 +00:00
Frontend Remove RUN: true lines. 2009-11-08 01:47:25 +00:00
Index Improve code completion for Objective-C message sends, so that we 2009-11-19 01:08:35 +00:00
Lexer Don't #include <stdio.h> when tests don't need it, or use clang instead of clang-cc when they do. 2009-11-17 08:57:36 +00:00
Misc Remove some redundant tests. 2009-11-17 08:57:06 +00:00
PCH Fix PCH/preprocess test to be more useful, and unbreak -E mode with implicit 2009-11-12 01:36:20 +00:00
Parser Test case for parsing-recovery change to @synthesized 2009-11-18 22:37:38 +00:00
Preprocessor Define intptr_t and uintptr_t in terms of their equivalent exact-width types. 2009-11-18 20:24:13 +00:00
Rewriter Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
Sema Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... variants instead of using llvm:🆑:init(true) arguments. 2009-11-19 04:55:23 +00:00
SemaCXX Do overload resolution for compound assignment even if only the RHS is overloadable. Compound assignment may be overloaded as a non-member, and anyway the overload resolution is necessary because it triggers implicit (used-defined) conversions. Fixes PR5512, but not really the deeper issues lurking. Those are standard defects. 2009-11-18 23:10:33 +00:00
SemaObjC Do not enter forward class 'Protocol' in decl context. 2009-11-18 23:15:37 +00:00
SemaObjCXX Switch XFAIL format to match LLVM. 2009-11-03 07:25:45 +00:00
SemaTemplate The sub-statement of a case statement is not an unevaluated context! 2009-11-19 03:14:00 +00:00
CMakeLists.txt Simplify. 2009-11-08 09:46:39 +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