llvm-project/clang/test
Richard Smith c941ba9047 Temporary fix for PR18473: Don't try to evaluate the initializer for a
type-dependent variable, even if the initializer isn't value-dependent. This
happens for ParenListExprs composed of non-value-dependent subexpressions, for
instance.

We should really give ParenListExprs (and InitListExprs) the type of the
initialized entity if they're used to represent a dependent initialization (and
if so, set them to be type-, value- and instantiation-dependent).

llvm-svn: 200954
2014-02-06 23:35:16 +00:00
..
ARCMT Fix "regression" caused by updating our notion of POD to better match the C++11 2014-01-11 00:53:35 +00:00
ASTMerge Ignore test Inputs globally and remove redundant lit.local.cfg files 2013-11-15 13:37:49 +00:00
Analysis Add implicit declarations of allocation functions when looking them up for 2014-02-04 01:14:30 +00:00
CXX DR101, PR12770: If a function is declared in the same context as a 2014-02-06 01:31:33 +00:00
CodeCompletion Fix FileCheck --check-prefix lines. 2013-08-12 12:51:05 +00:00
CodeGen Try to fix ppc bot failure. 2014-02-05 21:40:10 +00:00
CodeGenCUDA Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
CodeGenCXX Silence build-bots from the fallout of r200921 2014-02-06 19:14:16 +00:00
CodeGenObjC Use an Itanium triple in DWARF debug info tests 2014-01-30 01:01:36 +00:00
CodeGenObjCXX [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects 2014-02-01 00:04:45 +00:00
CodeGenOpenCL Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
Coverage Skip this test when using lit integrated shell 2013-10-25 22:30:07 +00:00
Driver Use correct ld emulation for EABI hardware float triple on NetBSD. 2014-02-06 21:04:32 +00:00
FixIt check-clang: Introduce the feature "utf8-capable-terminal". 2014-02-06 07:15:59 +00:00
Format clang-format: Explicitly set fallback style that is tested. 2013-12-03 06:48:41 +00:00
Frontend Wired-up the new LLVM diagnostic system into clang diagnostic system. 2014-02-06 18:30:43 +00:00
Headers Intrin.h: include setjmp.h to get a jmp_buf definition 2014-01-28 23:01:59 +00:00
Index Report a correct end location for nameless parameters. 2014-02-02 15:28:46 +00:00
Layout MS ABI: Fix some layout tests 2014-02-03 00:29:57 +00:00
Lexer Lexer: Issue -Wbackslash-newline-escape for line comments 2013-12-14 23:32:31 +00:00
Misc Fixes PR18762, stop the StmtPrinter for ObjCPropertyRefExpr from crashing on 2014-02-06 23:26:23 +00:00
Modules DR101, PR12770: If a function is declared in the same context as a 2014-02-06 01:31:33 +00:00
OpenMP [OPENMP] Bug fixes in threadprivate declaration and data sharing attributes processing. (http://llvm-reviews.chandlerc.com/D2451) 2014-01-31 05:15:34 +00:00
PCH Add a CC1 option -verify-pch 2014-02-05 22:21:15 +00:00
Parser Allow virt-specifiers after GNU attributes in member-declarators. GCC doesn't 2014-01-24 22:34:35 +00:00
Preprocessor Fix the range for Malayam UCNs in C99. 2014-02-05 15:32:23 +00:00
Rewriter Teach the diagnostics engine about the Attr type to make reporting on semantic attributes easier (and not require hard-coded strings). This requires a getSpelling() function on the Attr class, which is table-driven. Updates a handful of cases where a hard-coded string was being used to test the functionality out. Updating associated test cases for the improved quoting. 2013-12-26 18:30:57 +00:00
Sema Tighten lax vector-conversion rules and enforce them consistently. 2014-02-04 23:58:19 +00:00
SemaCUDA Updated the wording of two attribute-related diagnostics so that they print the offending attribute name. Also updates the associated test cases. 2014-01-02 21:26:14 +00:00
SemaCXX Temporary fix for PR18473: Don't try to evaluate the initializer for a 2014-02-06 23:35:16 +00:00
SemaObjC Objective-C. Fixes a bug where "new" family attribute 2014-01-28 22:46:29 +00:00
SemaObjCXX A new conversion warning for when an Objective-C object literal is implicitly 2014-01-28 23:40:26 +00:00
SemaOpenCL Allow clang to compile the "extern" storage class in OpenCL 1.2. 2014-01-23 16:36:09 +00:00
SemaTemplate PR17846, PR17848: don't build a VarTemplateSpecializationDecl for a use of a 2014-02-03 20:09:56 +00:00
TableGen
Tooling Adding a win32-targeted test into Tooling/multi-jobs.cpp, to make sure it doesn't get broken again 2013-12-18 18:55:36 +00:00
Unit Reverting because reverting r200145. 2014-01-27 22:57:33 +00:00
.clang-format Add .clang-format without column limit to subdirectory tests/. 2013-11-08 06:45:35 +00:00
CMakeLists.txt [CMake] Deprecate CLANG_RUNTIME_OUTPUT_INTDIR and CLANG_LIBRARY_OUTPUT_INTDIR. 2014-01-19 13:00:01 +00:00
Makefile Reverting because reverting r200145. 2014-01-27 22:57:33 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg check-clang: Introduce the feature "utf8-capable-terminal". 2014-02-06 07:15:59 +00:00
lit.site.cfg.in Reverting because reverting r200145. 2014-01-27 22:57:33 +00:00
make_test_dirs.pl