.. |
ARCMT
|
[objcmt] Have the modern objc migration warning change from:
|
2012-06-20 01:28:32 +00:00 |
ASTMerge
|
Fix crash at @implementation with a forward reference as base class.
|
2012-03-13 01:09:36 +00:00 |
Analysis
|
[analyzer] Malloc: cleanup, disallow free on relinquished memory.
|
2012-06-20 20:57:46 +00:00 |
CXX
|
Fix -Wc++11-narrowing warnings for narrowing negative values to larger unsigned
|
2012-06-19 21:28:35 +00:00 |
CodeCompletion
|
[completion] Add completions for @"..." and @(...), and tidy up @[] and @{}.
|
2012-06-15 18:19:56 +00:00 |
CodeGen
|
Reapplying the changes from r158717 as they were rolled back to avoid merge conflicts from a separate problematic patch.
|
2012-06-19 22:09:27 +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
|
Do not crash when we dynamic cast a final type to void*.
|
2012-06-19 23:44:55 +00:00 |
CodeGenObjC
|
Restructure how the driver communicates information about the
|
2012-06-20 06:18:46 +00:00 |
CodeGenObjCXX
|
Restructure how the driver communicates information about the
|
2012-06-20 06:18:46 +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
|
Restructure how the driver communicates information about the
|
2012-06-20 06:18:46 +00:00 |
Driver
|
Revert "Provide a -no-pedantic to cancel out -pedantic." This needs to be designed
|
2012-06-20 07:03:37 +00:00 |
FixIt
|
Enable -Wnull-conversion for non-integral target types (eg: double).
|
2012-06-19 21:19:06 +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
|
Structured comment parsing, first step.
|
2012-06-20 00:34:58 +00:00 |
Lexer
|
Fix the location of the fixit for -Wnewline-eof.
|
2012-06-19 03:09:38 +00:00 |
Misc
|
Improve the error message when a function overload candidate is rejected
|
2012-06-19 00:37:47 +00:00 |
Modules
|
Fix ASTReader handling of ImportDecls, from Meador Inge!
|
2012-05-16 16:31:58 +00:00 |
PCH
|
Add the PCH file name to the message about not being able to read the PCH.
|
2012-06-20 00:36:03 +00:00 |
Parser
|
[ms-style asm] Change the fatal error to an extension warning. Apparently, this
|
2012-06-20 18:28:37 +00:00 |
Preprocessor
|
Restructure how the driver communicates information about the
|
2012-06-20 06:18:46 +00:00 |
Rewriter
|
Restructure how the driver communicates information about the
|
2012-06-20 06:18:46 +00:00 |
Sema
|
Reword -Winternal-linkage-in-inline, and rename it to -Wstatic-in-inline.
|
2012-06-20 21:09:10 +00:00 |
SemaCUDA
|
CUDA: diagnose invalid calls across targets
|
2011-10-02 23:49:40 +00:00 |
SemaCXX
|
Added test with sizeof conditions (relies on to-be-implemented functionality of CFG, discussion: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20120507/057370.html)
|
2012-06-20 21:12:23 +00:00 |
SemaObjC
|
objc: improved diagnostic when property autosynthesis may cause
|
2012-06-20 17:18:31 +00:00 |
SemaObjCXX
|
Restructure how the driver communicates information about the
|
2012-06-20 06:18:46 +00:00 |
SemaOpenCL
|
Extend the support for cl-std to include 1.2.
|
2012-06-19 23:09:52 +00:00 |
SemaTemplate
|
Allow unqualified lookup of non-dependent member functions
|
2012-06-20 20:21:42 +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
|
…
|
|