summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReaderDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Rename the last '[hH]asStandardLayout' entites to '[iI]sStandardLayout'Chandler Carruth2011-04-301-1/+1
* Completely re-implement the core logic behind the __is_standard_layoutChandler Carruth2011-04-301-0/+4
* Serialize/deserialize the HasStandardLayout bit when writing/reading PCHs.Anders Carlsson2011-04-291-0/+1
* Add a decl update when a static data member of a class template is instantiat...Sebastian Redl2011-04-291-3/+10
* Set the correct anonymous namespace (must be last reopening), and behave corr...Sebastian Redl2011-04-241-4/+9
* Fix adding an anonymous namespace in a chained PCH to a namespace from a prev...Sebastian Redl2011-04-241-0/+10
* On reading DeclContexts from PCH, check for visible updates even if the conte...Sebastian Redl2011-04-241-14/+18
* Implement most of the remaining logic in __is_literal type trait. ThisChandler Carruth2011-04-241-0/+2
* Begin tracking trivialness of move constructors and move assignmentChandler Carruth2011-04-231-0/+2
* We regard a function as 'unused' from the codegen perspective, so our warning...Argyrios Kyrtzidis2011-04-191-0/+1
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-151-3/+13
* Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith2011-04-141-0/+1
* Add a bit to ParmVarDecl indicating whether the parameter undergoes John McCall2011-03-091-0/+1
* Teach libclang's token-annotation logic about context-sensitiveDouglas Gregor2011-03-081-1/+2
* Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source ran...Abramo Bagnara2011-03-081-2/+5
* Fixed NamespaceDecl source range.Abramo Bagnara2011-03-081-3/+4
* Fixed source range for all DeclaratorDecl's.Abramo Bagnara2011-03-081-19/+21
* Completed source ranges fixes for all classes inheriting from TypeDecl.Abramo Bagnara2011-03-061-2/+0
* Fixed TypedefDecl and TemplateTypeParameter source range.Abramo Bagnara2011-03-061-1/+3
* Fixed LabelDecl source range and cleaned creation code.Abramo Bagnara2011-03-051-2/+1
* When we're deserializing a template parameter declaration, temporarilyDouglas Gregor2011-03-051-2/+24
* Make sure to put template parameters into their owning template'sDouglas Gregor2011-03-041-5/+3
* Fixed source range for LabelDecl.Abramo Bagnara2011-03-031-0/+2
* Removed left brace location from LinkageSpecDecl.Abramo Bagnara2011-03-031-2/+1
* Fixed end source location for LinkageSpecDecl.Abramo Bagnara2011-03-031-2/+3
* Fixed source range for FileScopeAsmDecl. Others source range fixes will follow.Abramo Bagnara2011-03-031-1/+3
* Push nested-name-specifier source location information into namespaceDouglas Gregor2011-02-251-3/+3
* Push nested-name-specifier source location information into using directives.Douglas Gregor2011-02-251-3/+2
* Update UsingDecl, UnresolvedUsingTypenameDecl, andDouglas Gregor2011-02-251-11/+10
* Step #2/N of __label__ support: keep pushing LabelDecl forward,Chris Lattner2011-02-171-1/+0
* Step #1/N of implementing support for __label__: split labels intoChris Lattner2011-02-171-0/+10
* When reading the AST, delay loading of the redeclaration chain to avoid deepl...Argyrios Kyrtzidis2011-02-121-9/+49
* NonTypeTemplateParmDecl is just a DeclaratorDecl, not a VarDecl.John McCall2011-02-091-1/+1
* A few more tweaks to the blocks AST representation: John McCall2011-02-071-7/+14
* An insomniac stab at making block declarations list the variables they closeJohn McCall2011-02-021-0/+9
* Use attributes for all the override control specifiers.Anders Carlsson2011-01-241-5/+0
* Serialize and deserialize IsMarkedFinal/IsMarkedExplicit.Anders Carlsson2011-01-221-0/+3
* Generalise support for non-inheritable attributesPeter Collingbourne2011-01-211-2/+0
* Add IsMarkedOverride and IsMarkedFinal flags to FunctionDecl (to be used by C...Anders Carlsson2011-01-201-0/+3
* Implement support for non-type template parameter packs whose type isDouglas Gregor2011-01-191-7/+20
* Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter,Alexis Hunt2011-01-081-3/+3
* Implement support for template template parameter packs, e.g.,Douglas Gregor2011-01-051-1/+3
* In the latest episode of "Deserializing bugs caused by accessors" the series ...Argyrios Kyrtzidis2011-01-031-9/+9
* Add an AST representation for non-type template parameterDouglas Gregor2010-12-231-1/+2
* Eliminate the branching in QualType::getTypePtr() by providing aDouglas Gregor2010-12-101-2/+2
* When an "inline" declaration was followed by a definition not markedDouglas Gregor2010-12-091-1/+2
* Re-implement caching for the linkage calculation of declarations.Douglas Gregor2010-12-061-2/+2
* Revert r120808, my previous implementation of caching for the linkageDouglas Gregor2010-12-061-2/+2
* Added struct/class syntactic info for c++0x scoped enum.Abramo Bagnara2010-12-031-0/+1
* Implement caching for the linkage and visibility calculations ofDouglas Gregor2010-12-031-2/+2
OpenPOWER on IntegriCloud