Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
dab10acd5642b7319dd586922728c528c47d3b30
/
lib
/
Frontend
/
PCHWriterDecl.cpp
0cef483
Implement PCH support for C++ namespaces.
by Douglas Gregor
· 15 years ago
b37b648
Improve representation of tag declarations first declared or defined
by Douglas Gregor
· 15 years ago
591bd3c
Keep track of whether a tag was defined in a declarator vs. being
by Douglas Gregor
· 15 years ago
d050240
Patch to implement rewriting of properties. Fixes radar 7562952.
by Fariborz Jahanian
· 15 years ago
3db211b
Improve location information for Objective-C category declarations. We
by Douglas Gregor
· 15 years ago
18df52b
Keep track of the source locations for each protocol reference in
by Douglas Gregor
· 15 years ago
782f2f5
Change ObjCContainerDecl to contain the entire range for the '@end'
by Ted Kremenek
· 15 years ago
842aef8
First pass at implementing C++ enum semantics: calculate (and store) an
by John McCall
· 15 years ago
a93c934
DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated variables,
by John McCall
· 15 years ago
3367198
Use llvm_report_error instead of fprintf + assert + exit.
by Daniel Dunbar
· 15 years ago
321c22f
Add SourceLocations to ObjCClassDecl for the class identifiers referenced by @class.
by Ted Kremenek
· 15 years ago
0130f3c
Rename FunctionDecl::isInline/setInline to
by Douglas Gregor
· 15 years ago
ba6a9bd
Preserve type source information in TypedefDecls. Preserve it across
by John McCall
· 15 years ago
58e4677
Remove OriginalTypeParmDecl; the original type is the one specified
by John McCall
· 15 years ago
61d60ee
Merge the "types" and "declarations" blocks in the precompiled header
by Douglas Gregor
· 15 years ago
a1ee0c5
Factor out routines to encode/decode DeclaratorInfos and move them into the
by John McCall
· 15 years ago
7d1d49d
Keep track of whether declararions were loaded from a precompiled
by Douglas Gregor
· 15 years ago
34a0447
Better living through metaprogramming. Create a base class which abstracts
by John McCall
· 15 years ago
0c41180
Pull TypeLocVisitor into its own header file.
by Argyrios Kyrtzidis
· 15 years ago
eb66759
Introduce ObjCInterfaceLoc which provides type source information for ObjC interfaces.
by Argyrios Kyrtzidis
· 15 years ago
f352bdd
Introduce ObjCProtocolListLoc for keeping source location information for protocol references.
by Argyrios Kyrtzidis
· 15 years ago
7f8b57a
Update PCH serialization of FunctionDecl flags.
by Daniel Dunbar
· 15 years ago
e24d38f
PCH: When writing PCH files, tweak the predicate function deciding whether to mark a decl as "external" to be closer to reality.
by Daniel Dunbar
· 15 years ago
1fc09a9
Rework the way we determine whether an externally visible symbol is
by Douglas Gregor
· 15 years ago
1eb4433
Remove tabs, and whitespace cleanups.
by Mike Stump
· 15 years ago
f42e4a6
Fix build of clang with gcc-4.4: #include <cstdio> was missing.
by Torok Edwin
· 16 years ago
a5d8200
Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use DeclaratorInfo to get this information.
by Argyrios Kyrtzidis
· 16 years ago
d4a7e54
Store/load type source info from/to PCH files.
by Argyrios Kyrtzidis
· 16 years ago
8e9e9ef
Make tag declarations redeclarable. This change has three purposes:
by Douglas Gregor
· 16 years ago
aecae62
Make ObjCImplDecl inherit from ObjCContainerDecl.
by Argyrios Kyrtzidis
· 16 years ago
741dd9a
Add the location of the tag keyword into TagDecl. From Enea
by Douglas Gregor
· 16 years ago
75f1af0
Reuse VarDecl::Init to store the default argument of a ParmVarDecl,
by Douglas Gregor
· 16 years ago
ea218b8
Add a "TypeSpecStartLoc" to FieldDecl. Patch contributed by Enea Zaffanella.
by Steve Naroff
· 16 years ago
ad93a74
Read/write TagDecl's RBraceLoc from/to PCH files.
by Argyrios Kyrtzidis
· 16 years ago
643b7df
Patch adds test to my previous patch for assigning to
by Fariborz Jahanian
· 16 years ago
6fb0aee
Remove the ASTContext parameter from the getBody() methods of Decl and subclasses.
by Argyrios Kyrtzidis
· 16 years ago
40b598e
Remove the ASTContext parameter from the attribute-related methods of Decl.
by Argyrios Kyrtzidis
· 16 years ago
8cff90e
Serialize FunctionDecl's EndRangeLoc out to the PCH file.
by Argyrios Kyrtzidis
· 16 years ago
e0762c9
Keep track of when declarations are "used" according to C and
by Douglas Gregor
· 16 years ago
68584ed
Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.
by Douglas Gregor
· 16 years ago
44dfc98
Unify coding style.
by Zhongxing Xu
· 16 years ago
0e10813
Use a reference to modify the DeclIDs map.
by Zhongxing Xu
· 16 years ago
8dbc3c6
Enumeration declarations that were instantiated from an enumeration
by Douglas Gregor
· 16 years ago
77b7f1d
Check that the function being overridden is virtual.
by Anders Carlsson
· 16 years ago
a75e853
Improvements to the FunctionDecl getters/setters.
by Anders Carlsson
· 16 years ago
1eee0e7
Link FunctionDecls instantiated from the member functions of a class
by Douglas Gregor
· 16 years ago
ea5ce47
add an abbreviation for common PARM_VAR_DECL. All but 9 of the
by Chris Lattner
· 16 years ago
12b1c76
split decl writing out to its own PCHWriterDecl.cpp file.
by Chris Lattner
· 16 years ago