llvm-project/clang/test
John McCall 77527a8e65 Mark the multiply which occurs as part of performing pointer
arithmetic on a VLA as 'nsw', per discussion with djg, and
implement pointer arithmetic (other than array accesses) and
pointer subtraction for VLA types.

llvm-svn: 133855
2011-06-25 01:32:37 +00:00
..
ARCMT [arcmt] Add test for rdar://9601437. 2011-06-24 18:41:23 +00:00
ASTMerge Flip the default for showing include stacks on notes to false. This 2011-03-27 20:00:08 +00:00
Analysis [analyzer] Finish size argument checking for strncat (and strncpy). 2011-06-20 21:55:40 +00:00
CXX Accept no-return stripping conversions for pointer type arguments after 2011-06-18 01:19:03 +00:00
CodeCompletion Fix an assertion when code-completing, rdar://9288730 & http://llvm.org/PR9728. 2011-04-23 01:04:12 +00:00
CodeGen Mark the multiply which occurs as part of performing pointer 2011-06-25 01:32:37 +00:00
CodeGenCXX Mark the multiply which occurs as part of performing pointer 2011-06-25 01:32:37 +00:00
CodeGenObjC Test case for r133840, neglectfully uncommitted. 2011-06-24 23:29:50 +00:00
CodeGenObjCXX Support for catching objc pointer objects in c++ catch-statement 2011-06-23 19:00:08 +00:00
CodeGenOpenCL Modify test for 32 and 64 bit. 2011-04-16 01:00:29 +00:00
Coverage Remove the AST printer (-ast-print-xml), which is too incomplete and 2011-03-07 01:03:30 +00:00
Driver Fix this test on machines that don't run clang -cc1as when asked to assemble. 2011-06-23 05:38:06 +00:00
FixIt Allow the fixit for missing ':' in the ?: ternary operator if it is pointing 2011-06-24 17:28:29 +00:00
Frontend The macros defined by the language standard are still available even when the 2011-06-07 06:07:12 +00:00
Headers Attempt to fix linux buildbots by adding -ffreestanding for arm_neon tests. 2010-12-02 17:31:16 +00:00
Index Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
Lexer Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
Misc Change the include stack of "instantiated from" notes to fall under the control of f/fno-diagnostics-show-note-include-stack flags. This should help with reducing diagnostic spew from macros instantiations. 2011-05-26 20:49:16 +00:00
PCH Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
Parser Allow Lexer::getLocForEndOfToken to return the location just passed the macro instantiation 2011-06-24 17:58:59 +00:00
Preprocessor Copy diagnostic pragmas to the preprocessed output, from Richard Osborne! 2011-06-22 19:41:48 +00:00
Rewriter Fixup more objc rwriter bug having to do with 2011-04-11 21:17:02 +00:00
Sema Two more test cases which have been long uncommitted. 2011-06-24 23:30:52 +00:00
SemaCUDA Sema: diagnose kernel calls to non-global functions 2011-02-23 01:53:29 +00:00
SemaCXX When deciding how to parse "= something" as part of a member 2011-06-25 00:56:27 +00:00
SemaObjC objc-arc/mrc: Allow ns_returns_not_retained attribute on properties 2011-06-25 00:17:46 +00:00
SemaObjCXX Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about 'ownership', not 'lifetime'. 2011-06-24 00:08:59 +00:00
SemaOpenCL OpenCL: if double precision floating point constant encountered 2011-03-11 19:24:59 +00:00
SemaTemplate When instantiating a function template declaration that was expressed 2011-06-22 18:16:25 +00:00
Unit test/Unit: Fixup lit.cfg to allow running inside test/Unit (with llvm-config in 2011-06-22 21:46:43 +00:00
CMakeLists.txt cmake+lit: final cleanup related to the recent churn 2011-06-23 18:00:48 +00:00
Makefile lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg Added registered targets for in-test dependency declarations. 2011-06-03 18:36:30 +00:00
lit.site.cfg.in lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
make_test_dirs.pl