Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
79b50cb1dc1d0ea23c45d05d77878fc0fc265559
/
lib
/
Sema
/
ParseAST.cpp
79b50cb
Added "InitializeTU" to ASTConsumer. This is used by Sema::ParseAST to pass a
by Ted Kremenek
· 16 years ago
3a02bdc
Stop leaking the main Sema object. (Leak found using valgrind.)
by Eli Friedman
· 16 years ago
afdf811
Try to plug some memory leaks...
by Ted Kremenek
· 16 years ago
be1a7a0
Make a major restructuring of the clang tree: introduce a top-level
by Chris Lattner
· 17 years ago
[Renamed from Sema/ParseAST.cpp]
f5e9db0
move the codegen ASTConsumer out of the driver into libcodegen,
by Chris Lattner
· 17 years ago
a8c2d59
pass the astconsumer into Sema's ctor, clean up some stuff in
by Chris Lattner
· 17 years ago
0bed6ec
rename ASTSTreamer.{h|cpp} -> ParseAST.{h|cpp}
by Chris Lattner
· 17 years ago
[Renamed (93%) from Sema/ASTStreamer.cpp]
988f2ad
kill the ASTStreamer class, inlining it into its only client: clang::ParseAST
by Chris Lattner
· 17 years ago
959e5be
Don't attribute in file headers anymore. See llvmdev for the
by Chris Lattner
· 17 years ago
17861c5
Interned MainFileID within SourceManager. Since SourceManager is referenced by
by Ted Kremenek
· 17 years ago
ca44ffd
by Steve Naroff
· 17 years ago
6fd865b
by Steve Naroff
· 17 years ago
8593cbf
Fix ownership model of ParseAST to allow the dtor of
by Chris Lattner
· 17 years ago
f185aef
Patch to synthesize computation of Ivar offset in rewritten c file.
by Fariborz Jahanian
· 17 years ago
8255b04
by Steve Naroff
· 17 years ago
d1f21e1
Make a significant change to invert the control flow handling
by Chris Lattner
· 17 years ago
4ed9d66
by Steve Naroff
· 17 years ago
b4134a8
remove some obsolete interfaces.
by Chris Lattner
· 17 years ago
1cc0171
add a new ASTConsumer consumer to simplify stuff in the driver.
by Chris Lattner
· 17 years ago
d58c31c
Fix 80 col violations.
by Chris Lattner
· 17 years ago
4b00965
Fix a couple of bugs, add some new cool stuff.
by Chris Lattner
· 17 years ago