Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
eaf338679dbb54df3131a0a30d9f8dd2c4ab4e78
eaf3386
Added hack when serializing DeclRefExprs. This should probably be fixed.
by Ted Kremenek
· 18 years ago
a7fb3a5
Started separate section for method definitions for ObjC serialization.
by Ted Kremenek
· 18 years ago
9b99a26
by Steve Naroff
· 18 years ago
9f176d1
by Steve Naroff
· 18 years ago
29fe746
by Steve Naroff
· 18 years ago
292b7b9
by Steve Naroff
· 18 years ago
0c04bb6
by Steve Naroff
· 18 years ago
764c1ae
by Steve Naroff
· 18 years ago
ca89334
Break out bool/true/false support into a LangOption
by Nate Begeman
· 18 years ago
e9bfe6d
Implement codegen of CXX Bool
by Nate Begeman
· 18 years ago
2baef2e
Handle "bool" in all places that touch _Bool.
by Chris Lattner
· 18 years ago
6b759ce
by Steve Naroff
· 18 years ago
26eb081
by Steve Naroff
· 18 years ago
885e212
by Steve Naroff
· 18 years ago
2ce9877
Fixed bug in serialization of EnumConstantDecl where we improperly
by Ted Kremenek
· 18 years ago
9da65df
Fixed bug when serializing QualTypes where we were serializing in the
by Ted Kremenek
· 18 years ago
2adead7
by Steve Naroff
· 18 years ago
f04ead5
Fix a rewriter bug that steve noticed. Don't skip arbitrary things
by Chris Lattner
· 18 years ago
64be4ad
Added QualType::ReadBackpatch to allow QualType initialization with
by Ted Kremenek
· 18 years ago
8d9c735
Patch to comment out use of protocol qualifiers when rewriting ivars.
by Fariborz Jahanian
· 18 years ago
387539f
Implemented serialization of InitListExpr.
by Ted Kremenek
· 18 years ago
2d85710
Implemented serialization of CompoundLiteralExpr.
by Ted Kremenek
· 18 years ago
6e913d2
Added serialization of Union decls.
by Ted Kremenek
· 18 years ago
560069a
Removed assertion inserted only for temporary debugging.
by Ted Kremenek
· 18 years ago
bda3d8f
Added missing break statement.
by Ted Kremenek
· 18 years ago
2c7afc9
by Steve Naroff
· 18 years ago
9c2b8bd
Implemented serialization of EnumDecl and EnumConstantDecl.
by Ted Kremenek
· 18 years ago
2f260e5
Implemented serialization of FieldDecls.
by Ted Kremenek
· 18 years ago
286333d
SourceManager, IdentifierTable, Selectors are now serialized in their own
by Ted Kremenek
· 18 years ago
6c00055
Removed unused variabel.
by Fariborz Jahanian
· 18 years ago
fea8ce1
Fix a bug handling hex floats in c90 mode, pointed out by Neil.
by Chris Lattner
· 18 years ago
268fa59
by Steve Naroff
· 18 years ago
fbfb46d
by Steve Naroff
· 18 years ago
4fbfb45
by Steve Naroff
· 18 years ago
581571c
Implemented serialization of RecordDecls. Changed serialization of TagType to
by Ted Kremenek
· 18 years ago
82bb479
implement test/Sema/typedef-prototype.c, allowing code
by Chris Lattner
· 18 years ago
0540f3f
by Steve Naroff
· 18 years ago
3960e9c
Rewrite @optional/@required directives used inside protocol definitions.
by Fariborz Jahanian
· 18 years ago
016a188
Rewrite of forward protocol declaration.
by Fariborz Jahanian
· 18 years ago
87f0429
Implemented serialization of FunctionTypeNoProto.
by Ted Kremenek
· 18 years ago
5cde383
Implemented serialization of VariableArrayTypes.
by Ted Kremenek
· 18 years ago
2f665cd
Implemented serialization of TypedefType.
by Ted Kremenek
· 18 years ago
4234c1b
Implemented serialization of ConstantArrayType.
by Ted Kremenek
· 18 years ago
8db5aa1
Implemented serialization of TagTypes.
by Ted Kremenek
· 18 years ago
f05026d
Modified ASTContext::getTagDeclType() to accept a NULL pointer for the passed
by Ted Kremenek
· 18 years ago
3a3a0cb
Fix regression with ObjC method definitions and -ast-print
by Steve Naroff
· 18 years ago
c8ba2bd
Type encoding for structs.
by Fariborz Jahanian
· 18 years ago
18c8338
by Steve Naroff
· 18 years ago
a7392b3
Removed line with typo (declared friendship with ASTContext). Line was
by Ted Kremenek
· 18 years ago
ea5bfc7
Added pretty-printing of statements during serialization.
by Ted Kremenek
· 18 years ago
1dfb01c
Implemented serialization of AsmStmt (or rather what is currently implemented
by Ted Kremenek
· 18 years ago
78f663f
Fixed bug in FunctionDecl serialization where we crashed when the
by Ted Kremenek
· 18 years ago
deac9c3
Implemented serialization for SizeOfAlignOfTypeExpr.
by Ted Kremenek
· 18 years ago
24160d3
Implemented serialization for MemberExpr.
by Ted Kremenek
· 18 years ago
84079d7
Give AST-walk passes a way to access DeclSpec attributes on functions and
by Nate Begeman
· 18 years ago
d256e06
Fixed a rewrite of metadata bug when category implementation has no matching interface.
by Fariborz Jahanian
· 18 years ago
034a78c
Rewrote type serialization to used the same methodology as we do for Decls.
by Ted Kremenek
· 18 years ago
2240f54
Rename Sema method to follow class naming convention
by Nate Begeman
· 18 years ago
bd2fd92
Populate metadata with adrress of method code.
by Fariborz Jahanian
· 18 years ago
4855356
Parse "sizeof(arr)[0]" as a sizeof of an expr if arr is an expression.
by Chris Lattner
· 18 years ago
0136e37
Rewrite of method definitions in categories.
by Fariborz Jahanian
· 18 years ago
8c66491
Order of methods are OK and generated .c file can be compiled.
by Fariborz Jahanian
· 18 years ago
4496825
Updated test case to flag about comparisons against constants. We may
by Ted Kremenek
· 18 years ago
0d054eb
Modified -Wfloat-equal logic to suppress warnings where floating point values
by Ted Kremenek
· 18 years ago
5ea3a76
First patch in rewrie of method definitions. This is work in progress.
by Fariborz Jahanian
· 18 years ago
e12201e
Updated diagnostic for -Wfloat-equal to underline the offending expressions.
by Ted Kremenek
· 18 years ago
24f59fb
Added -Wfloat-equal option to the driver. This makes warnings about
by Ted Kremenek
· 18 years ago
07f44dc
Clean up types, removing some casts. Patch contributed by Cedric Venet.
by Chris Lattner
· 18 years ago
ba3ddb2
improve handling of address of global when checking for
by Chris Lattner
· 18 years ago
3b43562
by Steve Naroff
· 18 years ago
d0cfcd0
by Steve Naroff
· 18 years ago
16c1f61
by Steve Naroff
· 18 years ago
a645d87
Patch to set context (interface, category, etc.) in which method is declared.
by Fariborz Jahanian
· 18 years ago
eed7684
by Steve Naroff
· 18 years ago
acba361
Renamed all serialization "Materialize" methods to "Create" to conform with
by Ted Kremenek
· 18 years ago
ddf953a
Restructured serialization code for decls to make it cleaner, easier to
by Ted Kremenek
· 18 years ago
4af7249
Patch to do statically typed ivar references.
by Fariborz Jahanian
· 18 years ago
3123363
by Steve Naroff
· 18 years ago
342f360
Minor twik for when there is no super class and 'super' is errornously used.
by Fariborz Jahanian
· 18 years ago
2ce5dc5
'super' nailed.
by Fariborz Jahanian
· 18 years ago
8ec45b5
by Steve Naroff
· 18 years ago
e015e9c
by Steve Naroff
· 18 years ago
d732bbd
In Stmt serialization, renamed directEmit to EmitImpl and
by Ted Kremenek
· 18 years ago
46f18f2
by Steve Naroff
· 18 years ago
5eb2a4a
by Steve Naroff
· 18 years ago
dd2e26c
by Steve Naroff
· 18 years ago
84c3cb1
by Steve Naroff
· 18 years ago
e25dc13
by Steve Naroff
· 18 years ago
fa63d9d
by Steve Naroff
· 18 years ago
434fa8d
by Steve Naroff
· 18 years ago
99ee430
by Steve Naroff
· 18 years ago
9191a9e8
by Steve Naroff
· 18 years ago
0091d14
by Steve Naroff
· 18 years ago
b82c50f
by Steve Naroff
· 18 years ago
ce82758
by Steve Naroff
· 18 years ago
b1c7ad9
by Steve Naroff
· 18 years ago
642bcba
Fixed a bug which exposed the internally built type to user code.
by Fariborz Jahanian
· 18 years ago
83ddf82
pretty priting for method definitions.
by Fariborz Jahanian
· 18 years ago
1ddb6f5
by Steve Naroff
· 18 years ago
b5a086e
by Steve Naroff
· 18 years ago
Next »