llvm-project/clang/test
John McCall b65e8fe143 Only merge down a variable type if the previous declaration was
visible.  There's a lot of potential badness in how we're modelling
these things, but getting this much correct is reasonably easy.

rdar://13535367

llvm-svn: 178488
2013-04-01 18:34:28 +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] Handle caching out while evaluating a C++ new expression. 2013-03-30 01:31:42 +00:00
CXX Only merge down a variable type if the previous declaration was 2013-04-01 18:34:28 +00:00
CodeCompletion PR14381: Never skip constexpr function bodies when code-completing. We may need 2012-11-19 21:13:18 +00:00
CodeGen Remove old NVPTX cpus and add new NVPTX cpus 2013-03-30 14:38:26 +00:00
CodeGenCUDA Use kernel metadata to differentiate between kernel and device 2013-03-30 14:38:24 +00:00
CodeGenCXX Modifed debug-info-byval.cpp test to grep for .string or .asciz. 2013-04-01 15:59:25 +00:00
CodeGenObjC generalize testcase 2013-03-29 23:15:55 +00:00
CodeGenObjCXX Under ARC, when we're passing the address of a strong variable 2013-03-23 02:35:54 +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 Add support for gcc-compatible -mfprnd -mno-fprnd PPC options 2013-03-30 13:47:44 +00:00
FixIt Objective-C: Provide fixit suggestions when class object 2013-03-28 19:50:55 +00:00
Format Re-add clang-format tests to clang/test. 2013-03-25 09:14:25 +00:00
Frontend Delayed template parsing is not supported by the AST serialization system yet, so turning it off. This fixes a test breakage caused by r177336. 2013-03-21 19:38:59 +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 Strip off local qualifiers when converting from RecordType to 2013-03-23 01:38:36 +00:00
Modules [modules] Make sure enabled diagnostic pragmas inside the module don't affect the translation unit that 2013-03-27 17:17:23 +00:00
OpenMP OpenMP threadprivate directive parsing and semantic analysis 2013-03-22 06:34:35 +00:00
PCH [PCH] Fix assertion hit related to enum decls inside templated funtions. 2013-03-18 22:23:49 +00:00
Parser Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar for the _Atomic type specifier. 2013-03-28 01:55:44 +00:00
Preprocessor Define __SIZE_MAX__ preprocessor macro. 2013-03-28 08:36:54 +00:00
Rewriter Objective-C modern translator. Don't put line info 2013-03-18 19:41:18 +00:00
Sema Only merge down a variable type if the previous declaration was 2013-04-01 18:34:28 +00:00
SemaCUDA
SemaCXX Don't special case one line extern "C" decls. 2013-03-29 07:02:31 +00:00
SemaObjC Objective-C: Produce precise diagnostic when 2013-03-28 23:39:11 +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