Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
7269f2d6cbe8c876aa5b007c35e4a3c3fed72cbd
/
clang.xcodeproj
/
project.pbxproj
26b8ff4
by Steve Naroff
· 17 years ago
5d66145
add a new ImaginaryLiteral AST node that is used to
by Chris Lattner
· 17 years ago
8f08cb7
refactor enough of the top-level parsing logic to parse and
by Chris Lattner
· 17 years ago
1f1ded9
Teach emit-llvm for scalars to properly handle compound assignment
by Chris Lattner
· 17 years ago
a66622a
Added ExprCXX.cpp
by Ted Kremenek
· 17 years ago
7f02f72
completely refactor codegen of scalar expressions out into its own CGExprScalar.cpp file.
by Chris Lattner
· 17 years ago
566b6ce
rename two files.
by Chris Lattner
· 17 years ago
6efc4d3
detect and diagnose empty case ranges:
by Chris Lattner
· 17 years ago
29b2cb1
Parse ObjC @protocol expressions.
by Anders Carlsson
· 17 years ago
09ff812
add cfg.h/cfg.cpp to the xcode project at Ted's request.
by Chris Lattner
· 17 years ago
776c649
minor nicities.
by Chris Lattner
· 17 years ago
5508518
Implement parsing and code generation of Objective-C string literals.
by Anders Carlsson
· 17 years ago
b6ef18a
Split complex arithmetic codegen out from aggregate codegen.
by Chris Lattner
· 17 years ago
c5598cb
Switch StmtVisitor from using dynamic to static dispatch. This makes it
by Chris Lattner
· 17 years ago
c9e2091
Implement code generation for constant CFStrings.
by Anders Carlsson
· 17 years ago
59907c4
initial support for checking format strings, patch by Ted Kremenek:
by Chris Lattner
· 17 years ago
af6f528
New file, just a placeholder for now.
by Chris Lattner
· 17 years ago
6000dac
add a new AST dumper interface (E->dump()). This dumps out
by Chris Lattner
· 17 years ago
94f05e3
Implement codegen for __builtin_choose_expr. For example:
by Chris Lattner
· 17 years ago
441995e
by Steve Naroff
· 17 years ago
2ad07f0
add internals manual to project
by Chris Lattner
· 17 years ago
b39eec4
add two missing files to the xcode project.
by Chris Lattner
· 17 years ago
befee48
make isPointerType() a pure predicate, rename the
by Chris Lattner
· 17 years ago
d1861fd
by Steve Naroff
· 17 years ago
700204c
by Steve Naroff
· 17 years ago
5e36a7a
Add a cache to SourceManager to accellerate line # lookup. This is a
by Chris Lattner
· 17 years ago
9c68306
Fix a really subtle bug in the macro expander caching code, where
by Chris Lattner
· 17 years ago
731ec57
Minor simplification to Expr::isLvalue().
by Steve Naroff
· 17 years ago
60c3a1b
Update project for LexerToken.h -> Token.h
by Chris Lattner
· 17 years ago
464175b
initial layout support for structures and unions. This isn't actually
by Chris Lattner
· 17 years ago
c80b4ee
by Steve Naroff
· 17 years ago
136f93a
Make octal constant lexing use AdvanceToTokenCharacter to give more
by Chris Lattner
· 17 years ago
fa7c645
"Someone typed "PtrToInt" where they meant "IntToPtr".
by Chris Lattner
· 17 years ago
c63b96a
by Steve Naroff
· 17 years ago
5f016e2
Stage two of getting CFE top correct.
by Reid Spencer
· 17 years ago