llvm-project/clang/test
Daniel Dunbar 1b436d6950 Force triple in test.
llvm-svn: 82850
2009-09-26 07:06:36 +00:00
..
Analysis Fix <rdar://problem/7249327> by allowing silent conversions between signed and unsigned integer values for symbolic values. This is an intermediate solution (i.e. hack) until we support extension/truncation of symbolic integers. 2009-09-25 00:18:15 +00:00
CXX Fix name lookup for friend class templates to consider anything in a 2009-09-26 07:05:09 +00:00
CodeCompletion Clean up the CodeCompletion testsuite's use of FileCheck 2009-09-24 22:57:42 +00:00
CodeGen Darwin/x86-32: Enumerated types and block pointer types in structures were not 2009-09-24 05:12:36 +00:00
CodeGenCXX Mangle record types as decls. 2009-09-26 03:55:37 +00:00
CodeGenObjC Use ABIArgInfo::getDirect() for all types that have a pointer representation. 2009-09-26 03:56:53 +00:00
Coverage Add test for finding bfin backend. 2009-08-18 07:07:14 +00:00
Driver Work around FileCheck -NOT restriction. 2009-09-20 23:35:52 +00:00
FixIt Update test case; I'm confused why this wasn't failing on the buildbot 2009-05-16 19:30:01 +00:00
Frontend Update PCH serialization of FunctionDecl flags. 2009-09-22 05:38:14 +00:00
Index Force triple in test. 2009-09-26 07:06:36 +00:00
Lexer Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Misc PR4715 2009-08-14 04:07:15 +00:00
PCH Use %S, not `pwd`, and enable a line that *does* work. 2009-08-01 05:57:38 +00:00
Parser Rework the Parse-Sema interaction for friends to better support friend 2009-09-26 06:47:28 +00:00
Preprocessor Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Rewriter Prep for new warning. 2009-07-22 00:43:08 +00:00
Sema Add a "positive" matching test case for attribute 'noreturn' that involves a nested infinite loop. 2009-09-26 03:54:06 +00:00
SemaCXX Start at NextOffset when laying out bases as well. 2009-09-26 01:29:10 +00:00
SemaObjC Fix a regression in accessing class getter using the dot-syntax 2009-09-22 16:48:37 +00:00
SemaObjCXX this test crashes, disable it harder. 2009-07-28 18:22:50 +00:00
SemaTemplate Rework the Parse-Sema interaction for friends to better support friend 2009-09-26 06:47:28 +00:00
CMakeLists.txt cmake: Run tests with 'verbose' enabled by default, so that the failure is 2009-09-24 07:18:36 +00:00
Makefile Remove old test runner, this has moved to LLVM/utils/lit and all known clients 2009-09-22 05:16:02 +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 We no longer need anything from the llvm/test/Scripts dir. 2009-09-24 06:31:08 +00:00
lit.site.cfg.in Include LLVM {src,obj} root in lit.site.cfg, to support non-standard layouts. 2009-09-20 19:04:35 +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