hanchenye-llvm-project/clang/test
Ted Kremenek 0469b7ea00 Add special clang_getCursor() support for @class. Handles <rdar://problem/7383421>.
llvm-svn: 89183
2009-11-18 02:02:52 +00:00
..
Analysis Drop unnecessary #include. 2009-11-17 22:25:16 +00:00
CXX Commit this random test case. 2009-11-17 08:57:02 +00:00
CodeCompletion Refactor code-completion support for message sends, collecting the 2009-11-17 23:22:23 +00:00
CodeGen Remove unnecessary &&s. 2009-11-17 22:25:07 +00:00
CodeGenCXX Fix one last gotcha with typeid. 2009-11-18 00:40:12 +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 Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver, 2009-11-17 08:07:36 +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 Add special clang_getCursor() support for @class. Handles <rdar://problem/7383421>. 2009-11-18 02:02:52 +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 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
Preprocessor Replace (-INT8_C(128)), which uses an illegally out-of-range argument for 2009-11-17 18:29:12 +00:00
Rewriter Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
Sema Make test header independent so it doesn't fail on freebsd. I hope this doesn't 2009-11-17 14:02:16 +00:00
SemaCXX PR5520: Make sure to check whether the base type is complete before looking for 2009-11-18 01:28:03 +00:00
SemaObjC Use -fblocks and -fobjc-nonfragile-abi when that is what is being tested, instead of forcing the triple. 2009-11-17 09:04:12 +00:00
SemaObjCXX Switch XFAIL format to match LLVM. 2009-11-03 07:25:45 +00:00
SemaTemplate Use clang to run tests which include headers from the system. 2009-11-17 10:14:55 +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