1. 6fb0aee Remove the ASTContext parameter from the getBody() methods of Decl and subclasses. by Argyrios Kyrtzidis · 15 years ago
  2. 40b598e Remove the ASTContext parameter from the attribute-related methods of Decl. by Argyrios Kyrtzidis · 15 years ago
  3. 8cff90e Serialize FunctionDecl's EndRangeLoc out to the PCH file. by Argyrios Kyrtzidis · 15 years ago
  4. e0762c9 Keep track of when declarations are "used" according to C and by Douglas Gregor · 15 years ago
  5. 68584ed Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. by Douglas Gregor · 15 years ago
  6. 44dfc98 Unify coding style. by Zhongxing Xu · 15 years ago
  7. 0e10813 Use a reference to modify the DeclIDs map. by Zhongxing Xu · 15 years ago
  8. 8dbc3c6 Enumeration declarations that were instantiated from an enumeration by Douglas Gregor · 15 years ago
  9. 77b7f1d Check that the function being overridden is virtual. by Anders Carlsson · 15 years ago
  10. a75e853 Improvements to the FunctionDecl getters/setters. by Anders Carlsson · 15 years ago
  11. 1eee0e7 Link FunctionDecls instantiated from the member functions of a class by Douglas Gregor · 15 years ago
  12. ea5ce47 add an abbreviation for common PARM_VAR_DECL. All but 9 of the by Chris Lattner · 15 years ago
  13. 12b1c76 split decl writing out to its own PCHWriterDecl.cpp file. by Chris Lattner · 15 years ago