aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticFrontendKinds.td
AgeCommit message (Expand)Author
2012-02-13Remove unused diagnostics from include/clang/Basic/Diagnostic*.td files.Dmitri Gribenko
2011-12-31Implement support for module requirements, which indicate the languageDouglas Gregor
2011-12-20Detect when mapping a #include/#import over to a submodule ends upDouglas Gregor
2011-12-09Separate the serialization library's diagnostics from the frontend'sChandler Carruth
2011-12-07If we can't write the temporary module map file when compiling aDouglas Gregor
2011-11-30When loading a module that involves submodules (e.g., std.vector),Douglas Gregor
2011-11-16When building a module from a module map that isn't simply an umbrellaDouglas Gregor
2011-11-16Add support for building a module from a module map to the -cc1Douglas Gregor
2011-11-15Warning option typo correction: When two options have the same edit_distance ...Benjamin Kramer
2011-11-14Print a typo correction hint for unknown warning flags.Benjamin Kramer
2011-10-30Add support for lazily linking bitcode files (using a newPeter Collingbourne
2011-10-29Start work on SerializedDiagnosticPrinter, a new DiagnosticConsumer that seri...Ted Kremenek
2011-09-13Switch the serialization of LangOptions over to use the .def file. WeDouglas Gregor
2011-08-17Hook up -W[no-]analyzer-incompatible-plugin to new warning, and unbreak build...Jordy Rose
2011-08-17Fix typo.Jordy Rose
2011-08-17[analyzer] Add a warning for an incompatible plugin version.Jordy Rose
2011-07-21Fix diagnostic when loading a PCH which has different enabled/disabled state ...Argyrios Kyrtzidis
2011-06-15Automatic Reference Counting.John McCall
2011-06-03Don't warn about -Wno-foo where foo is an unknown warning option. ExplicitlyMatt Beaumont-Gay
2011-04-23Teach the AST reader and writer to preserve the __DEPRECATED bit inChandler Carruth
2011-04-15C1X: add a language standardPeter Collingbourne
2011-04-07Frontend: Sketch support for -diagnostic-log-file, which still doesn't do any...Daniel Dunbar
2011-04-07Driver: Sketch driver support for a CC_LOG_DIAGNOSTICS options, similar to theDaniel Dunbar
2011-02-23Add a CXXExceptions flag to LangOptions.Anders Carlsson
2011-02-19Add a new ObjCExceptions member variable to LangOptions. This controls whethe...Anders Carlsson
2011-02-14[analyzer] Overhauling of the checker registration mechanism.Argyrios Kyrtzidis
2011-02-03Frontend: Switch -header-include-file output to use unbuffered raw_ostreams withDaniel Dunbar
2011-02-01Basic support for -mms-bitfields, from Carl Norum!Douglas Gregor
2011-01-07Update AST reader/writer to handle new AppleKext.Fariborz Jahanian
2010-12-23Add -fobjc-default-synthesized-properties flagTed Kremenek
2010-12-01Serialization: support for CUDA language extensionsPeter Collingbourne
2010-10-08Implement -fshort-enums (rdar://8490496).Argyrios Kyrtzidis
2010-09-17Use a temporary file for output which gets renamed after all the writing is f...Argyrios Kyrtzidis
2010-09-09Fix typo in diagnostic.Daniel Dunbar
2010-08-17Fix a typo in a diag name.Sebastian Redl
2010-06-26Implement support for -fwrapv, rdar://7221421Chris Lattner
2010-06-15fix the inline asm diagnostics to emit the error on the primary Chris Lattner
2010-05-24push categories forward a bit more: document them, add someChris Lattner
2010-04-28add regex support for -verify mode. You can now do things likeChris Lattner
2010-04-22Check for -fno-constant-cfstrings consistencyFariborz Jahanian
2010-04-17Add support for '-fgnu-keywords' and '-fasm' to Clang's driver. They are notChandler Carruth
2010-04-06teach clang to install the inline asm diagnostic handler,Chris Lattner
2010-03-29add support for -MQ flag to quote targets in dependency file,Chris Lattner
2010-03-21Keep track of the size/modification time of each file source-locationDouglas Gregor
2010-03-18Turn several PCH reader assertions into compiler errors, thus makingTed Kremenek
2010-03-17Issue a proper diagnostic if we couldn't open dump fileKovarththanan Rajaratnam
2010-02-23Fix bogus diagnostic format string.Daniel Dunbar
2010-02-10clang -cc1: Add -fsjlj-exceptions, which requires far too much button pushing.Daniel Dunbar
2010-02-09Implement synthesizing properties by default.Fariborz Jahanian
2010-01-28Introduce serialization and deserialization of diagnostic informationDouglas Gregor