llvm-project/clang/test
Eli Friedman 274ab904d0 Avoid assert-crash in a case where the expression passed to EmitConstantExpr
legitimately has side-effects (and needs to be generated as a non-constant).

llvm-svn: 88767
2009-11-14 08:51:33 +00:00
..
Analysis Fix a couple of tests. 2009-11-14 04:23:25 +00:00
CXX Fix broken tests, exposed by improved -verify. 2009-11-14 03:24:04 +00:00
CodeCompletion Remove RUN: true lines. 2009-11-08 01:47:25 +00:00
CodeGen Make __func__ and friends work correctly within the initializer for a static 2009-11-14 08:37:13 +00:00
CodeGenCXX Avoid assert-crash in a case where the expression passed to EmitConstantExpr 2009-11-14 08:51:33 +00:00
CodeGenObjC Fix a code gen bug in i386-apple-darwin (objc fragile abi), sending 2009-11-12 20:14:24 +00:00
Coverage Remove RUN: true lines. 2009-11-08 01:47:25 +00:00
Driver Remove RUN: true lines. 2009-11-08 01:47:25 +00:00
FixIt Update FixIt tests to make it more obvious they use a separate mode. 2009-11-14 04:39:42 +00:00
Frontend Remove RUN: true lines. 2009-11-08 01:47:25 +00:00
Index Make sure that we look into nested, transparent declaration contexts 2009-11-09 21:35:27 +00:00
Lexer Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
Misc Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
PCH Fix PCH/preprocess test to be more useful, and unbreak -E mode with implicit 2009-11-12 01:36:20 +00:00
Parser Fix broken tests, exposed by improved -verify. 2009-11-14 03:24:04 +00:00
Preprocessor Generalize stdint.h for non-8-bit-multiple types, patch by 2009-11-12 08:08:27 +00:00
Rewriter Eliminate &&s in tests. 2009-11-08 01:45:36 +00:00
Sema Fix PR 5422: handle lvalue results when evaluating 'based' ptrtoints as part of 2009-11-11 22:52:37 +00:00
SemaCXX PR5462: Don't run off the edge of the argument array for vararg handling 2009-11-14 04:43:10 +00:00
SemaObjC Add <foo> = [<bar> nextObject] to the -Widiomatic-parentheses category, 2009-11-12 00:06:05 +00:00
SemaObjCXX Switch XFAIL format to match LLVM. 2009-11-03 07:25:45 +00:00
SemaTemplate If we attempt to add a constructor template specialization that looks 2009-11-14 01:20:54 +00:00
CMakeLists.txt Simplify. 2009-11-08 09:46:39 +00:00
Makefile Add clang_site_config user variable, so that extra tests (e.g., utils/C++Syntax) 2009-11-05 16:36:19 +00:00
TestRunner.sh Switch TestRunner.sh to just use 'lit'. 2009-09-20 22:00:23 +00:00
cxx-sections.data Update C++ section data and directory structure to reflect N2914 2009-06-30 16:45:27 +00:00
lit.cfg Drop require_and_and argument. 2009-11-08 01:47:35 +00:00
lit.site.cfg.in Rework site config for cmake to be generated at configure time, and only pass 2009-11-07 23:53:32 +00:00
make_test_dirs.pl Add the structure for a C++ test suite that mimics the structure of the C++ standard 2009-06-13 06:06:53 +00:00