index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Frontend
/
PCHWriterDecl.cpp
Age
Commit message (
Expand
)
Author
2009-06-30
Remove the ASTContext parameter from the getBody() methods of Decl and subcla...
Argyrios Kyrtzidis
2009-06-30
Remove the ASTContext parameter from the attribute-related methods of Decl.
Argyrios Kyrtzidis
2009-06-20
Serialize FunctionDecl's EndRangeLoc out to the PCH file.
Argyrios Kyrtzidis
2009-06-19
Keep track of when declarations are "used" according to C and
Douglas Gregor
2009-06-18
Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.
Douglas Gregor
2009-06-01
Unify coding style.
Zhongxing Xu
2009-06-01
Use a reference to modify the DeclIDs map.
Zhongxing Xu
2009-05-27
Enumeration declarations that were instantiated from an enumeration
Douglas Gregor
2009-05-14
Check that the function being overridden is virtual.
Anders Carlsson
2009-05-14
Improvements to the FunctionDecl getters/setters.
Anders Carlsson
2009-05-14
Link FunctionDecls instantiated from the member functions of a class
Douglas Gregor
2009-04-27
add an abbreviation for common PARM_VAR_DECL. All but 9 of the
Chris Lattner
2009-04-27
split decl writing out to its own PCHWriterDecl.cpp file.
Chris Lattner