llvm-project/clang/test
Jordy Rose bc7483f505 [analyzer] CStringChecker checks functions in the C standard library, not C++. Its external name is now unix.experimental.CString.
llvm-svn: 132958
2011-06-14 01:40:43 +00:00
..
ASTMerge Flip the default for showing include stacks on notes to false. This 2011-03-27 20:00:08 +00:00
Analysis [analyzer] CStringChecker checks functions in the C standard library, not C++. Its external name is now unix.experimental.CString. 2011-06-14 01:40:43 +00:00
CXX Test for C++11 [class]p6 (trivial classes). 2011-06-12 09:24:32 +00:00
CodeCompletion Fix an assertion when code-completing, rdar://9288730 & http://llvm.org/PR9728. 2011-04-23 01:04:12 +00:00
CodeGen The LLVM IR representation of byval arguments has a rather strange property: if the alignment of an argument to a call is less than the specified byval alignment for that argument, there is no way to specify the alignment of the implied copy. Therefore, we must ensure that the alignment of the argument is at least the byval alignment. To do this, we have to mess with the alignment of relevant alloca's in some cases, and insert a copy that conceptually shouldn't be necessary in some cases. 2011-06-14 01:37:52 +00:00
CodeGenCXX Whack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI). Batch 1 of 3 or so. 2011-06-13 22:51:21 +00:00
CodeGenObjC Remote this unreliable test case because it did not do its job. 2011-06-13 23:14:35 +00:00
CodeGenObjCXX Implement support for C++11 in-class initialization of non-static data members. 2011-06-11 17:19:42 +00:00
CodeGenOpenCL Modify test for 32 and 64 bit. 2011-04-16 01:00:29 +00:00
Coverage Remove the AST printer (-ast-print-xml), which is too incomplete and 2011-03-07 01:03:30 +00:00
Driver Eliminate the -f[no]objc-infer-related-result-type flags; there's no 2011-06-13 16:42:53 +00:00
FixIt Fixed test case asserts due to checkin of r130710. 2011-05-02 20:39:21 +00:00
Frontend The macros defined by the language standard are still available even when the 2011-06-07 06:07:12 +00:00
Headers Attempt to fix linux buildbots by adding -ffreestanding for arm_neon tests. 2010-12-02 17:31:16 +00:00
Index Update Indexer test for new 'atomic' keyword. 2011-06-13 16:42:02 +00:00
Lexer Audit and finish the implementation of C++0x nullptr, fixing two 2011-05-21 23:15:46 +00:00
Misc Change the include stack of "instantiated from" notes to fall under the control of f/fno-diagnostics-show-note-include-stack flags. This should help with reducing diagnostic spew from macros instantiations. 2011-05-26 20:49:16 +00:00
PCH Implement support for C++11 in-class initialization of non-static data members. 2011-06-11 17:19:42 +00:00
Parser Improve the diagnostics generated for switch statements missing expressions 2011-06-13 05:50:12 +00:00
Preprocessor attempt to fix windows testers, which generate #line by default. 2011-05-22 23:47:57 +00:00
Rewriter Fixup more objc rwriter bug having to do with 2011-04-11 21:17:02 +00:00
Sema Make __gnu_inline__ functions in gnu99 mode work the same way as inline functions in gnu89 mode in terms of redefinitions. 2011-06-13 23:56:42 +00:00
SemaCUDA Sema: diagnose kernel calls to non-global functions 2011-02-23 01:53:29 +00:00
SemaCXX Don't assert on initialized typedef declarations in classes: 2011-06-12 11:43:46 +00:00
SemaObjC Eliminate the -f[no]objc-infer-related-result-type flags; there's no 2011-06-13 16:42:53 +00:00
SemaObjCXX Eliminate the -f[no]objc-infer-related-result-type flags; there's no 2011-06-13 16:42:53 +00:00
SemaOpenCL OpenCL: if double precision floating point constant encountered 2011-03-11 19:24:59 +00:00
SemaTemplate Give a diagnostic when using non-POD types in a va_arg 2011-06-13 06:37:03 +00:00
Unit Reverted r132330, r132321, r132320, r132319 as per discussion. Will try in-test requirement declarations instead. 2011-06-02 21:55:39 +00:00
CMakeLists.txt Remove the clang-test-XXX targets from the CMake builds; they really aren't useful 2011-05-20 15:01:17 +00:00
Makefile Reverted r132330, r132321, r132320, r132319 as per discussion. Will try in-test requirement declarations instead. 2011-06-02 21:55:39 +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 Reverted r132330, r132321, r132320, r132319 as per discussion. Will try in-test requirement declarations instead. 2011-06-02 21:55:39 +00:00
make_test_dirs.pl