| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce the notion of instantiation dependence into Clang's AST. A | Douglas Gregor | 2011-07-01 | 1 | -6/+9 |
* | Objective-C fast enumeration loop variables are not retained in ARC, but | John McCall | 2011-06-17 | 1 | -1/+6 |
* | Implement support for C++11 in-class initialization of non-static data members. | Richard Smith | 2011-06-11 | 1 | -1/+4 |
* | Implement Objective-C Related Result Type semantics. | Douglas Gregor | 2011-06-11 | 1 | -0/+1 |
* | Touchup to comments that weren't quite in sync with code | Jonathan D. Turner | 2011-06-06 | 1 | -2/+3 |
* | Improvements to abbreviations for PCH which add support for EnumDecl, ObjCIva... | Jonathan D. Turner | 2011-06-03 | 1 | -30/+241 |
* | Test of commit access. | Jonathan D. Turner | 2011-06-03 | 1 | -1/+1 |
* | Introduce additional abbreviations into the AST writer for | Douglas Gregor | 2011-06-03 | 1 | -5/+152 |
* | Implement defaulting of destructors. | Alexis Hunt | 2011-05-12 | 1 | -0/+2 |
* | Modify some deleted function methods to better reflect reality: | Alexis Hunt | 2011-05-06 | 1 | -3/+3 |
* | Implement support for C++0x alias templates. | Richard Smith | 2011-05-05 | 1 | -0/+6 |
* | Revise the representation of parameter scope data so that the | John McCall | 2011-05-02 | 1 | -0/+3 |
* | Store a parameter index and function prototype depth in every | John McCall | 2011-05-01 | 1 | -0/+4 |
* | Re-applies the patch first applied way back in r106099, with | Chandler Carruth | 2011-05-01 | 1 | -1/+0 |
* | Set the correct anonymous namespace (must be last reopening), and behave corr... | Sebastian Redl | 2011-04-24 | 1 | -5/+7 |
* | Fix adding an anonymous namespace in a chained PCH to a namespace from a prev... | Sebastian Redl | 2011-04-24 | 1 | -0/+14 |
* | We regard a function as 'unused' from the codegen perspective, so our warning... | Argyrios Kyrtzidis | 2011-04-19 | 1 | -0/+2 |
* | Support for C++11 (non-template) alias declarations. | Richard Smith | 2011-04-15 | 1 | -1/+8 |
* | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith | 2011-04-14 | 1 | -0/+2 |
* | Add a bit to ParmVarDecl indicating whether the parameter undergoes | John McCall | 2011-03-09 | 1 | -0/+3 |
* | Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source ran... | Abramo Bagnara | 2011-03-08 | 1 | -0/+2 |
* | Fixed NamespaceDecl source range. | Abramo Bagnara | 2011-03-08 | 1 | -2/+2 |
* | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara | 2011-03-08 | 1 | -0/+2 |
* | Completed source ranges fixes for all classes inheriting from TypeDecl. | Abramo Bagnara | 2011-03-06 | 1 | -2/+0 |
* | Fixed TypedefDecl and TemplateTypeParameter source range. | Abramo Bagnara | 2011-03-06 | 1 | -0/+1 |
* | Fixed LabelDecl source range and cleaned creation code. | Abramo Bagnara | 2011-03-05 | 1 | -1/+1 |
* | Fixed source range for LabelDecl. | Abramo Bagnara | 2011-03-03 | 1 | -0/+1 |
* | Removed left brace location from LinkageSpecDecl. | Abramo Bagnara | 2011-03-03 | 1 | -1/+0 |
* | Fixed end source location for LinkageSpecDecl. | Abramo Bagnara | 2011-03-03 | 1 | -3/+2 |
* | Fixed source range for FileScopeAsmDecl. Others source range fixes will follow. | Abramo Bagnara | 2011-03-03 | 1 | -0/+1 |
* | Push nested-name-specifier source location information into namespace | Douglas Gregor | 2011-02-25 | 1 | -2/+1 |
* | Push nested-name-specifier source location information into using directives. | Douglas Gregor | 2011-02-25 | 1 | -2/+1 |
* | Update UsingDecl, UnresolvedUsingTypenameDecl, and | Douglas Gregor | 2011-02-25 | 1 | -6/+3 |
* | Step #2/N of __label__ support: keep pushing LabelDecl forward, | Chris Lattner | 2011-02-17 | 1 | -1/+0 |
* | Step #1/N of implementing support for __label__: split labels into | Chris Lattner | 2011-02-17 | 1 | -0/+8 |
* | When reading the AST, delay loading of the redeclaration chain to avoid deepl... | Argyrios Kyrtzidis | 2011-02-12 | 1 | -3/+11 |
* | NonTypeTemplateParmDecl is just a DeclaratorDecl, not a VarDecl. | John McCall | 2011-02-09 | 1 | -1/+1 |
* | A few more tweaks to the blocks AST representation: | John McCall | 2011-02-07 | 1 | -3/+13 |
* | An insomniac stab at making block declarations list the variables they close | John McCall | 2011-02-02 | 1 | -0/+6 |
* | Use attributes for all the override control specifiers. | Anders Carlsson | 2011-01-24 | 1 | -2/+0 |
* | Add IsMarkedOverride and IsMarkedFinal flags to FunctionDecl (to be used by C... | Anders Carlsson | 2011-01-20 | 1 | -0/+2 |
* | Implement support for non-type template parameter packs whose type is | Douglas Gregor | 2011-01-19 | 1 | -7/+22 |
* | Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and | Jeffrey Yasskin | 2011-01-18 | 1 | -1/+0 |
* | Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, | Alexis Hunt | 2011-01-08 | 1 | -4/+4 |
* | Implement support for template template parameter packs, e.g., | Douglas Gregor | 2011-01-05 | 1 | -0/+1 |
* | Add an AST representation for non-type template parameter | Douglas Gregor | 2010-12-23 | 1 | -0/+1 |
* | When an "inline" declaration was followed by a definition not marked | Douglas Gregor | 2010-12-09 | 1 | -0/+1 |
* | Added struct/class syntactic info for c++0x scoped enum. | Abramo Bagnara | 2010-12-03 | 1 | -0/+1 |
* | Major anonymous union/struct redesign. | Francois Pichet | 2010-11-21 | 1 | -0/+12 |
* | For an Objective-C @synthesize statement, e.g., | Douglas Gregor | 2010-11-17 | 1 | -0/+1 |