Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
b97de3eddf0a0f7ff97204e7def6b7e0aa8953f2
/
Sema
b97de3e
simplify the interface for creating ObjcForwardProtocolDecl
by Chris Lattner
· 17 years ago
245f92a
This is the first patch toward supporting protocol conforming
by Fariborz Jahanian
· 17 years ago
8599426
Implement DenseMapInfo for Selector, allowing use of DenseMap/DenseSet of
by Chris Lattner
· 17 years ago
85ff264
Patch for 1) Checking for duplicate methods decls in intterface and category.
by Fariborz Jahanian
· 17 years ago
b384d32
this patch accomodates clattner's comments on expression processing in @try-statement.
by Fariborz Jahanian
· 17 years ago
3f5faf7
Fixed tabs in couple of sources.
by Fariborz Jahanian
· 17 years ago
4b6df3f
Fixed all my recent test cases to have the RUN command and
by Fariborz Jahanian
· 17 years ago
3a165b0
by Steve Naroff
· 17 years ago
79139a1
Renamed getCatLoc() to getLocation() to be consistant for such getter names.
by Fariborz Jahanian
· 17 years ago
37e58d1
by Steve Naroff
· 17 years ago
7ed9e0f
Unified such names as protocol references, instance methods and class methods
by Fariborz Jahanian
· 17 years ago
a5997c4
by Steve Naroff
· 17 years ago
768f26e
by Steve Naroff
· 17 years ago
ca3adf7
Previously, I warned those methods not implemented in implementation class/category.
by Fariborz Jahanian
· 17 years ago
6a8a9a4
by Steve Naroff
· 17 years ago
6019903
ObjcCategoryDecl Does not subclass from ScopedDecl any more.
by Fariborz Jahanian
· 17 years ago
8f3fde0
This patch introduces the ObjcCategoryImplDecl class and does the checking related to
by Fariborz Jahanian
· 17 years ago
980e508
by Steve Naroff
· 17 years ago
89204a1
Took care of clatter's suggestions, dated.
by Fariborz Jahanian
· 17 years ago
5c0fa30
Fix a bug I just introduced.
by Chris Lattner
· 17 years ago
b7f4f2a
simplify an expression
by Chris Lattner
· 17 years ago
3a63da7
This patch fixes all issues mentioned in clattner's feedback of
by Fariborz Jahanian
· 17 years ago
8c74fa4
Code clean up. Moved couple of static functions to be private members of Sema class.
by Fariborz Jahanian
· 17 years ago
1b6351f
Patch to remove use of has table for protocol name lookup. This patch mirrors my
by Fariborz Jahanian
· 17 years ago
9d048ff
Removed use of hash table for class decls and do a name look up directly.
by Fariborz Jahanian
· 17 years ago
bcfb06a
by Steve Naroff
· 17 years ago
00ae8d5
Patch to warn on umimplemented methods coming from class's protocols.
by Fariborz Jahanian
· 17 years ago
d0b0154
Patch for method implementation. It populates ObjcImplementationDecl object with method implementation declarations .
by Fariborz Jahanian
· 17 years ago
271f1a6
Fix some use of uninit variables issues, reported by Anton.
by Chris Lattner
· 17 years ago
68d331a
by Steve Naroff
· 17 years ago
d0b90bf
This patch inserts ivars declared in @implementation in its object and verifies
by Fariborz Jahanian
· 17 years ago
0da1c10
Patch to make ObjcImplementationDecl derived from TypeDecl and supprt legacy
by Fariborz Jahanian
· 17 years ago
ccb4f31
This patch introduces a new class to keep track of class implementation info. It also adds more
by Fariborz Jahanian
· 17 years ago
525a050
Use APFloat for the representation of FP immediates, ask the target
by Chris Lattner
· 17 years ago
b27c156
This patch adds to new things to clang:
by Fariborz Jahanian
· 17 years ago
764a7ce
Make case sorting deterministic by not depending on pointer
by Chris Lattner
· 17 years ago
894c57f
This patch instantiates objects for forward protocols and in general handles use of
by Fariborz Jahanian
· 17 years ago
bd51b87
Handle forward declaration of classes and prevent re-instantiation of
by Fariborz Jahanian
· 17 years ago
1d5b0e3
Match to do some semantic analysis on objective-c class decl.
by Fariborz Jahanian
· 17 years ago
21d5a95
by Steve Naroff
· 17 years ago
2cc62aa
by Steve Naroff
· 17 years ago
660fa00
Remove alloca import...
by Steve Naroff
· 17 years ago
563477d
by Steve Naroff
· 17 years ago
fd225cc
Patch for object creation and handling of category declarations.
by Fariborz Jahanian
· 17 years ago
2f94f3c
alloca.h doesn't exist on Windows.
by Hartmut Kaiser
· 17 years ago
7ffc9ed
alloca.h is needed on Solaris
by Gabor Greif
· 17 years ago
0093359
Uses more description name for method implementation kind argument.
by Fariborz Jahanian
· 17 years ago
146fbb0
Patch to remove ObjcProtoMethodDecl and use ObjcMethodDecl
by Fariborz Jahanian
· 17 years ago
25e077d
Patch to add objective-c's @protocl type declaration.
by Fariborz Jahanian
· 17 years ago
708391a
by Steve Naroff
· 17 years ago
37387c9
by Steve Naroff
· 17 years ago
3f128ad
by Steve Naroff
· 17 years ago
4b1aa81
remove some obsolete interfaces.
by Chris Lattner
· 17 years ago
8c9f13e
Fixes/tweaks that prevent "defaults-i.m" from compiling.
by Steve Naroff
· 17 years ago
1b273c4
Rename statement actions (from Parse-prefix to ActOn-prefix).
by Steve Naroff
· 17 years ago
f69936d
Rename expression actions (from Parse-prefix to ActOn-prefix).
by Steve Naroff
· 17 years ago
1ff4f0c
Updated VC++ build system. Silenced a couple of VC++ warnings.
by Hartmut Kaiser
· 17 years ago
556beb7
add a new ASTConsumer consumer to simplify stuff in the driver.
by Chris Lattner
· 17 years ago
08d92e4
by Steve Naroff
· 17 years ago
f13271f
by Steve Naroff
· 17 years ago
7421664
by Steve Naroff
· 17 years ago
b04a021
Patch to store ivars into interface class object.
by Fariborz Jahanian
· 17 years ago
e267ab6
Semantic analysis for objective-c ivars.
by Fariborz Jahanian
· 17 years ago
f38661e
by Steve Naroff
· 17 years ago
9474504
by Steve Naroff
· 17 years ago
8e74c93
by Steve Naroff
· 17 years ago
7d6402f
Patch for collecting ivars before running action on them.
by Fariborz Jahanian
· 17 years ago
c752d04
by Steve Naroff
· 17 years ago
410e3e2
Remove a FIXME. Replace a couple asserts with an appropriate error
by Steve Naroff
· 17 years ago
e55cd00
Patch for building method declaration nodes. Also fixed a segfault in cocoa.m due
by Fariborz Jahanian
· 17 years ago
bb20469
by Steve Naroff
· 17 years ago
4473921
by Steve Naroff
· 17 years ago
08d5139
by Steve Naroff
· 17 years ago
2bd42fa
Some small tweaks to the recent Objc support...
by Steve Naroff
· 17 years ago
e3a2ca7
Early patch to collect objective-c methods inserts them in class object.
by Fariborz Jahanian
· 17 years ago
3536b44
by Steve Naroff
· 17 years ago
61f6216
Added LabelLoc to GotoStmt to record the source location of the label token
by Ted Kremenek
· 17 years ago
7cf8c44
by Steve Naroff
· 17 years ago
9e8925e
by Steve Naroff
· 17 years ago
701e5eb
Silence VC++ warnings, patch by Hartmut Kaiser
by Chris Lattner
· 17 years ago
371227d
by Steve Naroff
· 17 years ago
0e85a27
Add a method required by the VC++ STL, patch by Hartmut Kaiser!
by Chris Lattner
· 17 years ago
d35005e
by Steve Naroff
· 17 years ago
38374b0
by Steve Naroff
· 17 years ago
6f9f307
More semantic analysis of initializers.
by Steve Naroff
· 17 years ago
f009063
by Steve Naroff
· 17 years ago
9dcbfa4
by Steve Naroff
· 17 years ago
507f2d5
by Steve Naroff
· 17 years ago
b5a6958
by Steve Naroff
· 17 years ago
98414c1
Fix a bug/missing-feature Ted noticed: the 'unused' warning should not
by Chris Lattner
· 17 years ago
9e2b75c
diagnose extended uses of offsetof
by Chris Lattner
· 17 years ago
d7444aa
by Steve Naroff
· 17 years ago
66b5a8a
Add InitListExpr class.
by Anders Carlsson
· 17 years ago
394a3fd
add actions for deleting expr/stmt nodes.
by Chris Lattner
· 17 years ago
711602b
Sema::ParseCastExpr() missing call to UsualUnaryConversions().
by Steve Naroff
· 17 years ago
42471f8
by Steve Naroff
· 17 years ago
c940612
Polish yesterday's Array/ConstantArray/VariableArray rewrite, removing a couple FIXME's.
by Steve Naroff
· 17 years ago
704fe35
implement pretty printing of offsetof
by Chris Lattner
· 17 years ago
73d0d4f
implement initial sema support for __builtin_offsetof
by Chris Lattner
· 17 years ago
6f4b92c
Fix 80 col violations.
by Chris Lattner
· 17 years ago
Next »