llvm-project/clang/test
Douglas Gregor 7736e2ad98 static_cast, reinterpret_cast, and const_cast can all be used in C++
integral constant expressions (for conversions to integer types,
naturally). I don't *think* that const_casts will ever get to this
point, but I also can't convince myself that they won't... so I've
taken the safe route and allowed the ICE checking code to look at
const_cast.

llvm-svn: 81453
2009-09-10 17:44:23 +00:00
..
Analysis Implement: <rdar://problem/7185647> [RegionStore] 'self' cannot be NULL upon entry to a method 2009-09-09 20:36:12 +00:00
CXX Support templateids in friend declarations. Fixes bug 4859. 2009-09-08 17:47:29 +00:00
CodeGen Make the forwarding member of block byref structs be a pointer to the block byref struct itself. 2009-09-10 01:32:12 +00:00
CodeGenCXX Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
CodeGenObjC More objc GC's API work for array of pointers declared 2009-09-08 23:38:54 +00:00
Coverage Add test for finding bfin backend. 2009-08-18 07:07:14 +00:00
Driver Don't pass -fno-builtin-str{cat,cpy} to clang-cc, I forget we don't support that yet. PR4941. 2009-09-10 04:57:27 +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 MultiTestRunner: Validate '&&' at the end of RUN lines. 2009-07-25 11:27:37 +00:00
Index Improve handling of initialization by constructor, by ensuring that 2009-09-09 23:08:42 +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 Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +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 Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
SemaCXX static_cast, reinterpret_cast, and const_cast can all be used in C++ 2009-09-10 17:44:23 +00:00
SemaObjC This patch does the following. 2009-09-03 00:43:07 +00:00
SemaObjCXX this test crashes, disable it harder. 2009-07-28 18:22:50 +00:00
SemaTemplate When re-entering a template scope, we may be entering a class template 2009-09-10 00:12:48 +00:00
CMakeLists.txt MultiTestRunner: Simplify, cleanup, and rename! 2009-07-31 05:54:17 +00:00
Makefile Support running tests using the new 'lit', via 'make test LIT2=1'. 2009-09-08 16:39:23 +00:00
TestRunner.sh Don't substitute prcontext. 2009-09-10 04:57:10 +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 Support running tests using the new 'lit', via 'make test LIT2=1'. 2009-09-08 16:39:23 +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