llvm-project/clang/test
Jordan Rose ccf43ca05c Add pedantic warning -Wempty-translation-unit (C11 6.9p1).
In standard C since C89, a 'translation-unit' is syntactically defined to have
at least one "external-declaration", which is either a decl or a function
definition. In Clang the latter gives us a declaration as well.

The tricky bit about this warning is that our predefines can contain external
declarations (__builtin_va_list and the 128-bit integer types). Therefore our
AST parser now makes sure we have at least one declaration that doesn't come
from the predefines buffer.

Also, remove bogus warning about empty source files. This doesn't catch source
files that only contain comments, and never fired anyway because of our
predefines.

PR12665 and <rdar://problem/9165548>

llvm-svn: 158085
2012-06-06 17:25:21 +00:00
..
ARCMT objective-c: merge deprecated/unavailable attributes to 2012-06-05 21:14:46 +00:00
ASTMerge Fix crash at @implementation with a forward reference as base class. 2012-03-13 01:09:36 +00:00
Analysis PlistDiagnostics: force the ranges for control-flow edges to be single locations, forcing 2012-06-05 22:00:52 +00:00
CXX A non-explicit constructor template with a second parameter that is a 2012-06-05 23:44:51 +00:00
CodeCompletion Add 'env' in hopes of making this test pass on Windows. 2012-04-16 03:22:35 +00:00
CodeGen Fix a bug with va_arg and vectors on Darwin x86-32. <rdar://problem/11592208>. 2012-06-05 19:40:46 +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 Reapply "Only emit debug information for methods that are user defined, there's" 2012-06-05 18:16:22 +00:00
CodeGenObjC objective-c: fix a sema and IRGen crash when property 2012-05-29 19:56:01 +00:00
CodeGenObjCXX When @encode'ing a C++ class that has empty base classes, we can end 2012-04-27 22:30:01 +00:00
CodeGenOpenCL Replace PTX back-end with NVPTX back-end in all places where Clang cares 2012-05-24 17:43:12 +00:00
Coverage rename -ccc-host-triple into -target 2012-01-20 22:01:23 +00:00
Driver supply a simple-minded testcase for r156813, to check whether the embedded montavista gcc toolchain is recognized 2012-05-30 09:56:26 +00:00
FixIt Make suggestions for mismatched enum arguments to printf/scanf. 2012-06-04 22:49:02 +00:00
Frontend Escape % in diagnostic message when compiling LLVM IR. 2012-03-16 22:31:42 +00:00
Headers Remove the 'intrin.h' builtin header file and its tests for now. 2012-05-07 20:46:58 +00:00
Index Follow-up on the test of r157892 2012-06-02 18:20:16 +00:00
Lexer Add a predefine __WINT_UNSIGNED__, similar to __WCHAR_UNSIGNED__, and test them both for ARM and X86. 2012-05-04 11:23:40 +00:00
Misc Add pedantic warning -Wempty-translation-unit (C11 6.9p1). 2012-06-06 17:25:21 +00:00
Modules Fix ASTReader handling of ImportDecls, from Meador Inge! 2012-05-16 16:31:58 +00:00
PCH Add pedantic warning -Wempty-translation-unit (C11 6.9p1). 2012-06-06 17:25:21 +00:00
Parser Add pedantic warning -Wempty-translation-unit (C11 6.9p1). 2012-06-06 17:25:21 +00:00
Preprocessor Add pedantic warning -Wempty-translation-unit (C11 6.9p1). 2012-06-06 17:25:21 +00:00
Rewriter modern objc translation: Add translation of @autoreleasepool 2012-05-23 23:47:20 +00:00
Sema Add pedantic warning -Wempty-translation-unit (C11 6.9p1). 2012-06-06 17:25:21 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Introduce -Wunused-private-field. If enabled, this warning detects 2012-06-06 08:32:04 +00:00
SemaObjC objective-c: merge deprecated/unavailable attributes to 2012-06-05 21:14:46 +00:00
SemaObjCXX Allow objc @() syntax for enum types. 2012-05-15 19:17:44 +00:00
SemaOpenCL Support constant evaluation for OpenCL nested vector literals. Patch by Anton Lokhmotov. 2012-01-03 23:24:20 +00:00
SemaTemplate Replace inline asm constraint "=a" by the more general constraint "=r". 2012-05-22 11:03:10 +00:00
Tooling clang/test/Tooling: Update comments in left 2 tests on XFAIL. They are incompatible to -fms-compatibility. 2012-05-23 22:24:33 +00:00
Unit
CMakeLists.txt Add the dependency on clang-check to clang-test, so clang-check 2012-04-04 12:18:22 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg test/lit.cfg: Please pass %INCLUDE% to clang.exe on Win32. MS-compatible clang may refer to %INCLUDE%. It fixes r154188. 2012-04-07 01:02:53 +00:00
lit.site.cfg.in
make_test_dirs.pl