- b27ea02 Zap the /Za compiler switch from MSVC projects, the option is considered harmful even by Microsoft people and clang won't build using the MSVC 2012 RC if not removed. by Francois Pichet · 13 years ago
- d4cfa2f Fix cmake. Remaining two ClangCC1Options deps. by Andrew Trick · 14 years ago
- 66a7e43 CMake: Fix build to add clangEdit to USED_LIBS. by NAKAMURA Takumi · 14 years ago
- 83d46be Introduce a -cc1 option "-dependency-graphviz" that determines header by Douglas Gregor · 14 years ago
- e9fc377 Extend the ExternalASTSource interface to allow the AST source to by Douglas Gregor · 14 years ago
- 1c032e0 Update the CMake build for r146959's new files. by Chandler Carruth · 14 years ago
- c4bbd85 Refactor 'TextDiagnostic' to have a parent class 'DiagnosticRenderer' which handles by Ted Kremenek · 14 years ago
- f887db0 Move ChainedIncludesSource into the Frontend library. This never really by Chandler Carruth · 14 years ago
- 4610ea2 Start work on SerializedDiagnosticPrinter, a new DiagnosticConsumer that serializes out the diagnostics for a given translation unit to a bit code file. This is a WIP. by Ted Kremenek · 14 years ago
- a302885 Graduate the TextDiagnostic interface to its own header and source file, by Chandler Carruth · 14 years ago
- 69609dc Rename VerifyDiagnosticsClient to VerifyDiagnosticConsumer as per issue 5397 by David Blaikie · 14 years ago
- 2e82014 Add missing dependency by Peter Collingbourne · 14 years ago
- f8c3ccd Remove BoostCon-specific code from Clang. FWIW, I'm a fan of things like this living in a separate branch. by Jonathan D. Turner · 14 years ago
- b570351 Raise the ARCMT functionality in Clang into proper FrontendActions. by Chandler Carruth · 14 years ago
- d70fb98 The ARC Migration Tool. All the credit goes to Argyrios and Fariborz for this. by John McCall · 14 years ago
- d1ca71a2 Fix cmake build. by Rafael Espindola · 15 years ago
- 2083c32 Frontend: Sketch a LogDiagnosticPrinter object, and wire CC_LOG_DIAGNOSTICS to by Daniel Dunbar · 15 years ago
- 0e93ac6 Also update CMakeList.txt by Argyrios Kyrtzidis · 15 years ago
- cfee35b Remove the AST printer (-ast-print-xml), which is too incomplete and by Douglas Gregor · 15 years ago
- c498878 Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter. by Jeffrey Yasskin · 15 years ago
- 98dd73d CMake: LLVM_NO_RTTI must be obsolete now! by NAKAMURA Takumi · 15 years ago
- 27734fd Frontend: Factor out header include dumping (-H) into its own preprocessor by Daniel Dunbar · 15 years ago
- 7e1ec9c Unbreak CMake build. by Ted Kremenek · 15 years ago
- 0947621 Revert "CMake: Update to use standard CMake dependency tracking facilities instead" by Michael J. Spencer · 15 years ago
- 0881f4a CMake: Update to use standard CMake dependency tracking facilities instead by Michael J. Spencer · 15 years ago
- c9199f5 Clean up CMake dependencies by Douglas Gregor · 15 years ago
- c6f6df0 Add another missing CMake dependency. by Daniel Dunbar · 15 years ago
- b2f0713 Clean up some of the CMake dependencies by Douglas Gregor · 15 years ago
- 85dd0bd Move ExecuteCompilerInvocation to a new library FrontendTool by Peter Collingbourne · 15 years ago
- 7940e6f Fix CMake build by Sebastian Redl · 15 years ago
- 135bcc7 Reintroduce the serialization library, with fixed dependencies. by Sebastian Redl · 15 years ago
- 256a728 Revert Sebastian's build-breaking patch. by Douglas Gregor · 15 years ago
- 52ce9bb Create a new Serialization module that contains all the PCH code, and will contain all the module code in the future. Update the Makefiles, CMake projects and the Xcode project. I hope I did everything right for Xcode. No functionality change. by Sebastian Redl · 15 years ago
- e9e91b0 Frontend: Move the bulk of the cc1_main() processing into by Daniel Dunbar · 15 years ago
- 67ca40c Eliminate the "minimal" and printing parser actions, which only ever by Douglas Gregor · 15 years ago
- c675ec0 Update CMake build for new attribute changes. by Alexis Hunt · 15 years ago
- c1b1729 Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library configuration by Daniel Dunbar · 15 years ago
- f976d1b Frontend: Factor clang::EmitBackendOutput out of CodeGenAction. by Daniel Dunbar · 15 years ago
- ed05325 Convert DeclNodes to use TableGen. by Alexis Hunt · 16 years ago
- 542ad31 Add a stub frontend action for BoostCon, for next week's workshop. by Douglas Gregor · 16 years ago
- ecc60b9 Unbreak CMake build. by Douglas Gregor · 16 years ago
- 5a68724 Update CMake makefiles by Douglas Gregor · 16 years ago
- 62d311f Introduce a testbed for merging multiple ASTs into a single AST by Douglas Gregor · 16 years ago
- 55e74a1 Remove RewriteBlocks. It has been superseded by RewriteObjC by Kovarththanan Rajaratnam · 16 years ago
- e0d81f2 Factor out a LangStandard class and coalesce the information about the standards into LangStandards.def by Daniel Dunbar · 16 years ago
- 629f6bb Add initial cut at CompilerInvocation::toArgs, which "serializes" the CompilerInvocation into a list of arguments which can be passed to clang-cc (eventually, clang -cc1). by Daniel Dunbar · 16 years ago
- 02bd2d7 Add FrontendActions, which provides a FrontendAction interface to all the existing AST consumer based clang-cc actions. by Daniel Dunbar · 16 years ago
- a0ff58d Add FrontendAction interface, for encapsulating a "clang-cc" style action. by Daniel Dunbar · 16 years ago
- 3481855 Add VerifyDiagnosticsClient, to replace old -verify. by Daniel Dunbar · 16 years ago
- 636404a Add CompilerInstance, and starting moving clang-cc to it. by Daniel Dunbar · 16 years ago
- 27b19dc Move input kind identification (-x) into FrontendOptions. by Daniel Dunbar · 16 years ago
- 5375309 Move the ManagerRegistry to the Analysis library to resolve the layering violation. by Chandler Carruth · 16 years ago
- b9a9a7c Fixup windows include paths. Patch by John Thompson. by Mike Stump · 16 years ago
- 3e808ed Lexically order files in CMakeLists.txt files. by Ted Kremenek · 16 years ago
- 26e8b9c Update CMake files. by Argyrios Kyrtzidis · 16 years ago
- 7c59162 Introduce the ResolveLocationInAST function which takes an ASTContext and a SourceLocation and it resolves it into a <Decl*, Stmt*> pair. by Argyrios Kyrtzidis · 16 years ago
- d4daf75 Add missing dependencies to the CMake build system by Douglas Gregor · 16 years ago
- 9cab296 Update CMakeLists.txt by Argyrios Kyrtzidis · 16 years ago
- e14d93c Fix some TableGen-related dependencies for the Clang CMake build by Douglas Gregor · 16 years ago
- e1d15c8 Add some missing CMake dependencies by Douglas Gregor · 16 years ago
- f39bf33 More XML output support, from Olaf Krzikalla! by Douglas Gregor · 16 years ago
- 122660e Fix CMake build for AST XML dumper by Douglas Gregor · 17 years ago
- 5b5bd90 Move AnalysisConsumer.h and Analyses.def from tools/clang-cc to by Eli Friedman · 17 years ago
- e15ecf0 CMake updates for r72099; untested, so please tell me if there are any issues. by Eli Friedman · 17 years ago
- 351fa4b Attempted CMake build fixes for r72060; this is untested, so please tell by Eli Friedman · 17 years ago
- 1f55182 split expr/stmt writing out to PCHWriterStmt.cpp by Chris Lattner · 17 years ago
- 7099dbc split decl writing out to its own PCHWriterDecl.cpp file. by Chris Lattner · 17 years ago
- 487412d split decl reading out to its own PCHReaderDecl.cpp file. by Chris Lattner · 17 years ago
- 92ba5ff split stmt/expr deserialization out to PCHReaderStmt.cpp by Chris Lattner · 17 years ago
- 2f5693f Split preprocessor initialization logic out of clang-cc into by Chris Lattner · 17 years ago
- df47d73 Add PCH sources to CMake build files by Douglas Gregor · 17 years ago
- 068913e Some cleanups to the fix-it rewriter. Thanks, Chris by Douglas Gregor · 17 years ago
- 90a3707 Really fix cmake style builds. by Mike Stump · 17 years ago
- 51adf58 Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* by Daniel Dunbar · 17 years ago[Renamed from clang/lib/Driver/CMakeLists.txt]
- 79ceb09 Minor update to CMake build system. by Eli Friedman · 17 years ago
- 0ce19ba Update CMakeLists.txt by Cedric Venet · 17 years ago
- 07d9f9a CMake: Builds and installs clang binary and libs (no docs yet). It by Oscar Fuentes · 17 years ago