Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
63f5887f316fb52d243fcbb3631c039de6c4b993
/
Sema
/
Sema.h
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
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
ccb4f31
This patch introduces a new class to keep track of class implementation info. It also adds more
by Fariborz Jahanian
· 17 years ago
894c57f
This patch instantiates objects for forward protocols and in general handles use of
by Fariborz Jahanian
· 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
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
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
08d92e4
by Steve Naroff
· 17 years ago
f13271f
by Steve Naroff
· 17 years ago
b04a021
Patch to store ivars into interface class object.
by Fariborz Jahanian
· 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
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
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
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
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
98414c1
Fix a bug/missing-feature Ted noticed: the 'unused' warning should not
by Chris Lattner
· 17 years ago
d7444aa
by Steve Naroff
· 17 years ago
394a3fd
add actions for deleting expr/stmt nodes.
by Chris Lattner
· 17 years ago
73d0d4f
implement initial sema support for __builtin_offsetof
by Chris Lattner
· 17 years ago
b291ab6
by Steve Naroff
· 17 years ago
a5937dd
merge checkrelational and checkequality into CheckCompareOperands,
by Chris Lattner
· 17 years ago
f1120de
by Steve Naroff
· 17 years ago
5d79425
remove a dead argument
by Chris Lattner
· 17 years ago
dbb3697
Implement sema support for __real/__imag nodes.
by Chris Lattner
· 17 years ago
9f5fa9b
by Steve Naroff
· 17 years ago
f4021e7
start checking case values of switch stmts more closely. Emit overflow
by Chris Lattner
· 17 years ago
f9bcf01
Parse @encode expressions.
by Anders Carlsson
· 17 years ago
5508518
Implement parsing and code generation of Objective-C string literals.
by Anders Carlsson
· 17 years ago
06de276
Added extra semantic checking to do basic detection of
by Ted Kremenek
· 17 years ago
71993dd
Add initial support for constant CFStrings.
by Anders Carlsson
· 17 years ago
71895b9
Added support for additional format string checking for the printf
by Ted Kremenek
· 17 years ago
8207710
Added "id_idx" parameter to CheckPrintfArguments. This will be used
by Ted Kremenek
· 17 years ago
e0eb80a
Moved id_asprintf before id_vsnprintf in the enum used for indexing
by Ted Kremenek
· 17 years ago
59907c4
initial support for checking format strings, patch by Ted Kremenek:
by Chris Lattner
· 17 years ago
d04fdd5
by Steve Naroff
· 17 years ago
363bcff
by Steve Naroff
· 17 years ago
d34e915
by Steve Naroff
· 17 years ago
bea0b34
by Steve Naroff
· 17 years ago
e1b31fe
Implement syntax/semantic analysis for OCU Vector Components.
by Steve Naroff
· 17 years ago
ab18c4c
implement ast building and trivial semantic analysis of stmt exprs.
by Chris Lattner
· 17 years ago
c1fcb77
Refactor switch analysis to make it possible to detect duplicate case values
by Anders Carlsson
· 17 years ago
2274266
Implement code generation for __func__, __FUNCTION__ and __PRETTY_FUNCTION__
by Anders Carlsson
· 17 years ago
d217773
At one point there were going to be lexer and parser tokens.
by Chris Lattner
· 17 years ago
4aa88f8
by Steve Naroff
· 17 years ago
7332292
by Steve Naroff
· 17 years ago
6c36be5
Add initial switch stmt support, patch by Anders Carlsson!
by Chris Lattner
· 17 years ago
a4332e2
by Steve Naroff
· 17 years ago
3e5e556
by Steve Naroff
· 17 years ago
c80b4ee
by Steve Naroff
· 17 years ago
90045e8
by Steve Naroff
· 17 years ago
49b4526
by Steve Naroff
· 17 years ago
5f016e2
Stage two of getting CFE top correct.
by Reid Spencer
· 17 years ago