summaryrefslogtreecommitdiff
path: root/include/clang/Basic/Makefile
Commit message (Expand)AuthorAge
* Reapplying r204952 a second time.Aaron Ballman2014-03-31
* ARM64: initial clang support commit.Tim Northover2014-03-29
* Reverting r204968 and r204969; while more build bots are happy with the resul...Aaron Ballman2014-03-27
* Reapplying r204952 with fixes which should hopefully resolve linking issues w...Aaron Ballman2014-03-27
* Reverting r204952, while I figure out what's going on with the makefile build.Aaron Ballman2014-03-27
* Clean up the __has_attribute implementation without modifying its behavior. Aaron Ballman2014-03-27
* Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko2012-07-11
* After r150615, which tablegens the group of a diagnostic as an index into the...Argyrios Kyrtzidis2012-03-16
* Teach the Makefile build about the new diagnostic file from r146207.Chandler Carruth2011-12-09
* Clang-side build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-06
* Initial work to improve documentation for Clang's diagnostics, from Matthieu ...Douglas Gregor2011-04-15
* Remove the 'rc' suffix. It indicates a "release candidate" during LLVM releaseBill Wendling2010-09-09
* clang: Derive version name from LLVM unless specified explicitly. This meansDaniel Dunbar2010-06-25
* build: Add a generated Version.inc file instead of duplicating information.Daniel Dunbar2010-06-25
* Generate arm_neon.inc in include/clang/Basic, which provides:Nate Begeman2010-06-17
* Implement first TD-based usage of attributes.Sean Hunt2010-06-16
* Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar2010-06-08
* Fix race condition in creating objdir.Daniel Dunbar2010-01-18
* Fix Makefile dependency bug with out-of-dir builds.Daniel Dunbar2009-11-12
* Fix dependencies for DiagnosticGroups.td.Daniel Dunbar2009-09-10
* split diagnostic group definitions out into their own file.Chris Lattner2009-04-16
* generate diagnostic group tables, this requires llvm r69219 or later.Chris Lattner2009-04-15
* move clang specific makefile goop to clang instead of llvm. This may requireChris Lattner2009-04-15
* Build system changes to use TableGen to generate the variousDouglas Gregor2009-03-16
* Revert the switch to the tablegen diags. It fails for seperate objdir builds ...Sebastian Redl2009-03-14
* Switch diagnostics from .def to tablegen files. Please validate the Windows b...Sebastian Redl2009-03-14