aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/Makefile
AgeCommit message (Expand)Author
2009-11-12Fix Makefile dependency bug with out-of-dir builds.Daniel Dunbar
2009-09-10Fix dependencies for DiagnosticGroups.td.Daniel Dunbar
2009-04-16split diagnostic group definitions out into their own file.Chris Lattner
2009-04-15generate diagnostic group tables, this requires llvm r69219 or later.Chris Lattner
2009-04-15move clang specific makefile goop to clang instead of llvm. This may requireChris Lattner
2009-03-16Build system changes to use TableGen to generate the variousDouglas Gregor
2009-03-14Revert the switch to the tablegen diags. It fails for seperate objdir builds ...Sebastian Redl
2009-03-14Switch diagnostics from .def to tablegen files. Please validate the Windows b...Sebastian Redl