Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
ea5e79f930bcab2087646d1cb4fc1fe9dcf986a1
/
Sema
ea5e79f
Change dyn_cast for reference types to be more like pointers and not need the canonical type. Also fix so that we're not expecting a return value from a void function
by Bill Wendling
· 17 years ago
08ad47c
Fix references:
by Bill Wendling
· 17 years ago
a4332e2
by Steve Naroff
· 17 years ago
16beff8
by Steve Naroff
· 17 years ago
3e5e556
by Steve Naroff
· 17 years ago
c80b4ee
by Steve Naroff
· 17 years ago
2682490
Fix a GCC warning:
by Chris Lattner
· 17 years ago
7a2e047
Now that isPointerType can return a pointer type, avoid stripping off typedef
by Chris Lattner
· 17 years ago
12d9ff6
Use the return value of isPointerType and isVectorType to significantly simplify
by Chris Lattner
· 17 years ago
727a80d
rename variables to be more consistent. Always use LHS/RHS intead of T1/T2 sometimes.
by Chris Lattner
· 17 years ago
590b664
Refactor code so that isIntegerConstantExpr has an ASTContext available.
by Chris Lattner
· 17 years ago
fa2eaab
by Steve Naroff
· 17 years ago
d2d2a11
A significant refactoring of the type size stuff to also
by Chris Lattner
· 17 years ago
90045e8
by Steve Naroff
· 17 years ago
a7674d8
Move getSize() out of type, into ASTContext, where it has target info, and
by Chris Lattner
· 17 years ago
7a543ad
Unspecified type specs default to int. This fixes a crash
by Chris Lattner
· 17 years ago
ba61c14
Removed some superfluous code. The getType() method and associated
by Steve Naroff
· 17 years ago
49b4526
by Steve Naroff
· 17 years ago
8b9023b
Implement codegen for + and - with pointers. Patch contributed by Keith Bauer.
by Chris Lattner
· 17 years ago
c63b96a
by Steve Naroff
· 17 years ago
24c3990
remember the initializer for a variable in the AST and teach the
by Chris Lattner
· 17 years ago
1c2a65b
Fix a release build of clang.
by Chris Lattner
· 17 years ago
5f016e2
Stage two of getting CFE top correct.
by Reid Spencer
· 17 years ago