clang/test
Argyrios Kyrtzidis ead363bdd2 Do a lookup for the blocks runtime globals to see if they were declared,
instead of codegen waiting to consume such a declaration, which won't
happen if that decls are coming from a PCH.

Fixes rdar://10028656.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139359 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-09 06:44:21 +00:00
..
ARCMT [arcmt] Try fixing the windows buildbot. 2011-09-07 21:50:18 +00:00
ASTMerge
Analysis Stop cluttering the test directory with temporary files. 2011-09-05 07:19:32 +00:00
CXX When performing a derived-to-base cast on the right-hand side of the 2011-09-06 16:26:56 +00:00
CodeCompletion Support code-completion for C++ inline methods and ObjC buffering methods. 2011-09-04 03:32:15 +00:00
CodeGen The frexp, modf, and remquo builtins are not 'const'. 2011-09-08 21:18:03 +00:00
CodeGenCXX When extracting the callee declaration from a call expression, be sure 2011-09-06 21:41:04 +00:00
CodeGenObjC Allow C++0x enumerations with a fixed underlying type in 2011-09-08 17:18:35 +00:00
CodeGenObjCXX Implement the Named Return Value Optimization (NRVO) for blocks. 2011-09-06 20:46:03 +00:00
CodeGenOpenCL This handles the missing cases of opencl vector literals. 2011-07-15 23:07:01 +00:00
Coverage
Driver [driver] i386 kext preprocessor jobs also need their unsupported options 2011-09-08 00:38:00 +00:00
FixIt PR10867: Work around a bug in lit. Multiple RUN: lines are joined with &&, so: 2011-09-06 03:01:15 +00:00
Frontend Revert r134898, "test/Frontend/dependency-gen.c: Mark XFAIL: mingw due to PR10331. to appease mingw-target (and non-mingw-host) builds. 2011-07-11 22:34:14 +00:00
Headers Remove WCHAR_MIN and WCHAR_MAX from limits.h. According to posix and c99 2011-09-08 23:25:25 +00:00
Index [libclang] Fix annotation and getting a "macro expansion" cursor 2011-09-08 17:18:41 +00:00
Lexer Advertise support for cxx_range_for as an extension in C++98 mode. Patch by Jean-Daniel Dupas! 2011-09-06 18:03:41 +00:00
Misc PR10458: Finesse behaviour of C++0x features when in pre-0x mode. Accept for-range and auto with an ExtWarn, and produce a -Wc++0x-compat warning in C++98 mode when auto is used as a storage class. 2011-09-04 19:54:14 +00:00
Modules Modules: introduce the __module_private__ declaration specifier, which 2011-09-09 02:06:17 +00:00
PCH Do a lookup for the blocks runtime globals to see if they were declared, 2011-09-09 06:44:21 +00:00
Parser Allow C99 hexfloats in C++0x mode. This change resolves the standards 2011-08-30 22:40:35 +00:00
Preprocessor Change err_pp_file_not_found back to an Error; when it's a Warning, we suppress it in system headers. And it is not a good idea to suppress it in system headers. (This was originally changed in r134996 to implement -MG.) 2011-08-30 23:07:51 +00:00
Rewriter Fix a rewriter bug caused by recent changes in objc's 2011-08-29 22:21:46 +00:00
Sema PR10867: Work around a bug in lit. Multiple RUN: lines are joined with &&, so: 2011-09-06 03:01:15 +00:00
SemaCUDA
SemaCXX Extend -Wliteral-conversion to catch "int i = -1.234" 2011-09-08 22:30:47 +00:00
SemaObjC The integer type of an enumeration type isn't always canonical 2011-09-08 23:29:05 +00:00
SemaObjCXX Don't assert when diagnosing a missing cast of an unknown-anytype 2011-08-31 20:57:36 +00:00
SemaOpenCL This handles the missing cases of opencl vector literals. 2011-07-15 23:07:01 +00:00
SemaTemplate In Microsoft mode, if we are inside a template class member function and we can't resolve a function call then create a type-dependent CallExpr even if the function has no type dependent arguments. The goal is to postpone name lookup to instantiation time to be able to search into type dependent base classes. 2011-09-07 00:14:57 +00:00
Unit test/Unit: Fixup lit.cfg to allow running inside test/Unit (with llvm-config in 2011-06-22 21:46:43 +00:00
CMakeLists.txt CMake: "clang-test" may not depend on check.deps. 2011-08-16 03:45:31 +00:00
Makefile lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg FreeBSD (apparently) does not support crash-recovery tests. 2011-08-26 22:46:31 +00:00
lit.site.cfg.in lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
make_test_dirs.pl