llvm-project/clang/test
John McCall 770a4c1a37 Protect the values of array and dictionary literals from the
ARC optimizer while they're held in local unsafe buffers.

Based on a patch by Jesse Rusak!

rdar://13573224

llvm-svn: 178721
2013-04-04 00:20:38 +00:00
..
ARCMT [arcmt] Make sure the function has an associated parameter for the argument 2013-02-14 17:29:16 +00:00
ASTMerge Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then 2012-12-20 02:22:15 +00:00
Analysis [analyzer] Allow tracknullOrUndef look through the ternary operator even when condition is unknown 2013-04-03 21:34:12 +00:00
CXX If a defaulted special member is implicitly deleted, check whether it's 2013-04-02 19:38:47 +00:00
CodeCompletion PR14381: Never skip constexpr function bodies when code-completing. We may need 2012-11-19 21:13:18 +00:00
CodeGen Move this file into the correct directory. 2013-04-03 01:58:56 +00:00
CodeGenCUDA Use kernel metadata to differentiate between kernel and device 2013-03-30 14:38:24 +00:00
CodeGenCXX Revert "Revert r178079, it caused PR15637." 2013-04-02 22:59:11 +00:00
CodeGenObjC Protect the values of array and dictionary literals from the 2013-04-04 00:20:38 +00:00
CodeGenObjCXX In ObjC++ on legacy runtimes, push an EH cleanup as well as 2013-04-03 00:56:07 +00:00
CodeGenOpenCL Use kernel metadata to differentiate between kernel and device 2013-03-30 14:38:24 +00:00
Coverage Objective-C: When using super.prop, property should be 2013-03-11 22:26:33 +00:00
Driver Test Hexagon tool-chain when configured as OSless target. 2013-04-03 17:17:48 +00:00
FixIt Objective-C arc [qui]. Don't issue the bridge cast 2013-04-02 23:48:59 +00:00
Format Re-add clang-format tests to clang/test. 2013-03-25 09:14:25 +00:00
Frontend Escape # and $ in dependency files. 2013-04-02 13:38:48 +00:00
Headers libstdc++'s <cstdalign> #includes <stdalign.h> and expects it to guard against 2013-02-21 02:17:58 +00:00
Index [libclang] Make clang_Cursor_getArgument work with call-exprs. 2013-04-01 17:38:59 +00:00
Lexer Add -Wc99-compat warning for C11 unicode string and character literals. 2013-03-11 18:01:42 +00:00
Misc Do not assume the template argument is an integer only because the 2013-04-03 02:31:17 +00:00
Modules <rdar://problem/13560075> Teach name lookup for builtin names to find hidden declarations. 2013-04-03 23:06:26 +00:00
OpenMP OpenMP threadprivate directive parsing and semantic analysis 2013-03-22 06:34:35 +00:00
PCH Don't eagerly deserialize every templated function (and every static data 2013-04-01 20:22:16 +00:00
Parser Make the ObjC attributes diagnostics a bit more informative. 2013-04-04 00:15:10 +00:00
Preprocessor [preprocessor] Allow comparing two macro definitions syntactically instead of only lexically. 2013-04-03 17:39:30 +00:00
Rewriter Objective-C modern rewriter. Fixes a bug 2013-04-03 19:11:21 +00:00
Sema Enable use of _Static_assert inside structs and unions in C11 mode (as per C11 6.7.2.1p1). 2013-04-03 09:46:04 +00:00
SemaCUDA
SemaCXX Complain about attempts to befriend declarations via a using 2013-04-03 21:19:47 +00:00
SemaObjC Objective-C arc [qui]. Don't issue the bridge cast 2013-04-02 23:48:59 +00:00
SemaObjCXX Fold together the two implementations of 6.7.3p2 in SemaType. Fix two bugs, each of which was only present in one version: 2013-03-28 00:03:10 +00:00
SemaOpenCL Add support for the 'endian' attribute for OpenCL. 2013-03-14 09:54:43 +00:00
SemaTemplate Fold together the two implementations of 6.7.3p2 in SemaType. Fix two bugs, each of which was only present in one version: 2013-03-28 00:03:10 +00:00
TableGen Revert "tg-fixits.td: fixup for Linux" 2013-01-11 02:37:47 +00:00
Tooling Added PR number for failing win64 tests. 2013-03-25 18:56:45 +00:00
Unit Disable ASan/MSan symbolization of reports in tests. 2013-03-27 13:11:46 +00:00
CMakeLists.txt Re-add clang-format tests to clang/test. 2013-03-25 09:14:25 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg Disable ASan/MSan symbolization of reports in tests. 2013-03-27 13:11:46 +00:00
lit.site.cfg.in Add asan/msan to the list of available features in LIT test runner. Mark ASan-unfriendly test as XFAIL. 2013-03-26 08:28:18 +00:00
make_test_dirs.pl