Eli Friedman
|
5b5bd90a21
|
Move AnalysisConsumer.h and Analyses.def from tools/clang-cc to
include/clang/Frontend, and move AnalysisConsumer.cpp from
tools/clang-cc to lib/Frontend.
llvm-svn: 72135
|
2009-05-19 21:10:40 +00:00 |
Eli Friedman
|
e15ecf04a4
|
CMake updates for r72099; untested, so please tell me if there are any
issues.
llvm-svn: 72100
|
2009-05-19 04:21:30 +00:00 |
Eli Friedman
|
351fa4b1b2
|
Attempted CMake build fixes for r72060; this is untested, so please tell
me if there are any issues.
llvm-svn: 72063
|
2009-05-18 23:06:15 +00:00 |
Chris Lattner
|
1f55182459
|
split expr/stmt writing out to PCHWriterStmt.cpp
llvm-svn: 70194
|
2009-04-27 06:20:01 +00:00 |
Chris Lattner
|
7099dbc5bc
|
split decl writing out to its own PCHWriterDecl.cpp file.
llvm-svn: 70193
|
2009-04-27 06:16:06 +00:00 |
Chris Lattner
|
487412d4db
|
split decl reading out to its own PCHReaderDecl.cpp file.
llvm-svn: 70187
|
2009-04-27 05:27:42 +00:00 |
Chris Lattner
|
92ba5ffdfe
|
split stmt/expr deserialization out to PCHReaderStmt.cpp
llvm-svn: 70186
|
2009-04-27 05:14:47 +00:00 |
Chris Lattner
|
2f5693f62d
|
Split preprocessor initialization logic out of clang-cc into
libfrontend. Patch by Alexei Svitkine!
llvm-svn: 69664
|
2009-04-21 05:40:52 +00:00 |
Douglas Gregor
|
df47d734c2
|
Add PCH sources to CMake build files
llvm-svn: 68794
|
2009-04-10 17:28:42 +00:00 |
Douglas Gregor
|
068913eb7a
|
Some cleanups to the fix-it rewriter. Thanks, Chris
llvm-svn: 68322
|
2009-04-02 16:34:42 +00:00 |
Mike Stump
|
90a3707225
|
Really fix cmake style builds.
llvm-svn: 67633
|
2009-03-24 17:52:34 +00:00 |
Daniel Dunbar
|
51adf5824e
|
Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*
driver taking lib/Driver.
llvm-svn: 65811
|
2009-03-02 06:16:29 +00:00 |