1. 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
  2. d4cfa2f Fix cmake. Remaining two ClangCC1Options deps. by Andrew Trick · 14 years ago
  3. 66a7e43 CMake: Fix build to add clangEdit to USED_LIBS. by NAKAMURA Takumi · 14 years ago
  4. 83d46be Introduce a -cc1 option "-dependency-graphviz" that determines header by Douglas Gregor · 14 years ago
  5. e9fc377 Extend the ExternalASTSource interface to allow the AST source to by Douglas Gregor · 14 years ago
  6. 1c032e0 Update the CMake build for r146959's new files. by Chandler Carruth · 14 years ago
  7. c4bbd85 Refactor 'TextDiagnostic' to have a parent class 'DiagnosticRenderer' which handles by Ted Kremenek · 14 years ago
  8. f887db0 Move ChainedIncludesSource into the Frontend library. This never really by Chandler Carruth · 14 years ago
  9. 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
  10. a302885 Graduate the TextDiagnostic interface to its own header and source file, by Chandler Carruth · 14 years ago
  11. 69609dc Rename VerifyDiagnosticsClient to VerifyDiagnosticConsumer as per issue 5397 by David Blaikie · 14 years ago
  12. 2e82014 Add missing dependency by Peter Collingbourne · 14 years ago
  13. 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
  14. b570351 Raise the ARCMT functionality in Clang into proper FrontendActions. by Chandler Carruth · 14 years ago
  15. d70fb98 The ARC Migration Tool. All the credit goes to Argyrios and Fariborz for this. by John McCall · 14 years ago
  16. d1ca71a2 Fix cmake build. by Rafael Espindola · 15 years ago
  17. 2083c32 Frontend: Sketch a LogDiagnosticPrinter object, and wire CC_LOG_DIAGNOSTICS to by Daniel Dunbar · 15 years ago
  18. 0e93ac6 Also update CMakeList.txt by Argyrios Kyrtzidis · 15 years ago
  19. cfee35b Remove the AST printer (-ast-print-xml), which is too incomplete and by Douglas Gregor · 15 years ago
  20. c498878 Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter. by Jeffrey Yasskin · 15 years ago
  21. 98dd73d CMake: LLVM_NO_RTTI must be obsolete now! by NAKAMURA Takumi · 15 years ago
  22. 27734fd Frontend: Factor out header include dumping (-H) into its own preprocessor by Daniel Dunbar · 15 years ago
  23. 7e1ec9c Unbreak CMake build. by Ted Kremenek · 15 years ago
  24. 0947621 Revert "CMake: Update to use standard CMake dependency tracking facilities instead" by Michael J. Spencer · 15 years ago
  25. 0881f4a CMake: Update to use standard CMake dependency tracking facilities instead by Michael J. Spencer · 15 years ago
  26. c9199f5 Clean up CMake dependencies by Douglas Gregor · 15 years ago
  27. c6f6df0 Add another missing CMake dependency. by Daniel Dunbar · 15 years ago
  28. b2f0713 Clean up some of the CMake dependencies by Douglas Gregor · 15 years ago
  29. 85dd0bd Move ExecuteCompilerInvocation to a new library FrontendTool by Peter Collingbourne · 15 years ago
  30. 7940e6f Fix CMake build by Sebastian Redl · 15 years ago
  31. 135bcc7 Reintroduce the serialization library, with fixed dependencies. by Sebastian Redl · 15 years ago
  32. 256a728 Revert Sebastian's build-breaking patch. by Douglas Gregor · 15 years ago
  33. 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
  34. e9e91b0 Frontend: Move the bulk of the cc1_main() processing into by Daniel Dunbar · 15 years ago
  35. 67ca40c Eliminate the "minimal" and printing parser actions, which only ever by Douglas Gregor · 15 years ago
  36. c675ec0 Update CMake build for new attribute changes. by Alexis Hunt · 15 years ago
  37. c1b1729 Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library configuration by Daniel Dunbar · 15 years ago
  38. f976d1b Frontend: Factor clang::EmitBackendOutput out of CodeGenAction. by Daniel Dunbar · 15 years ago
  39. ed05325 Convert DeclNodes to use TableGen. by Alexis Hunt · 16 years ago
  40. 542ad31 Add a stub frontend action for BoostCon, for next week's workshop. by Douglas Gregor · 16 years ago
  41. ecc60b9 Unbreak CMake build. by Douglas Gregor · 16 years ago
  42. 5a68724 Update CMake makefiles by Douglas Gregor · 16 years ago
  43. 62d311f Introduce a testbed for merging multiple ASTs into a single AST by Douglas Gregor · 16 years ago
  44. 55e74a1 Remove RewriteBlocks. It has been superseded by RewriteObjC by Kovarththanan Rajaratnam · 16 years ago
  45. e0d81f2 Factor out a LangStandard class and coalesce the information about the standards into LangStandards.def by Daniel Dunbar · 16 years ago
  46. 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
  47. 02bd2d7 Add FrontendActions, which provides a FrontendAction interface to all the existing AST consumer based clang-cc actions. by Daniel Dunbar · 16 years ago
  48. a0ff58d Add FrontendAction interface, for encapsulating a "clang-cc" style action. by Daniel Dunbar · 16 years ago
  49. 3481855 Add VerifyDiagnosticsClient, to replace old -verify. by Daniel Dunbar · 16 years ago
  50. 636404a Add CompilerInstance, and starting moving clang-cc to it. by Daniel Dunbar · 16 years ago
  51. 27b19dc Move input kind identification (-x) into FrontendOptions. by Daniel Dunbar · 16 years ago
  52. 5375309 Move the ManagerRegistry to the Analysis library to resolve the layering violation. by Chandler Carruth · 16 years ago
  53. b9a9a7c Fixup windows include paths. Patch by John Thompson. by Mike Stump · 16 years ago
  54. 3e808ed Lexically order files in CMakeLists.txt files. by Ted Kremenek · 16 years ago
  55. 26e8b9c Update CMake files. by Argyrios Kyrtzidis · 16 years ago
  56. 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
  57. d4daf75 Add missing dependencies to the CMake build system by Douglas Gregor · 16 years ago
  58. 9cab296 Update CMakeLists.txt by Argyrios Kyrtzidis · 16 years ago
  59. e14d93c Fix some TableGen-related dependencies for the Clang CMake build by Douglas Gregor · 16 years ago
  60. e1d15c8 Add some missing CMake dependencies by Douglas Gregor · 16 years ago
  61. f39bf33 More XML output support, from Olaf Krzikalla! by Douglas Gregor · 16 years ago
  62. 122660e Fix CMake build for AST XML dumper by Douglas Gregor · 17 years ago
  63. 5b5bd90 Move AnalysisConsumer.h and Analyses.def from tools/clang-cc to by Eli Friedman · 17 years ago
  64. e15ecf0 CMake updates for r72099; untested, so please tell me if there are any issues. by Eli Friedman · 17 years ago
  65. 351fa4b Attempted CMake build fixes for r72060; this is untested, so please tell by Eli Friedman · 17 years ago
  66. 1f55182 split expr/stmt writing out to PCHWriterStmt.cpp by Chris Lattner · 17 years ago
  67. 7099dbc split decl writing out to its own PCHWriterDecl.cpp file. by Chris Lattner · 17 years ago
  68. 487412d split decl reading out to its own PCHReaderDecl.cpp file. by Chris Lattner · 17 years ago
  69. 92ba5ff split stmt/expr deserialization out to PCHReaderStmt.cpp by Chris Lattner · 17 years ago
  70. 2f5693f Split preprocessor initialization logic out of clang-cc into by Chris Lattner · 17 years ago
  71. df47d73 Add PCH sources to CMake build files by Douglas Gregor · 17 years ago
  72. 068913e Some cleanups to the fix-it rewriter. Thanks, Chris by Douglas Gregor · 17 years ago
  73. 90a3707 Really fix cmake style builds. by Mike Stump · 17 years ago
  74. 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]
  75. 79ceb09 Minor update to CMake build system. by Eli Friedman · 17 years ago
  76. 0ce19ba Update CMakeLists.txt by Cedric Venet · 17 years ago
  77. 07d9f9a CMake: Builds and installs clang binary and libs (no docs yet). It by Oscar Fuentes · 17 years ago