llvm-project/clang/test
Jordan Rose edff020011 Allow internal decls in inline functions if the function is in the main file.
This handles the very common case of people writing inline functions in their
main source files and not tagging them as inline. These cases should still
behave as the user intended. (The diagnostic is still emitted as an extension.)

I'm reworking this code anyway to account for C++'s equivalent restriction in
[basic.def.odr]p6, but this should get some bots back to green.

llvm-svn: 158666
2012-06-18 17:49:58 +00:00
..
ARCMT [arcmt] At an unbridged cast error, if we're returning a load-of-ivar from a +0 method, 2012-06-07 00:44:06 +00:00
ASTMerge Fix crash at @implementation with a forward reference as base class. 2012-03-13 01:09:36 +00:00
Analysis [analyzer] Array CompoundLiteralExprs need to be treated like lvalues. 2012-06-16 01:28:03 +00:00
CXX Check the parameter lists and return type of both blocks and lambdas 2012-06-15 16:59:29 +00:00
CodeCompletion [completion] Add completions for @"..." and @(...), and tidy up @[] and @{}. 2012-06-15 18:19:56 +00:00
CodeGen [MSExtensions] Add support for __forceinline. 2012-06-18 07:00:48 +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 Make the ".*" operator work correctly when the base is a prvalue and the field has a non-trivial copy constructor. PR13097. 2012-06-15 23:51:06 +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 [VS Toolchain] Correctly forward -l linker inputs to link.exe. 2012-06-18 16:56:04 +00:00
FixIt Extend the error recovery for a template-argument-list terminated by '>>' to 2012-06-18 06:11:04 +00:00
Frontend Remove absolute path form include test. 2012-06-14 19:55:56 +00:00
Headers Remove the 'intrin.h' builtin header file and its tests for now. 2012-05-07 20:46:58 +00:00
Index [AST/libclang] Fix the selector locations that are reported for a 2012-06-16 00:46:02 +00:00
Lexer [-E] Emit a rewritten _Pragma on its own line. 2012-06-15 23:33:51 +00:00
Misc Add triples to keep make test work on Windows, where wchar_t is only 16 2012-06-13 23:15:33 +00:00
Modules Fix ASTReader handling of ImportDecls, from Meador Inge! 2012-05-16 16:31:58 +00:00
PCH Explicitly build __builtin_va_list. 2012-06-16 03:34:49 +00:00
Parser Extend the error recovery for a template-argument-list terminated by '>>' to 2012-06-18 06:11:04 +00:00
Preprocessor [-E] Emit a rewritten _Pragma on its own line. 2012-06-15 23:33:51 +00:00
Rewriter modern objc translation: Add translation of @autoreleasepool 2012-05-23 23:47:20 +00:00
Sema Allow internal decls in inline functions if the function is in the main file. 2012-06-18 17:49:58 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Handle C++11 attribute namespaces automatically. 2012-06-18 16:13:52 +00:00
SemaObjC Disallow using ObjC literals in direct comparisons (== and friends). 2012-06-08 21:14:25 +00:00
SemaObjCXX Test that -Wauto-var-id fires in value-dependent contexts. 2012-06-15 18:19:43 +00:00
SemaOpenCL Support constant evaluation for OpenCL nested vector literals. Patch by Anton Lokhmotov. 2012-01-03 23:24:20 +00:00
SemaTemplate PR13064: Store whether an in-class initializer uses direct or copy 2012-06-10 03:12:00 +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