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
...
*
Add a "TypeSpecStartLoc" to FieldDecl. Patch contributed by Enea Zaffanella.
Steve Naroff
2009-07-14
1
-1
/
+2
*
Read/write TagDecl's RBraceLoc from/to PCH files.
Argyrios Kyrtzidis
2009-07-14
1
-0
/
+1
*
Patch adds test to my previous patch for assigning to
Fariborz Jahanian
2009-07-08
1
-0
/
+1
*
Fix PR 4489, a crash in PCH loading that occurs when loading the name
Douglas Gregor
2009-07-06
1
-0
/
+3
*
Remove the ASTContext parameter from the attribute-related methods of Decl.
Argyrios Kyrtzidis
2009-06-30
1
-1
/
+1
*
OpenCL 1.0 support: attributes
Nate Begeman
2009-06-26
1
-0
/
+8
*
Serialize FunctionDecl's EndRangeLoc out to the PCH file.
Argyrios Kyrtzidis
2009-06-20
1
-0
/
+1
*
Keep track of when declarations are "used" according to C and
Douglas Gregor
2009-06-19
1
-0
/
+1
*
Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.
Douglas Gregor
2009-06-18
1
-1
/
+1
*
Enumeration declarations that were instantiated from an enumeration
Douglas Gregor
2009-05-27
1
-0
/
+1
*
When evaluating a VarDecl as a constant or determining whether it is
Douglas Gregor
2009-05-26
1
-1
/
+1
*
Fix lots of PCH crashes caused by the new assertions in
Douglas Gregor
2009-05-22
1
-4
/
+4
*
Fix PCH crash caused by new assertions in llvm::SmallVector. Use
Ted Kremenek
2009-05-22
1
-1
/
+1
*
Use v.data() instead of &v[0] when SmallVector v might be empty.
Jay Foad
2009-05-21
1
-5
/
+5
*
implementation of format_arg for ObjC methods/functions.
Fariborz Jahanian
2009-05-20
1
-0
/
+6
*
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
[prev]