1. a393e9e Build system changes to use TableGen to generate the various by Douglas Gregor · 15 years ago
  2. e89b6b2 Revert the switch to the tablegen diags. It fails for seperate objdir builds and cmake builds, and I have no clue what to do about it. Revisit this after someone with a clue about the build systems has looked at it. by Sebastian Redl · 15 years ago
  3. 3801d71 Switch diagnostics from .def to tablegen files. Please validate the Windows build. by Sebastian Redl · 15 years ago
  4. 1c212a0 Add /Za to all MSVC build of a clang libraries. by Cedric Venet · 16 years ago
  5. bc6ec75 "a patch telling cmake to install clang headers in the target install directory" by Chris Lattner · 16 years ago
  6. fe2f808 Add header files to CMake build solution. It use globing so it doesn't need to be manually maintained, but it won't automatically detect a new header. I think this is a good compromise for the header files, since there presence in the solution is just an help for the user. Moreover, a new header is often introduced with a new cpp source file which need a makefile change, which will regenerate the solution and detect the new header. by Cedric Venet · 16 years ago
  7. d2f4e5e CMake: Builds and installs clang binary and libs (no docs yet). It by Oscar Fuentes · 16 years ago