index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Frontend
/
PCHReaderDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check that the function being overridden is virtual.
Anders Carlsson
2009-05-14
1
-1
/
+1
*
Improvements to the FunctionDecl getters/setters.
Anders Carlsson
2009-05-14
1
-2
/
+2
*
Link FunctionDecls instantiated from the member functions of a class
Douglas Gregor
2009-05-14
1
-0
/
+1
*
Some early declarations to support sentinel attribute on
Fariborz Jahanian
2009-05-13
1
-0
/
+7
*
Add back Parse/Sema support for attributes cf_returns_retained and
Ted Kremenek
2009-05-09
1
-0
/
+2
*
Remove experimental ownership attributes from Clang.
Ted Kremenek
2009-05-08
1
-7
/
+0
*
Implement attribute 'ns_autorelease'.
Ted Kremenek
2009-05-05
1
-0
/
+1
*
Implement attribute 'cf_returns_owned' (mirrors 'ns_returns_owned').
Ted Kremenek
2009-05-05
1
-0
/
+1
*
Remove experimental attribute 'ns_ownership_make_collectable.'
Ted Kremenek
2009-05-04
1
-1
/
+0
*
Rename attributes 'objc_ownership...' to 'ns_ownership...'.
Ted Kremenek
2009-05-04
1
-4
/
+4
*
Rename attributes:
Ted Kremenek
2009-05-04
1
-2
/
+2
*
Implement ownership attribute 'objc_ownership_make_collectable'. This allows one
Ted Kremenek
2009-04-28
1
-1
/
+2
*
Teach PCH that ASTContext is optional. Move -parse-noop and -Eonly (so far)
Chris Lattner
2009-04-27
1
-44
/
+44
*
Add two new checker-specific attributes: 'objc_ownership_release' and
Ted Kremenek
2009-04-27
1
-0
/
+2
*
Add new checker-specific attribute 'objc_ownership_cfretain'. This is the same
Ted Kremenek
2009-04-27
1
-0
/
+1
*
unclone SavedStreamPosition
Chris Lattner
2009-04-27
1
-18
/
+0
*
move attribute reading to PCHReaderDecl.cpp, remove some
Chris Lattner
2009-04-27
1
-78
/
+165
*
read all decls (and attributes and stmts/exprs referenced by the decl)
Chris Lattner
2009-04-27
1
-12
/
+12
*
change the interface to ReadStmt to force clients to pass a cursor in to read...
Chris Lattner
2009-04-27
1
-2
/
+2
*
split decl reading out to its own PCHReaderDecl.cpp file.
Chris Lattner
2009-04-27
1
-0
/
+628