llvm-project/clang/test
Douglas Gregor cfa46a82b8 Track which particular submodule #undef's a macro, so that the actual
#undef only occurs if that submodule is imported.

llvm-svn: 165773
2012-10-12 00:16:50 +00:00
..
ARCMT objective-C arc: remove -Warc-abi in its entirety. 2012-09-14 17:48:35 +00:00
ASTMerge Update VerifyDiagnosticConsumer to only get directives during parsing. 2012-08-10 01:06:16 +00:00
Analysis Remove OSAtomicChecker. 2012-10-11 20:58:21 +00:00
CXX Fix a crash-on-invalid when parsing a reference to an invalid auto declaration 2012-10-10 23:15:05 +00:00
CodeCompletion [libclang] Remove the ParentKind cursor kind from code-completion results. 2012-09-26 16:39:56 +00:00
CodeGen [ms-inline asm] Remove a bunch of parsing code from the front-end, which will be 2012-10-11 21:44:41 +00:00
CodeGenCUDA CUDA: give static storage class to __shared__ and __constant__ 2012-08-28 20:37:50 +00:00
CodeGenCXX Handle gnu_inline in c++ in a gcc compatible way. Original patch by Tobias 2012-10-11 16:32:25 +00:00
CodeGenObjC objective-C IRgen: When sending a method to 'super' 2012-10-10 23:11:18 +00:00
CodeGenObjCXX Remove invalid double colon in test case was previously ignored by FileCheck. 2012-09-18 20:59:03 +00:00
CodeGenOpenCL FP_CONTRACT: Fix two tests for -Asserts. 2012-10-02 16:36:54 +00:00
Coverage Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep 2012-07-03 20:49:52 +00:00
Driver Properly factor Native Client defines to support NaCl as an OS 2012-10-11 16:55:58 +00:00
FixIt Provide a fixit when taking the address of an unqualified member function. 2012-10-11 22:55:07 +00:00
Frontend -iframework should allow separate arguments. 2012-09-25 16:13:41 +00:00
Headers Use %clang_cc1 so that the test works even if the target isn't available. 2012-09-27 01:40:12 +00:00
Index search for overridden methods with comment when overriding method 2012-10-11 23:52:50 +00:00
Lexer Change the wording of the extension warning from 2012-09-24 18:19:21 +00:00
Misc Make -Wshift-op-parentheses a subgroup of -Wparentheses 2012-10-10 20:30:36 +00:00
Modules Track which particular submodule #undef's a macro, so that the actual 2012-10-12 00:16:50 +00:00
PCH Rework the (de-)serialization of macros, as stored in 2012-10-09 23:05:51 +00:00
Parser Improve C++11 attribute parsing. 2012-10-03 01:56:22 +00:00
Preprocessor [clang-tests] Changed relative paths to absolute paths in run command for annotate-macro-args.m, get-cursor-macro-args.m, import_self.c. 2012-10-01 23:39:44 +00:00
Rewriter -arch is a darwin-specific driver feature, use a triple instead in rewriter test. 2012-10-02 09:42:36 +00:00
Sema Fix PR 11709: Change the definition of va_list to meet AAPCS requirement 2012-10-10 06:56:20 +00:00
SemaCUDA
SemaCXX Make sure we perform the variadic method check correctly for calls to a member operator(). PR14057. 2012-10-11 00:30:58 +00:00
SemaObjC -Warc-repeated-use-of-weak: fix a use-of-uninitialized and add a test case. 2012-10-11 17:02:00 +00:00
SemaObjCXX -Wformat: Don't check format strings in uninstantiated templates. 2012-10-02 01:49:54 +00:00
SemaOpenCL Disable the warning for missing prototypes for OpenCL kernels. Includes testcase. 2012-07-26 00:08:28 +00:00
SemaTemplate Fix a regression from r164656. 2012-09-27 22:13:33 +00:00
Tooling Fixed crash and added a test and a minor output problem 2012-08-17 17:38:39 +00:00
Unit
CMakeLists.txt Removed standalone clang-ast-dump tool. 2012-07-26 01:44:18 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg Disable source fortification on Darwin with AddressSanitizer. 2012-09-20 10:10:01 +00:00
lit.site.cfg.in
make_test_dirs.pl