hanchenye-llvm-project/clang/test
Anders Carlsson 872ce0dc31 Mangle ::std::allocator as Sa.
llvm-svn: 82880
2009-09-26 23:10:05 +00:00
..
Analysis Added test case for <rdar://problem/7152418>. 2009-09-26 17:18:44 +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 Set alignment on static function level decls and VLAs. Fixes PR5060. 2009-09-26 18:16:06 +00:00
CodeGenCXX Mangle ::std::allocator as Sa. 2009-09-26 23:10:05 +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 Revert "Force triple in test.", this wasn't the problem. 2009-09-26 07:43:49 +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 builtin_trap should be noreturn, this fixes PR5062, patch by 2009-09-26 21:16:00 +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 Simplify the handling of non-dependent friend class template 2009-09-26 20:57:03 +00:00
CMakeLists.txt Add the lib path to LD_LIBRARY_PATH, so finding .so works (more) portably. 2009-09-26 07:36:09 +00:00
Makefile Add the lib path to LD_LIBRARY_PATH, so finding .so works (more) portably. 2009-09-26 07:36:09 +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 Add the lib path to LD_LIBRARY_PATH, so finding .so works (more) portably. 2009-09-26 07:36:09 +00:00
lit.site.cfg.in Add the lib path to LD_LIBRARY_PATH, so finding .so works (more) portably. 2009-09-26 07:36:09 +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