clang/test
Chris Lattner 9046c224f1 Allow a string literal to initialize a tail array (PR8217), patch
by Pierre Habouzit!



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116165 91177308-0d34-0410-b5e6-96231b3b80d8
2010-10-10 17:49:49 +00:00
..
ASTMerge Try to disable this again. 2010-10-08 19:36:36 +00:00
Analysis Add experimental chroot check which checks improper use of chroot(). Patch by 2010-10-10 05:45:30 +00:00
CXX In Sema's TryRefInitWithConversionFunction, suppress user conversions for the overload candidates. 2010-10-05 03:05:30 +00:00
CodeCompletion Fix the mapping of vertical-space cursor kinds to produce a newline, 2010-10-08 20:39:29 +00:00
CodeGen Allow a string literal to initialize a tail array (PR8217), patch 2010-10-10 17:49:49 +00:00
CodeGenCXX Secure this test against slightly different number formatters. 2010-10-09 02:28:39 +00:00
CodeGenObjC tests: Tweak test to also match MSVC format. 2010-10-07 20:14:30 +00:00
CodeGenObjCXX Fix a crash encoding ivars of vector types and 2010-10-07 21:25:25 +00:00
Coverage Frontend/XML: Add support for printing nested structures, patch by Martin Vejnár! 2010-09-29 16:09:28 +00:00
Driver Implement -fshort-enums (rdar://8490496). 2010-10-08 00:25:19 +00:00
FixIt When we encounter a '==' in a context expecting a '=', assume the user made a typo: 2010-10-08 02:39:23 +00:00
Frontend
Headers Define _Bool, bool, true, and false macros in <stdbool.h> when we're 2010-09-29 04:57:11 +00:00
Index Remove a rogue typo 2010-10-05 14:58:05 +00:00
Lexer Add support for UCNs for character literals 2010-10-09 00:27:47 +00:00
Misc Revert r114316, -Wunused-value enabled by default was intended. 2010-09-19 23:03:35 +00:00
PCH Serialize the "inline" bit for namespaces. Fixes <rdar://problem/8515069>. 2010-10-05 20:41:58 +00:00
Parser _inline is an alias for inline in MSVC. 2010-10-06 13:02:48 +00:00
Preprocessor Revert r114316, -Wunused-value enabled by default was intended. 2010-09-19 23:03:35 +00:00
Rewriter When dealing with an assignment with LHS being a property reference 2010-10-08 21:12:22 +00:00
Sema Fixed __builtin_constant_p return type. 2010-10-09 04:51:06 +00:00
SemaCXX Fix g++.dg regressions introduced at r115347 (rdar://8529993) 2010-10-09 04:39:54 +00:00
SemaObjC Rename test name. 2010-10-08 23:17:27 +00:00
SemaObjCXX Use ParseObjCSelectorPiece for parsing getter and setter names in @property declarations. Fixes PR8169. 2010-10-02 17:45:21 +00:00
SemaTemplate Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a 2010-10-08 23:50:27 +00:00
CMakeLists.txt
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg Let lit give helpful advice if 'make test' was not run yet. 2010-09-27 20:40:32 +00:00
lit.site.cfg.in
make_test_dirs.pl