llvm-project/clang/test
Francois Pichet 7f1e2a5c03 Use -ffreestanding with clang_cc1 to make the test picks the clang builtin include.
llvm-svn: 135766
2011-07-22 10:49:54 +00:00
..
ARCMT objective-c: Any use of @synthesize or @dynamic lexically after a method (or C function) implementation 2011-07-22 01:06:53 +00:00
ASTMerge Flip the default for showing include stacks on notes to false. This 2011-03-27 20:00:08 +00:00
Analysis In Objective-C, pull arbitrary attributes from overridden 2011-07-22 02:45:48 +00:00
CXX Revert 135177 to fix PR10363. 2011-07-14 22:58:04 +00:00
CodeCompletion Fix an assertion when code-completing, rdar://9288730 & http://llvm.org/PR9728. 2011-04-23 01:04:12 +00:00
CodeGen Check column number also. 2011-07-18 22:18:04 +00:00
CodeGenCXX fix PR10384: C++ allows external arrays of incomplete type as well. 2011-07-22 06:27:26 +00:00
CodeGenObjC Document the existing objc_precise_lifetime attribute. 2011-07-22 08:53:00 +00:00
CodeGenObjCXX fix rdar://9780211 - Clang crashes with an assertion failure building WKView.mm from WebKit 2011-07-20 06:29:00 +00:00
CodeGenOpenCL This handles the missing cases of opencl vector literals. 2011-07-15 23:07:01 +00:00
Coverage Remove the AST printer (-ast-print-xml), which is too incomplete and 2011-03-07 01:03:30 +00:00
Driver Whitespace. 2011-07-20 19:27:01 +00:00
FixIt Add FixIt hint for missing 'id' type. 2011-07-21 17:38:14 +00:00
Frontend Revert r134898, "test/Frontend/dependency-gen.c: Mark XFAIL: mingw due to PR10331. to appease mingw-target (and non-mingw-host) builds. 2011-07-11 22:34:14 +00:00
Headers Use -ffreestanding with clang_cc1 to make the test picks the clang builtin include. 2011-07-22 10:49:54 +00:00
Index New libclang API to expose container type for code completion, from 2011-07-21 01:05:26 +00:00
Lexer Remember to add a has_feature macro for __underlying_type now that it is 2011-07-18 17:08:00 +00:00
Misc Switch the diagnostic messages about macros to use the terms 'expanded' 2011-07-14 08:20:28 +00:00
PCH Fix diagnostic when loading a PCH which has different enabled/disabled state of -fobjc-arc. rdar://9818341 2011-07-21 21:56:04 +00:00
Parser PR10392: "#pragma GCC visibility" must not expand macros in its 2011-07-20 01:03:50 +00:00
Preprocessor Reenable test. 2011-07-11 21:58:47 +00:00
Rewriter Fixup more objc rwriter bug having to do with 2011-04-11 21:17:02 +00:00
Sema Bring over a test from llvm/test/FrontendC that is for Sema and not CodeGen. 2011-07-22 07:26:22 +00:00
SemaCUDA Sema: diagnose kernel calls to non-global functions 2011-02-23 01:53:29 +00:00
SemaCXX Fix a test in warn-sign-conversion.cpp. Removed a part of a directory path so that the directory seperator, which may change on different platforms, is no longer part of the string checked for. 2011-07-21 03:20:52 +00:00
SemaObjC objective-c: Any use of @synthesize or @dynamic lexically after a method (or C function) implementation 2011-07-22 01:06:53 +00:00
SemaObjCXX arc-objc++: Issue an arc specific diagnostic when overload resolution 2011-07-20 17:14:09 +00:00
SemaOpenCL This handles the missing cases of opencl vector literals. 2011-07-15 23:07:01 +00:00
SemaTemplate Replace r134583's fix for PR10290 with one which also works for non-value-dependent cases. 2011-07-20 00:12:52 +00:00
Unit test/Unit: Fixup lit.cfg to allow running inside test/Unit (with llvm-config in 2011-06-22 21:46:43 +00:00
CMakeLists.txt test/CMakeLists.txt: Re-indent. 2011-07-20 16:35:49 +00:00
Makefile lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg Added registered targets for in-test dependency declarations. 2011-06-03 18:36:30 +00:00
lit.site.cfg.in lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
make_test_dirs.pl