llvm-project/clang/test
John McCall 0b645e9030 Perform lvalue-to-rvalue conversions on both operands of ->*
and the RHS of .*.  Noticed by Enea Zaffanella!

llvm-svn: 134170
2011-06-30 17:15:34 +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] strnlen isn't a builtin, don't test for it 2011-06-28 05:34:40 +00:00
CXX Update this test to reflect the new (deterministic) order in r134038. 2011-06-28 22:58:10 +00:00
CodeCompletion Fix an assertion when code-completing, rdar://9288730 & http://llvm.org/PR9728. 2011-04-23 01:04:12 +00:00
CodeGen Use existing -fcatch-undefined-behavior option, 2011-06-29 18:41:17 +00:00
CodeGenCXX We don't pass classes with a copy-constructor or destructor byval, so the address takes up an integer register (if one is available). Make sure the x86-64 ABI implementation takes that into account properly. 2011-06-29 07:04:55 +00:00
CodeGenObjC objc-arc: fix a IRGen crash when checking for 2011-06-29 20:00:16 +00:00
CodeGenObjCXX Do not apply the ARC move optimization to 'const'-qualified xvalues. 2011-06-25 02:26:44 +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 Driver/Darwin: -force_load can be specified multiple times. 2011-06-28 20:16:02 +00:00
FixIt Add support for C++ namespace-aware typo correction, e.g., correcting 2011-06-28 16:20:02 +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 [libclang] Avoid having the cursor of an expression replace the declaration cursor 2011-06-27 19:42:23 +00:00
Lexer Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
Misc Fix PR9279 - Macro expansion stack trace seriously broken with function-style macros, by not recursively printing notes for other 'instantiated from' notes. 2011-06-28 05:11:33 +00:00
PCH Add support for C++ namespace-aware typo correction, e.g., correcting 2011-06-28 16:20:02 +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 Test for errors for returning a value from a ctor or dtor. 2011-06-30 15:48:23 +00:00
SemaCUDA Sema: diagnose kernel calls to non-global functions 2011-02-23 01:53:29 +00:00
SemaCXX Perform lvalue-to-rvalue conversions on both operands of ->* 2011-06-30 17:15:34 +00:00
SemaObjC Revert r133024, "[format strings] correctly suggest correct type for '%@' 2011-06-28 23:33:55 +00:00
SemaObjCXX ARC writeback isn't supposed to apply to local indirect pointers, 2011-06-27 23:59:58 +00:00
SemaOpenCL OpenCL: if double precision floating point constant encountered 2011-03-11 19:24:59 +00:00
SemaTemplate Fix PR10187: when diagnosing a two-phase-lookup-related failure, don't assert that any names we find are valid candidates for the call. 2011-06-26 22:19:54 +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