.. |
AST
|
fix PR8217, a silent miscompilation of invalid code.
|
2010-10-10 18:16:20 +00:00 |
Analysis
|
Added support for base and member destructors in destructor.
|
2010-10-05 05:37:00 +00:00 |
Basic
|
fix PR8217, a silent miscompilation of invalid code.
|
2010-10-10 18:16:20 +00:00 |
Checker
|
Added two new command line arguments:
|
2010-09-30 07:41:24 +00:00 |
CodeGen
|
Revert r109546, it broke linux build.
|
2010-07-27 22:37:14 +00:00 |
Driver
|
Implement -fshort-enums (rdar://8490496).
|
2010-10-08 00:25:19 +00:00 |
Frontend
|
Give every file that ASTReader loads a type: module, PCH, precompiled preamble or main file. Base Decls' PCHLevel on this to make it more sane.
|
2010-10-05 16:15:19 +00:00 |
FrontendTool
|
Move ExecuteCompilerInvocation to a new library FrontendTool
|
2010-08-24 00:31:22 +00:00 |
Index
|
Make a bunch of new data structures for the new analysis
|
2010-07-22 13:52:13 +00:00 |
Lex
|
When chaining PCHs, only write PPRecords that don't come from PCH, and give them the correct IDs. Fixes a crash in XCode.
|
2010-09-27 22:18:47 +00:00 |
Parse
|
When we encounter a '==' in a context expecting a '=', assume the user made a typo:
|
2010-10-08 02:39:23 +00:00 |
Rewrite
|
Add a new cc1 option -fix-what-you-can which when combined with the fix-it mode
|
2010-08-13 17:31:00 +00:00 |
Sema
|
Don't rely on a StringRef being null-terminated (it's not) for deprecation messages.
|
2010-10-09 15:49:00 +00:00 |
Serialization
|
Give every file that ASTReader loads a type: module, PCH, precompiled preamble or main file. Base Decls' PCHLevel on this to make it more sane.
|
2010-10-05 16:15:19 +00:00 |
CMakeLists.txt
|
Generate Attr subclasses with TableGen.
|
2010-08-18 23:23:40 +00:00 |
Makefile
|
Generate Attr subclasses with TableGen.
|
2010-08-18 23:23:40 +00:00 |