aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/CMakeLists.txt
AgeCommit message (Expand)Author
2012-07-11Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko
2011-12-09Separate the serialization library's diagnostics from the frontend'sChandler Carruth
2011-04-15Initial work to improve documentation for Clang's diagnostics, from Matthieu ...Douglas Gregor
2011-02-20New function for tablegenning: clang_tablegen.Oscar Fuentes
2010-06-17Update CMake build system for ARM NEON generation.Douglas Gregor
2010-06-17Fix yet another CMake typo. I'm not quite sure how this succeeded locally now.Sean Hunt
2010-06-17Fix a typo in the previous commit I thought I'd fixed, but apparently didn't.Sean Hunt
2010-06-17Update CMake build for new attribute changes.Sean Hunt
2010-03-26No need to specify ${CMAKE_CURRENT_BINARY_DIR}Kovarththanan Rajaratnam
2009-04-17add basic support for building DiagnosticGroups.inc with cmakeChris 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