llvm-project/clang/test
Ted Kremenek bb81ffb342 Update ExprEngine's handling of ternary operators to find the ternary expression
value by scanning the path, rather than assuming we have visited the '?:' operator
as a terminator (which sets a value indicating which expression to grab the
final ternary expression value from).

llvm-svn: 160760
2012-07-25 21:58:25 +00:00
..
ARCMT Let Expr::HasSideEffects() return false for NULL, bool literals, this, and nullptr. 2012-07-20 03:39:05 +00:00
ASTMerge Fix crash at @implementation with a forward reference as base class. 2012-03-13 01:09:36 +00:00
Analysis Update ExprEngine's handling of ternary operators to find the ternary expression 2012-07-25 21:58:25 +00:00
CXX PR12057: Allow variadic template pack expansions to cross lambda boundaries. 2012-07-25 03:56:55 +00:00
CodeCompletion Remove unnecessary spacing around Objective-C object literal code 2012-07-17 23:24:47 +00:00
CodeGen Don't use a temporary file. 2012-07-24 20:00:35 +00:00
CodeGenCUDA Replace PTX back-end with NVPTX back-end in all places where Clang cares 2012-05-24 17:43:12 +00:00
CodeGenCXX Fix PR13207 (Mangling of templates with back references when using -cxx-abi microsoft) 2012-07-24 09:37:54 +00:00
CodeGenObjC Don't need to specify the abi as it's the default. 2012-07-20 17:42:31 +00:00
CodeGenObjCXX Don't try to do RVO on block variables that refer to an enclosing local. 2012-07-11 22:50:15 +00:00
CodeGenOpenCL Add OpenCL metadata for kernel arg names. This output is controlled via a flag as noted in the OpenCL Spec. 2012-07-11 23:02:10 +00:00
Coverage Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep 2012-07-03 20:49:52 +00:00
Driver [driver crash diagnostics] Strip -internal-isystem and -internal-externc-isystem. 2012-07-25 18:55:43 +00:00
FixIt Re-apply r160319 "Don't crash when emitting fixits following Unicode chars" 2012-07-20 18:50:51 +00:00
Frontend Allow -verify directives to be filtered by preprocessing. 2012-07-11 19:58:23 +00:00
Headers Remove the 'intrin.h' builtin header file and its tests for now. 2012-05-07 20:46:58 +00:00
Index libclang comment to HTML rendering: \result is the same as \returns 2012-07-25 17:14:58 +00:00
Lexer Allow -verify directives to be filtered by preprocessing. 2012-07-11 19:58:23 +00:00
Misc Promote warn_unknown_analyzer_checker to an error. Addresses <rdar://problem/10987863>. 2012-07-25 07:12:13 +00:00
Modules Fix a typo (the the => the) 2012-07-23 08:59:39 +00:00
PCH test/PCH/objc_stmts.m: Suppress stderr to be fed to FileCheck. 2012-07-25 11:14:11 +00:00
Parser Pedantic -pedantic correction. Duplicate cv-qualifiers are permitted in C++11 2012-07-24 20:24:58 +00:00
Preprocessor Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only. 2012-07-19 03:52:53 +00:00
Rewriter Remove dependency on string.h 2012-06-29 23:48:43 +00:00
Sema Turn -Wobjc-root-class on by default. <rdar://problem/11203649>. 2012-07-25 07:26:32 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX PR12057: Allow variadic template pack expansions to cross lambda boundaries. 2012-07-25 03:56:55 +00:00
SemaObjC Turn -Wobjc-root-class on by default. <rdar://problem/11203649>. 2012-07-25 07:26:32 +00:00
SemaObjCXX When we have an Objective-C object with non-trivial lifetime in a 2012-07-23 04:23:39 +00:00
SemaOpenCL Extend the support for cl-std to include 1.2. 2012-06-19 23:09:52 +00:00
SemaTemplate More for PR11848: a pack expansion type isn't necessarily type-dependent (its 2012-07-16 01:59:26 +00:00
Tooling Switch to the canonical pipe-based testing of clang output using 2012-07-20 00:49:53 +00:00
Unit
CMakeLists.txt The new clang-ast-dump tool for selective AST dumping. Moved common command-line tool stuff to CommandLineClangTool 2012-07-16 12:46:48 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg clang/test/Misc/diag-template-diffing-color.cpp: Introduce the feature 'ansi-escape-sequences'. 2012-07-11 11:44:00 +00:00
lit.site.cfg.in
make_test_dirs.pl