aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/Makefile
AgeCommit message (Expand)Author
2012-07-11Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko
2012-03-16After r150615, which tablegens the group of a diagnostic as an index into the...Argyrios Kyrtzidis
2011-12-09Teach the Makefile build about the new diagnostic file from r146207.Chandler Carruth
2011-10-06Clang-side build system infrastructure for multiple tblgens.Peter Collingbourne
2011-04-15Initial work to improve documentation for Clang's diagnostics, from Matthieu ...Douglas Gregor
2010-09-09Remove the 'rc' suffix. It indicates a "release candidate" during LLVM releaseBill Wendling
2010-06-25clang: Derive version name from LLVM unless specified explicitly. This meansDaniel Dunbar
2010-06-25build: Add a generated Version.inc file instead of duplicating information.Daniel Dunbar
2010-06-17Generate arm_neon.inc in include/clang/Basic, which provides:Nate Begeman
2010-06-16Implement first TD-based usage of attributes.Sean Hunt
2010-06-08Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar
2010-01-18Fix race condition in creating objdir.Daniel Dunbar
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