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
/
PCHReaderDecl.cpp
Age
Commit message (
Expand
)
Author
2009-06-30
Remove the ASTContext parameter from the attribute-related methods of Decl.
Argyrios Kyrtzidis
2009-06-26
OpenCL 1.0 support: attributes
Nate Begeman
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-05-27
Enumeration declarations that were instantiated from an enumeration
Douglas Gregor
2009-05-26
When evaluating a VarDecl as a constant or determining whether it is
Douglas Gregor
2009-05-22
Fix lots of PCH crashes caused by the new assertions in
Douglas Gregor
2009-05-22
Fix PCH crash caused by new assertions in llvm::SmallVector. Use
Ted Kremenek
2009-05-21
Use v.data() instead of &v[0] when SmallVector v might be empty.
Jay Foad
2009-05-20
implementation of format_arg for ObjC methods/functions.
Fariborz Jahanian
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-05-13
Some early declarations to support sentinel attribute on
Fariborz Jahanian
2009-05-09
Add back Parse/Sema support for attributes cf_returns_retained and
Ted Kremenek
2009-05-08
Remove experimental ownership attributes from Clang.
Ted Kremenek
2009-05-05
Implement attribute 'ns_autorelease'.
Ted Kremenek
2009-05-05
Implement attribute 'cf_returns_owned' (mirrors 'ns_returns_owned').
Ted Kremenek
2009-05-04
Remove experimental attribute 'ns_ownership_make_collectable.'
Ted Kremenek
2009-05-04
Rename attributes 'objc_ownership...' to 'ns_ownership...'.
Ted Kremenek
2009-05-04
Rename attributes:
Ted Kremenek
2009-04-28
Implement ownership attribute 'objc_ownership_make_collectable'. This allows one
Ted Kremenek
2009-04-27
Teach PCH that ASTContext is optional. Move -parse-noop and -Eonly (so far)
Chris Lattner
2009-04-27
Add two new checker-specific attributes: 'objc_ownership_release' and
Ted Kremenek
2009-04-27
Add new checker-specific attribute 'objc_ownership_cfretain'. This is the same
Ted Kremenek
2009-04-27
unclone SavedStreamPosition
Chris Lattner
2009-04-27
move attribute reading to PCHReaderDecl.cpp, remove some
Chris Lattner
2009-04-27
read all decls (and attributes and stmts/exprs referenced by the decl)
Chris Lattner
2009-04-27
change the interface to ReadStmt to force clients to pass a cursor in to read...
Chris Lattner
2009-04-27
split decl reading out to its own PCHReaderDecl.cpp file.
Chris Lattner