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
/
PCHWriterDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Introduce ObjCProtocolListLoc for keeping source location information for pro...
Argyrios Kyrtzidis
2009-09-29
1
-0
/
+6
*
Update PCH serialization of FunctionDecl flags.
Daniel Dunbar
2009-09-22
1
-0
/
+3
*
PCH: When writing PCH files, tweak the predicate function deciding whether to...
Daniel Dunbar
2009-09-17
1
-3
/
+68
*
Rework the way we determine whether an externally visible symbol is
Douglas Gregor
2009-09-13
1
-1
/
+0
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-24
/
+24
*
Fix build of clang with gcc-4.4: #include <cstdio> was missing.
Torok Edwin
2009-08-24
1
-0
/
+2
*
Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use Dec...
Argyrios Kyrtzidis
2009-08-21
1
-4
/
+0
*
Store/load type source info from/to PCH files.
Argyrios Kyrtzidis
2009-08-19
1
-4
/
+76
*
Make tag declarations redeclarable. This change has three purposes:
Douglas Gregor
2009-07-29
1
-0
/
+1
*
Make ObjCImplDecl inherit from ObjCContainerDecl.
Argyrios Kyrtzidis
2009-07-27
1
-2
/
+1
*
Add the location of the tag keyword into TagDecl. From Enea
Douglas Gregor
2009-07-21
1
-0
/
+1
*
Reuse VarDecl::Init to store the default argument of a ParmVarDecl,
Douglas Gregor
2009-07-20
1
-3
/
+0
*
Add a "TypeSpecStartLoc" to FieldDecl. Patch contributed by Enea Zaffanella.
Steve Naroff
2009-07-14
1
-0
/
+1
*
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
*
Remove the ASTContext parameter from the getBody() methods of Decl and subcla...
Argyrios Kyrtzidis
2009-06-30
1
-2
/
+2
*
Remove the ASTContext parameter from the attribute-related methods of Decl.
Argyrios Kyrtzidis
2009-06-30
1
-1
/
+1
*
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
/
+3
*
Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.
Douglas Gregor
2009-06-18
1
-1
/
+1
*
Unify coding style.
Zhongxing Xu
2009-06-01
1
-1
/
+1
*
Use a reference to modify the DeclIDs map.
Zhongxing Xu
2009-06-01
1
-1
/
+1
*
Enumeration declarations that were instantiated from an enumeration
Douglas Gregor
2009-05-27
1
-0
/
+1
*
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
*
add an abbreviation for common PARM_VAR_DECL. All but 9 of the
Chris Lattner
2009-04-27
1
-4
/
+66
*
split decl writing out to its own PCHWriterDecl.cpp file.
Chris Lattner
2009-04-27
1
-0
/
+468
[prev]