hanchenye-llvm-project/clang/test
Argyrios Kyrtzidis 9efa1ce145 Fix VLA miscompilation.
llvm.stacksave/llvm.stackrestore wasn't emitted for VLAs in inner scopes.
Fixes r8403108.

llvm-svn: 113822
2010-09-14 00:42:34 +00:00
..
ASTMerge Hack in some really terrible C++ record PCH support that I need right now. 2010-06-03 19:28:45 +00:00
Analysis Polish diagnostics for null dereferences via ObjC ivar accesses. Finishes up <rdar://problem/6352035>. 2010-09-10 20:20:49 +00:00
CXX Parentheses around address non-type template argument is demoted to an extension warning. 2010-09-13 06:06:58 +00:00
CodeCompletion When provide code completions for a variadic Objective-C method 2010-08-31 05:13:43 +00:00
CodeGen Fix VLA miscompilation. 2010-09-14 00:42:34 +00:00
CodeGenCXX When applying 'delete' on a pointer-to-array type match GCC and EDG behavior and treat it as 'delete[]'. 2010-09-13 20:15:54 +00:00
CodeGenObjC Block description for trivial block literals have 2010-09-13 16:09:44 +00:00
CodeGenObjCXX IRGen fix for using property-dot syntax to pass 2010-09-10 18:56:35 +00:00
Coverage Eliminate the "minimal" and printing parser actions, which only ever 2010-07-26 04:08:02 +00:00
Driver Fix last test still failing on Win32. 100% pass rate now! 2010-09-11 20:43:12 +00:00
FixIt add a fixit when 'main' does ot return 'int'; review welcome 2010-09-08 00:31:13 +00:00
Frontend Frontend: Add basic -H support. 2010-08-24 22:44:13 +00:00
Headers Disallow direct inclusion of avxintrin.h. Users should include immintrin.h instead. This matches GCC's behavior. 2010-08-20 23:00:03 +00:00
Index Introduce a new kind of cursor into libclang, which covers a reference 2010-09-13 22:52:57 +00:00
Lexer Add __char16_t and __char32_t as aliases for the C++0x char16_t and 2010-09-13 23:21:44 +00:00
Misc tests: Use -ffreestanding when including stdint.h, to avoid platform dependencies. 2010-09-07 22:54:28 +00:00
PCH Fix C++ PCH issue. 2010-09-13 11:45:48 +00:00
Parser Microsoft's __uuidof operator implementation part 1. 2010-09-08 12:20:18 +00:00
Preprocessor tests: Use -ffreestanding when including stdint.h, to avoid platform dependencies. 2010-09-07 22:54:28 +00:00
Rewriter make clang print types as "const int *" instead of "int const*", 2010-09-05 00:04:01 +00:00
Sema Congruent diagnostic for void* arithmetic. 2010-09-13 06:50:07 +00:00
SemaCXX Don't crash when using type traits on a class with a constructor template. 2010-09-13 22:18:28 +00:00
SemaObjC Relax __attribute_((nonnull)) checking to allow the attribute on functions with no pointer arguments. GCC doesn't warn 2010-09-09 01:17:32 +00:00
SemaObjCXX property reference expression used on lhs of assignment 2010-09-09 23:01:10 +00:00
SemaTemplate Parentheses around address non-type template argument is demoted to an extension warning. 2010-09-13 06:06:58 +00:00
CMakeLists.txt CMake: Clang test targets depend on the {FileCheck,not,count} tools. 2010-07-29 22:57:17 +00:00
Makefile daniel doesn't hate me, he hates macpython 2.5, which 2010-07-18 18:42:35 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg Recognize .ll as input files. 2010-09-13 20:46:23 +00:00
lit.site.cfg.in
make_test_dirs.pl