clang-1/test
Ted Kremenek c037eac3bd Switch BasicStoreManager to use the new CastRegion implementation by default,
and replace the 'clang-cc' option '-analyzer-store=basic-new-cast' with
'-analyzer-store=basic-old-cast'. We'll keep the old CastRegion implementation
around for a little while for regression testing.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75209 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-10 00:41:58 +00:00
..
Analysis Switch BasicStoreManager to use the new CastRegion implementation by default, 2009-07-10 00:41:58 +00:00
CXX Another little test for C++ [over.over] 2009-07-09 17:44:05 +00:00
CodeGen reimplement vector comparisons as [fi]cmp+sext instead of using v[if]cmp. 2009-07-08 01:08:03 +00:00
CodeGenCXX Improve code generation for function template specializations: 2009-06-29 22:39:32 +00:00
CodeGenObjC Patch adds test to my previous patch for assigning to 2009-07-08 16:37:44 +00:00
Coverage Introduce a new concept to the static analyzer: SValuator. 2009-06-26 00:05:51 +00:00
Driver OpenBSD support. 2009-06-29 20:52:51 +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 Forward -C and -CC to clang. 2009-06-08 21:48:20 +00:00
Index Having tests that depend on previously created files is bad idea. Fix them to be self-sufficient. 2009-07-06 00:03:47 +00:00
Lexer PR4395: Don't detect token concatenation in C mode for 2009-06-15 19:48:50 +00:00
Misc Fix for PR2386: distinguish between insertion and replacements in the 2009-05-18 13:56:52 +00:00
PCH Make ASTContext explicitly keep track of the declaration for the C 2009-07-07 16:35:42 +00:00
Parser Fix the parser error hanlding for __builtin_offsetof to actually print 2009-06-27 20:38:33 +00:00
Preprocessor Fix #pragma GCC system_header by making it insert a virtual linemarker into 2009-06-15 05:02:34 +00:00
Rewriter Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
Sema reimplement vector comparisons as [fi]cmp+sext instead of using v[if]cmp. 2009-07-08 01:08:03 +00:00
SemaCXX Fix another decltype crash. 2009-07-09 22:00:53 +00:00
SemaObjC don't crash if class is using itself as its super class. 2009-07-09 22:08:26 +00:00
SemaObjCXX Add an XFAIL test to demonstrate references in Obj-C++, this currently crashes. 2009-06-05 06:03:19 +00:00
SemaTemplate Keep track of more information within the template instantiation stack, e.g., 2009-07-01 22:01:06 +00:00
CMakeLists.txt Add support for retrieving the Doxygen comment associated with a given 2009-07-02 17:08:52 +00:00
Makefile Fix out-of-source regression testing for makefiles 2009-07-06 16:35:57 +00:00
TestRunner.sh Having tests that depend on previously created files is bad idea. Fix them to be self-sufficient. 2009-07-06 00:03:47 +00:00
cxx-sections.data Update C++ section data and directory structure to reflect N2914 2009-06-30 16:45:27 +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