hanchenye-llvm-project/clang/test
Nick Lewycky 97864dac76 On linux, -nostdlib was causing a --start-group with no --end-group to be passed
to the linker.

llvm-svn: 132629
2011-06-04 06:27:06 +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] Don't crash when copying an unknown number of bytes with memcpy(). Also handle all memcpy-family return values in evalCopyCommon(), rather than having some outside and some inside. 2011-06-04 01:47:27 +00:00
CXX When checking the instantiation of a default template argument against 2011-06-03 02:59:40 +00:00
CodeCompletion Fix an assertion when code-completing, rdar://9288730 & http://llvm.org/PR9728. 2011-04-23 01:04:12 +00:00
CodeGen These tests require particular registered targets. Declared as such. 2011-06-03 22:24:54 +00:00
CodeGenCXX These tests require particular registered targets. Declared as such. 2011-06-04 04:38:16 +00:00
CodeGenObjC These tests require particular registered targets. Declared as such. 2011-06-04 04:38:16 +00:00
CodeGenObjCXX For calls returning first-class aggregates, store by element instead of creating aggregate stores in common cases. This is more friendly to fast-isel. 2011-05-17 21:08:01 +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 On linux, -nostdlib was causing a --start-group with no --end-group to be passed 2011-06-04 06:27:06 +00:00
FixIt Fixed test case asserts due to checkin of r130710. 2011-05-02 20:39:21 +00:00
Frontend These tests require particular registered targets. Declared as such. 2011-06-04 04:38:16 +00:00
Headers
Index Expose @synthesize and @dynamic via their own cursor kinds in 2011-06-03 23:08:58 +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 Revert r132426; this test passes more often than not, and we don't have a way to mark tests as intermittently failing at the moment. 2011-06-02 00:42:47 +00:00
Parser Add support for builtin astype: 2011-06-04 00:47:47 +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 Warn about missing parentheses for conditional operator. 2011-06-03 18:00:36 +00:00
SemaCUDA Sema: diagnose kernel calls to non-global functions 2011-02-23 01:53:29 +00:00
SemaCXX I've had too much to drink, apparently. 2011-06-03 18:05:29 +00:00
SemaObjC Emit an error when trying to @encode an incomplete type. 2011-05-14 20:32:39 +00:00
SemaObjCXX Implement comparisons between nullptr and Objective-C object 2011-06-01 15:12:24 +00:00
SemaOpenCL OpenCL: if double precision floating point constant encountered 2011-03-11 19:24:59 +00:00
SemaTemplate Improve the instantiation of static data members in 2011-06-03 14:28:43 +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