| Commit message (Expand) | Author | Age | Files | Lines |
| * | When determining whether we can make a declaration into a global | Douglas Gregor | 2011-05-13 | 1 | -0/+1 |
| * | Implement defaulting of destructors. | Alexis Hunt | 2011-05-12 | 1 | -0/+2 |
| * | Implement implicit deletion of default constructors. | Alexis Hunt | 2011-05-11 | 1 | -1/+1 |
| * | Clean up trivial default constructors now. | Alexis Hunt | 2011-05-09 | 1 | -0/+1 |
| * | Rename "hasTrivialConstructor" to "hasTrivialDefaultConstructor" and | Alexis Hunt | 2011-05-09 | 1 | -1/+1 |
| * | Modify some deleted function methods to better reflect reality: | Alexis Hunt | 2011-05-06 | 1 | -1/+1 |
| * | Implement support for C++0x alias templates. | Richard Smith | 2011-05-05 | 1 | -0/+8 |
| * | Revise the representation of parameter scope data so that the | John McCall | 2011-05-02 | 1 | -3/+11 |
| * | Store a parameter index and function prototype depth in every | John McCall | 2011-05-01 | 1 | -0/+2 |
| * | Compress some bits. Only matters for MSVC, or if we ever | John McCall | 2011-05-01 | 1 | -10/+10 |
| * | Re-applies the patch first applied way back in r106099, with | Chandler Carruth | 2011-05-01 | 1 | -1/+0 |
| * | Rename the last '[hH]asStandardLayout' entites to '[iI]sStandardLayout' | Chandler Carruth | 2011-04-30 | 1 | -1/+1 |
| * | Completely re-implement the core logic behind the __is_standard_layout | Chandler Carruth | 2011-04-30 | 1 | -0/+4 |
| * | Serialize/deserialize the HasStandardLayout bit when writing/reading PCHs. | Anders Carlsson | 2011-04-29 | 1 | -0/+1 |
| * | Add a decl update when a static data member of a class template is instantiat... | Sebastian Redl | 2011-04-29 | 1 | -3/+10 |
| * | Set the correct anonymous namespace (must be last reopening), and behave corr... | Sebastian Redl | 2011-04-24 | 1 | -4/+9 |
| * | Fix adding an anonymous namespace in a chained PCH to a namespace from a prev... | Sebastian Redl | 2011-04-24 | 1 | -0/+10 |
| * | On reading DeclContexts from PCH, check for visible updates even if the conte... | Sebastian Redl | 2011-04-24 | 1 | -14/+18 |
| * | Implement most of the remaining logic in __is_literal type trait. This | Chandler Carruth | 2011-04-24 | 1 | -0/+2 |
| * | Begin tracking trivialness of move constructors and move assignment | Chandler Carruth | 2011-04-23 | 1 | -0/+2 |
| * | We regard a function as 'unused' from the codegen perspective, so our warning... | Argyrios Kyrtzidis | 2011-04-19 | 1 | -0/+1 |
| * | Support for C++11 (non-template) alias declarations. | Richard Smith | 2011-04-15 | 1 | -3/+13 |
| * | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith | 2011-04-14 | 1 | -0/+1 |
| * | Add a bit to ParmVarDecl indicating whether the parameter undergoes | John McCall | 2011-03-09 | 1 | -0/+1 |
| * | Teach libclang's token-annotation logic about context-sensitive | Douglas Gregor | 2011-03-08 | 1 | -1/+2 |
| * | Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source ran... | Abramo Bagnara | 2011-03-08 | 1 | -2/+5 |
| * | Fixed NamespaceDecl source range. | Abramo Bagnara | 2011-03-08 | 1 | -3/+4 |
| * | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara | 2011-03-08 | 1 | -19/+21 |
| * | 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 | -1/+3 |
| * | Fixed LabelDecl source range and cleaned creation code. | Abramo Bagnara | 2011-03-05 | 1 | -2/+1 |
| * | When we're deserializing a template parameter declaration, temporarily | Douglas Gregor | 2011-03-05 | 1 | -2/+24 |
| * | Make sure to put template parameters into their owning template's | Douglas Gregor | 2011-03-04 | 1 | -5/+3 |
| * | Fixed source range for LabelDecl. | Abramo Bagnara | 2011-03-03 | 1 | -0/+2 |
| * | Removed left brace location from LinkageSpecDecl. | Abramo Bagnara | 2011-03-03 | 1 | -2/+1 |
| * | Fixed end source location for LinkageSpecDecl. | Abramo Bagnara | 2011-03-03 | 1 | -2/+3 |
| * | Fixed source range for FileScopeAsmDecl. Others source range fixes will follow. | Abramo Bagnara | 2011-03-03 | 1 | -1/+3 |
| * | Push nested-name-specifier source location information into namespace | Douglas Gregor | 2011-02-25 | 1 | -3/+3 |
| * | Push nested-name-specifier source location information into using directives. | Douglas Gregor | 2011-02-25 | 1 | -3/+2 |
| * | Update UsingDecl, UnresolvedUsingTypenameDecl, and | Douglas Gregor | 2011-02-25 | 1 | -11/+10 |
| * | 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/+10 |
| * | When reading the AST, delay loading of the redeclaration chain to avoid deepl... | Argyrios Kyrtzidis | 2011-02-12 | 1 | -9/+49 |
| * | 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 | -7/+14 |
| * | An insomniac stab at making block declarations list the variables they close | John McCall | 2011-02-02 | 1 | -0/+9 |
| * | Use attributes for all the override control specifiers. | Anders Carlsson | 2011-01-24 | 1 | -5/+0 |
| * | Serialize and deserialize IsMarkedFinal/IsMarkedExplicit. | Anders Carlsson | 2011-01-22 | 1 | -0/+3 |
| * | Generalise support for non-inheritable attributes | Peter Collingbourne | 2011-01-21 | 1 | -2/+0 |
| * | Add IsMarkedOverride and IsMarkedFinal flags to FunctionDecl (to be used by C... | Anders Carlsson | 2011-01-20 | 1 | -0/+3 |