| Age | Commit message (Expand) | Author |
| 2013-03-26 | Manually specify the link dependencies. Turns out that all the work on | Chandler Carruth |
| 2012-12-13 | Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user | Roman Divacky |
| 2012-11-27 | Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag and | Rafael Espindola |
| 2012-09-01 | Tweak link order to hopefully resolve a buildbot failure. | Ted Kremenek |
| 2012-09-01 | Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. | Ted Kremenek |
| 2012-06-20 | Fix a big layering violation introduced by r158771. | Chandler Carruth |
| 2012-06-20 | Structured comment parsing, first step. | Dmitri Gribenko |
| 2012-04-13 | Kill the last vestiges of clangIndex | Douglas Gregor |
| 2012-03-06 | Add new code migrator support for migrating existing Objective-C code to use | Ted Kremenek |
| 2011-10-30 | Add support for lazily linking bitcode files (using a new | Peter Collingbourne |
| 2011-10-04 | Rip out flags for controlling C++ "production mode" separately. | Bob Wilson |
| 2011-06-28 | Revert unintentional commit. | Eli Friedman |
| 2011-06-27 | Merge some calls to FoldingSetNodeID::AddInteger; assuming my measurements ar... | Eli Friedman |
| 2011-06-15 | The ARC Migration Tool. All the credit goes to Argyrios and Fariborz | John McCall |
| 2011-04-21 | Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (at | Nick Lewycky |
| 2011-02-14 | [analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/Analysi... | Argyrios Kyrtzidis |
| 2011-01-10 | Revert r123160. There are linking dependency problems. | Zhongxing Xu |
| 2010-12-23 | Chris Lattner has strong opinions about directory | Ted Kremenek |
| 2010-12-23 | Rename headers: 'clang/GR' 'clang/EntoSA' and | Ted Kremenek |
| 2010-12-22 | [analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own libr... | Argyrios Kyrtzidis |
| 2010-12-22 | [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang... | Argyrios Kyrtzidis |
| 2010-09-16 | build: Add support for a CLANG_ORDER_FILE build variable to specify the path to | Daniel Dunbar |
| 2010-09-10 | Driver: Set TOOL_NO_EXPORTS when building a "production" compiler, we don't | Daniel Dunbar |
| 2010-08-24 | Move ExecuteCompilerInvocation to a new library FrontendTool | Peter Collingbourne |
| 2010-08-20 | Another step in the process of making the parser depend on Sema: | John McCall |
| 2010-08-17 | Reintroduce the serialization library, with fixed dependencies. | Sebastian Redl |
| 2010-08-17 | Revert Sebastian's build-breaking patch. | Douglas Gregor |
| 2010-08-17 | Create a new Serialization module that contains all the PCH code, and will co... | Sebastian Redl |
| 2010-07-19 | Reapply r108617. | Zhongxing Xu |
| 2010-07-17 | Revert r108617, it broke the build. | Benjamin Kramer |
| 2010-07-17 | Prepare the analyzer for the callee in another translation unit: | Zhongxing Xu |
| 2010-07-15 | build/Darwin: Enable version information for clang executable. | Daniel Dunbar |
| 2010-07-10 | Clang do so have plugins, we can't prune exports. Fixes plugin support. | Nick Lewycky |
| 2010-06-08 | Makefiles: Set Clang CPP compiler flags in a single location, instead of scat... | Daniel Dunbar |
| 2010-06-08 | Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. | Daniel Dunbar |
| 2010-06-07 | Frontend: Add CodeGenAction support for handling LLVM IR.
- This magically e... | Daniel Dunbar |
| 2010-04-01 | Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enable | Daniel Dunbar |
| 2010-03-12 | Allow users to set CPPFLAGS and CXXFLAGS on the make command line. | Jeffrey Yasskin |
| 2010-01-29 | Fix linking problem on Linux. | Zhongxing Xu |
| 2010-01-25 | Split libAnalysis into two libraries: libAnalysis and libChecker. | Ted Kremenek |
| 2010-01-24 | -fno-rtti is now the default. | Chris Lattner |
| 2010-01-18 | Don't build/install clang++ in CLANG_IS_PRODUCTION build mode yet. | Daniel Dunbar |
| 2009-12-11 | Implement clang -cc1. | Daniel Dunbar |
| 2009-11-30 | Put CompilerInvocation testing code in clang-cc instead of clang for now, I c... | Daniel Dunbar |
| 2009-11-19 | Sketch some 'clang -cc1' support, for testing parts of CompilerInvocation. | Daniel Dunbar |
| 2009-11-19 | Use TOOLALIAS so that clang++ gets 'built'. | Daniel Dunbar |
| 2009-09-22 | Push "clang-is-production" logic up to tools/driver, and make it hittable by | Daniel Dunbar |
| 2009-03-24 | Rename clang-driver to clang. | Daniel Dunbar |
| 2009-03-24 | Move <root>/Driver into <root>/tools/clang-cc. | Daniel Dunbar |
| 2009-03-18 | Driver: Use custom diag printer to drop dependency on libFrontend and | Daniel Dunbar |