hanchenye-llvm-project/clang/test
Zhongxing Xu 08a2ede018 Add logic for invalidating array region to CFRefCount.cpp. When invalidating
array region, set its default value to conjured symbol. When retrieving its
element, create new region value symbol for the element.

Also fix some 80 columns violations.

llvm-svn: 71548
2009-05-12 10:10:00 +00:00
..
Analysis Add logic for invalidating array region to CFRefCount.cpp. When invalidating 2009-05-12 10:10:00 +00:00
CodeGen Darwin x86-32: Multi-dimensional arrays were not handled correctly, 2009-05-11 23:01:34 +00:00
CodeGenCXX only support int128_t on 64-bit and larger targets. 32-bit targets don't 2009-04-30 06:18:40 +00:00
CodeGenObjC Patch to allow Nonfragile ABI to use 32-bit style legacy 2009-05-11 19:25:47 +00:00
Coverage remove obsolete tests. 2009-04-22 22:06:26 +00:00
Driver Test for x86 target features, I forgot to commit this. 2009-05-11 23:06:15 +00:00
FixIt Fixed the Fix-It hints for comparison against a string literal. Thanks, Chris! 2009-04-06 18:45:53 +00:00
Frontend Fixed the test. 2009-04-10 22:09:52 +00:00
Lexer Implement -Wfour-char-constants, which is an extension, not an extwarn, 2009-04-28 21:51:46 +00:00
Misc adjust this to bourne shell syntax 2009-05-06 06:00:28 +00:00
PCH Make precompiled headers work with -E. When we're only preprocessing 2009-05-12 01:31:05 +00:00
Parser For friend class decls, always use TK_Reference so we'll try to look up existing class decls first. 2009-05-11 22:25:03 +00:00
Preprocessor Handle -march for the LLVM recognized cpu names. 2009-05-06 21:56:32 +00:00
Rewriter Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
Sema Fix the atomics sema code to convert operands to the argument types 2009-05-08 15:36:58 +00:00
SemaCXX Friend declarations are only valid inside class definitions. 2009-05-11 22:55:49 +00:00
SemaObjC We want to diagnose sending message to a forward class 2009-05-08 23:45:49 +00:00
SemaObjCXX Improve handling of (X86) target features. 2009-05-06 03:16:41 +00:00
SemaTemplate Implement the notions of the "current instantiation" and "unknown 2009-05-11 19:58:34 +00:00
Makefile Update to account for the great driver renaming. 2009-03-25 17:56:16 +00:00
TestRunner.sh If stderr isn't a terminal, don't try to guess the terminal width or 2009-05-06 21:28:42 +00:00