..
ARCMT
[arcmt] When fixing the "unassigned init call" ARC error, make sure
2012-03-31 01:34: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] RetainCountChecker: track ObjC boxed expression objects.
2012-05-12 05:10:43 +00:00
CXX
When diagnosing inaccessible temporary destructors in decltype expressions, use
2012-05-11 22:20:10 +00:00
CodeCompletion
Add 'env' in hopes of making this test pass on Windows.
2012-04-16 03:22:35 +00:00
CodeGen
Coerce byval aggregate arguments to integers whose size matches the integer
2012-05-11 21:56:58 +00:00
CodeGenCUDA
CUDA: IR generation support for device stubs
2011-10-06 18:51:56 +00:00
CodeGenCXX
A union can have a constexpr defaulted default constructor, if it has an
2012-05-07 01:07:30 +00:00
CodeGenObjC
Add a test case for going through typedefs until we reach "BOOL", that NSAPI::isObjCTypedef() is doing.
2012-05-11 01:53:27 +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
Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm
2012-04-14 12:37:26 +00:00
Coverage
rename -ccc-host-triple into -target
2012-01-20 22:01:23 +00:00
Driver
Update test case for new default of 3.0
2012-05-09 18:23:04 +00:00
FixIt
objective-c. Fixes a 'fixit' where location of
2012-05-09 21:49:29 +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
Fix an old (2009) FIXME:
2012-05-10 02:50: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
Fix an assertion hit when the serialized diagnostics writer receive a diagnostic
2012-05-10 05:03:45 +00:00
Modules
There's some code in the PCH reader that looks like it's needlessly complex, but
2012-04-12 07:56:21 +00:00
PCH
The Lexer constructor expects a source location at the start of the
2012-05-11 21:39:18 +00:00
Parser
Push the knowledge that we are parsing a type-id/type-name further into the
2012-05-09 20:55:26 +00:00
Preprocessor
[preprocessor] Make sure that MacroExpands callbacks are always in source order.
2012-05-10 18:57:19 +00:00
Rewriter
[objc] When boxing a BOOL/NSInteger/NSUInteger type, use the corresponding
2012-05-10 23:12:03 +00:00
Sema
Make sure that we recognize __attribute__((align)) as a synonym for
2012-05-11 23:01:43 +00:00
SemaCUDA
CUDA: diagnose invalid calls across targets
2011-10-02 23:49:40 +00:00
SemaCXX
PR11857: When the wrong number of arguments are provided for a function
2012-05-11 05:16:41 +00:00
SemaObjC
Only check NSArray/NSDictionary boxing method params once.
2012-05-12 17:32:56 +00:00
SemaObjCXX
Add a missing RequireCompleteType call when synthesizing properties. <rdar://problem/11333367>.
2012-05-01 22:26:06 +00:00
SemaOpenCL
Support constant evaluation for OpenCL nested vector literals. Patch by Anton Lokhmotov.
2012-01-03 23:24:20 +00:00
SemaTemplate
Recover properly if a class member declaration starts with a scope specifier
2012-05-09 08:23:23 +00:00
Tooling
Declare abstract class ArgumentsAdjuster. This abstract interface describes
2012-05-09 16:18:30 +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
Add the dependency on clang-check to clang-test, so clang-check
2012-04-04 12:18:22 +00:00
Makefile
lit support for REQUIRES: asserts.
2011-06-22 23:23:49 +00:00
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
lit support for REQUIRES: asserts.
2011-06-22 23:23:49 +00:00
make_test_dirs.pl
…