summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHWriterDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the ASTContext parameter from the getBody() methods of Decl and subcla...Argyrios Kyrtzidis2009-06-301-2/+2
* Remove the ASTContext parameter from the attribute-related methods of Decl.Argyrios Kyrtzidis2009-06-301-1/+1
* Serialize FunctionDecl's EndRangeLoc out to the PCH file.Argyrios Kyrtzidis2009-06-201-0/+1
* Keep track of when declarations are "used" according to C andDouglas Gregor2009-06-191-0/+3
* Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.Douglas Gregor2009-06-181-1/+1
* Unify coding style.Zhongxing Xu2009-06-011-1/+1
* Use a reference to modify the DeclIDs map.Zhongxing Xu2009-06-011-1/+1
* Enumeration declarations that were instantiated from an enumerationDouglas Gregor2009-05-271-0/+1
* Check that the function being overridden is virtual.Anders Carlsson2009-05-141-1/+1
* Improvements to the FunctionDecl getters/setters.Anders Carlsson2009-05-141-2/+2
* Link FunctionDecls instantiated from the member functions of a classDouglas Gregor2009-05-141-0/+1
* add an abbreviation for common PARM_VAR_DECL. All but 9 of the Chris Lattner2009-04-271-4/+66
* split decl writing out to its own PCHWriterDecl.cpp file.Chris Lattner2009-04-271-0/+468
OpenPOWER on IntegriCloud