Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
7695f70bbd3e4d42adaa1ef2ff5e1b9ab3d9c345
/
Sema
/
Sema.cpp
69d6375
Move the initialization of SEL/objc_selector from Sema::Sema() to Sema::ActOnTranslationUnitScope() and make sure the type/struct get inserted into the translation unit scope.
by Steve Naroff
· 17 years ago
438757c
avoid making implicit casts that just remove typedefs.
by Chris Lattner
· 17 years ago
2ae34ed
pass the astconsumer into Sema's ctor, clean up some stuff in
by Chris Lattner
· 17 years ago
1e0a390
Move promoteExprToType from being a static method in SemaExpr.cpp to being
by Chris Lattner
· 17 years ago
a526c5c
Substituted all instances of the string "Objc" for "ObjC". This fixes
by Ted Kremenek
· 17 years ago
540fc53
Limit type of foreach's element and collection to be a pointer to
by Fariborz Jahanian
· 17 years ago
1f990d6
Patch to add semantics check for ObjC2's foreacn statement.
by Fariborz Jahanian
· 17 years ago
4667ac3
generalize some of the conversion warnings.
by Chris Lattner
· 17 years ago
0bc735f
Don't attribute in file headers anymore. See llvmdev for the
by Chris Lattner
· 17 years ago
9c728dc
TargetInfo no longer includes a reference to SourceManager.
by Ted Kremenek
· 17 years ago
7a9d49f
Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now
by Ted Kremenek
· 17 years ago
66c5dfc
Patch to implement "Protocol" as a built-in type declared as "@class Protocol;"
by Fariborz Jahanian
· 17 years ago
6c19a04
Initialize CurMethodDecl to 0.
by Anders Carlsson
· 17 years ago
89307ff
by Steve Naroff
· 17 years ago
1f64432
by Steve Naroff
· 17 years ago
8ee529b
by Steve Naroff
· 17 years ago
8baaca5
Encode Class, SEL and Objective-C objects.
by Anders Carlsson
· 17 years ago
fb1051b
minor tweaks
by Chris Lattner
· 17 years ago
390d50a
Implementation of AST for @protocol expression.
by Fariborz Jahanian
· 17 years ago
b62f681
Patch to implement AST generation for objective-c's @selector expression.
by Fariborz Jahanian
· 17 years ago
7e219e4
by Steve Naroff
· 17 years ago
e21b573
Refinements to Sema::GetObjcIdType()...
by Steve Naroff
· 17 years ago
3b95017
by Steve Naroff
· 17 years ago
b216c88
by Steve Naroff
· 17 years ago
394a3fd
add actions for deleting expr/stmt nodes.
by Chris Lattner
· 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
5f016e2
Stage two of getting CFE top correct.
by Reid Spencer
· 18 years ago