.. |
AstGuard.h
|
Kick out the proof-of-concept ASTOwner and replace it with ASTOwningResult
|
2008-12-09 20:22:58 +00:00 |
AttributeList.cpp
|
Add attribute always_inline support.
|
2008-10-28 00:17:57 +00:00 |
CMakeLists.txt
|
Update cmake build; patch by Csaba Hruska.
|
2008-12-02 16:23:30 +00:00 |
DeclSpec.cpp
|
remove some more old Diag methods, replace with a single static helper function
|
2008-11-22 08:32:36 +00:00 |
ExtensionRAIIObject.h
|
implement a couple fixme's by implementing __extension__ properly.
|
2008-10-20 06:45:43 +00:00 |
Makefile
|
Make a major restructuring of the clang tree: introduce a top-level
|
2008-03-15 23:59:48 +00:00 |
MinimalAction.cpp
|
Updated IdentifierResolver to deal with DeclarationNames. The names of
|
2008-11-17 20:34:05 +00:00 |
ParseCXXInlineMethods.cpp
|
Use a scoped object to manage entry/exit from a parser scope rather than explicitly calling EnterScope/ExitScope
|
2008-12-10 06:34:36 +00:00 |
ParseDecl.cpp
|
Convert a big bunch of expression parsers to use smart pointers.
|
2008-12-11 22:51:44 +00:00 |
ParseDeclCXX.cpp
|
Use a scoped object to manage entry/exit from a parser scope rather than explicitly calling EnterScope/ExitScope
|
2008-12-10 06:34:36 +00:00 |
ParseExpr.cpp
|
minor refactoring of ParseParenExpression
|
2008-12-12 06:00:12 +00:00 |
ParseExprCXX.cpp
|
Convert a big bunch of expression parsers to use smart pointers.
|
2008-12-11 22:51:44 +00:00 |
ParseInit.cpp
|
Convert a big bunch of expression parsers to use smart pointers.
|
2008-12-11 22:51:44 +00:00 |
ParseObjc.cpp
|
Convert a big bunch of expression parsers to use smart pointers.
|
2008-12-11 22:51:44 +00:00 |
ParsePragma.cpp
|
Modify the move emulation according to the excellent design of Howard Hinnant. Makes for much nicer syntax when smart pointers are used consistently. Also, start converting internal argument passing of Parser to smart pointers.
|
2008-12-10 00:02:53 +00:00 |
ParsePragma.h
|
Add Parser support for #pragma pack
|
2008-10-04 19:21:03 +00:00 |
ParseStmt.cpp
|
apply the new error recovery smarts we have for if's to while's and switch's.
|
2008-12-12 06:31:07 +00:00 |
ParseTemplate.cpp
|
Use a scoped object to manage entry/exit from a parser scope rather than explicitly calling EnterScope/ExitScope
|
2008-12-10 06:34:36 +00:00 |
ParseTentative.cpp
|
Teach tentative parsing to handle block pointers (rdar://6394309)
|
2008-11-22 01:15:33 +00:00 |
Parser.cpp
|
Convert a big bunch of expression parsers to use smart pointers.
|
2008-12-11 22:51:44 +00:00 |