.. |
AST
|
More coherent diagnostic attempting to assign to a member of a const object returned
|
2011-03-26 19:48:30 +00:00 |
Analysis
|
Add workaround for Sema issue found in <rdar://problem/9188004>, which leads to an assertion failure in the uninitialized variables analysis. The problem is that Sema isn't properly registering a variable in a DeclContext (which -Wuninitialized relies on), but
|
2011-03-29 01:40:00 +00:00 |
Basic
|
For Diagnostic::Reset() also reset the state related to #pragma diagnostic. Fixes rdar://9170766.
|
2011-03-26 18:58:17 +00:00 |
CodeGen
|
Do not line number entry for unconditional branches. Usually, users do not want to stop at closing '}'.
|
2011-03-29 18:35:54 +00:00 |
Driver
|
Integrated-As: Support -Wa,-L when using the integrated assembler.
|
2011-03-28 22:49:28 +00:00 |
Frontend
|
Integrated-As: Support -Wa,-L when using the integrated assembler.
|
2011-03-28 22:49:28 +00:00 |
FrontendTool
|
Improve crash recovery cleanup to recovery CompilerInstances during crash recovery. This was a huge resource "root" during crashes.
|
2011-03-21 18:40:17 +00:00 |
Headers
|
lib/Headers/mm_malloc.h: On Windows, we can expect _mm_malloc would be provided as macro by <malloc.h>.
|
2011-03-15 02:32:43 +00:00 |
Index
|
Give some convenient idiomatic accessors to Stmt::child_range and
|
2011-02-13 04:07:26 +00:00 |
Lex
|
Add a __has_feature check for the 'availability' attribute
|
2011-03-26 12:16:15 +00:00 |
Parse
|
Improve recovery (error + fix-it) when parsing type dependent template name without the "template" keyword.
|
2011-03-27 19:41:34 +00:00 |
Rewrite
|
Add support for the OpenCL vec_step operator, by generalising and
|
2011-03-11 19:24:49 +00:00 |
Sema
|
Fix an unused variable warning in release builds and make the
|
2011-03-29 18:38:10 +00:00 |
Serialization
|
Implement a new 'availability' attribute, that allows one to specify
|
2011-03-23 00:50:03 +00:00 |
StaticAnalyzer
|
[analyzer] Checker Packages can now belong to a group. This requires llvm commit r128474.
|
2011-03-29 18:54:02 +00:00 |
CMakeLists.txt
|
[analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.
|
2011-02-08 22:30:36 +00:00 |
Makefile
|
Chris Lattner has strong opinions about directory
|
2010-12-23 19:38:26 +00:00 |