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 support for cdecl attribute. (As far as I know, it doesn't affect CodeGen
Eli Friedman
2009-11-09
1
-0
/
+2
*
Rename FunctionDecl::isInline/setInline to
Douglas Gregor
2009-10-27
1
-1
/
+1
*
Preserve type source information in TypedefDecls. Preserve it across
John McCall
2009-10-24
1
-4
/
+4
*
Remove OriginalTypeParmDecl; the original type is the one specified
John McCall
2009-10-23
1
-10
/
+0
*
Factor out routines to encode/decode DeclaratorInfos and move them into the
John McCall
2009-10-16
1
-77
/
+3
*
Keep track of whether declararions were loaded from a precompiled
Douglas Gregor
2009-10-16
1
-0
/
+1
*
Better living through metaprogramming. Create a base class which abstracts
John McCall
2009-10-15
1
-1
/
+4
*
Pull TypeLocVisitor into its own header file.
Argyrios Kyrtzidis
2009-09-29
1
-1
/
+1
*
Introduce ObjCInterfaceLoc which provides type source information for ObjC in...
Argyrios Kyrtzidis
2009-09-29
1
-0
/
+3
*
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 deserializing an explicit "external definition", don't pass it to H...
Daniel Dunbar
2009-09-17
1
-1
/
+2
*
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
-25
/
+25
*
Regularize the case and sort.
Mike Stump
2009-08-26
1
-2
/
+2
*
Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use Dec...
Argyrios Kyrtzidis
2009-08-21
1
-5
/
+2
*
Store/load type source info from/to PCH files.
Argyrios Kyrtzidis
2009-08-19
1
-3
/
+73
*
Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf...
Argyrios Kyrtzidis
2009-08-19
1
-6
/
+6
*
map previously ignored __attribute((malloc)) to noalias attribute of llvm fun...
Ryan Flynn
2009-08-09
1
-0
/
+1
*
Introduce a new PragmaPack attribute, and use it for #pragma pack. The Packed...
Anders Carlsson
2009-08-08
1
-1
/
+2
*
Make tag declarations redeclarable. This change has three purposes:
Douglas Gregor
2009-07-29
1
-0
/
+2
*
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
-2
/
+3
*
Reuse VarDecl::Init to store the default argument of a ParmVarDecl,
Douglas Gregor
2009-07-20
1
-1
/
+0
*
Location should be passed to setLocEnd() not to setAtEndLoc() which belongs t...
Argyrios Kyrtzidis
2009-07-18
1
-1
/
+1
*
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
[next]