aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Makefile
AgeCommit message (Expand)Author
2012-02-01make: fix installation of generated header filesDylan Noblesmith
2012-01-20Instantiate dependent attributes when instantiating templates.DeLesley Hutchins
2011-12-05include/clang*/Makefile: Tweak installation to work with CLANG_SRCDIR.NAKAMURA Takumi
2011-09-08Thread Safety: Patch to implement delayed parsing of attributes within aCaitlin Sadowski
2011-03-09include/clang/Makefile: [PR2928] "make install" may install include files alo...NAKAMURA Takumi
2010-10-20Add a __has_attribute macro that works much like __has_feature and __has_buil...Anders Carlsson
2010-08-18Generate Attr subclasses with TableGen.Sean Hunt
2010-06-08Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar
2010-05-06ignore *.orig when installing, patch by Brooks Davis!Chris Lattner
2010-05-05Reapplying patch to change StmtNodes.def to StmtNodes.td, this timeSean Hunt
2010-05-05Revert r103072; I accidentally ended up deleting a bunch of trailingSean Hunt
2010-05-05Change StmtNodes.def to StmtNodes.td in anticipation of a rewrite of attributesSean Hunt
2010-04-30Move include installation steps to better location, inside each include dir i...Daniel Dunbar
2009-11-19Driver: Switch to using TableGen'erated Options.inc instead of Options.def file.Daniel Dunbar
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