aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticFrontendKinds.td
AgeCommit message (Expand)Author
2013-04-17Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs
2013-03-27If we're unable to create the TargetMachine, then just quit producing theChad Rosier
2013-03-26Fix a crasher by reporting a fatal error if we're unable to create the targetChad Rosier
2013-03-20<rdar://problem/10796651> Introduce configuration macros into module maps.Douglas Gregor
2013-01-20Prune unused diagnostics.Benjamin Kramer
2013-01-10Diagnostics: name all implicit groups used more than once.Jordan Rose
2012-12-13Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the userRoman Divacky
2012-11-15Remove unused diagnostics from TableGen files.Dmitri Gribenko
2012-10-23If the precompiled header named by "-include" is actually a directory,Douglas Gregor
2012-10-19Change VerifyDiagnosticConsumer so that it *must* contain at least one "expec...Andy Gibbs
2012-07-25Promote warn_unknown_analyzer_checker to an error. Addresses <rdar://problem...Ted Kremenek
2012-07-10Allow -verify directives to specify a min and max count, not just "+".Jordan Rose
2012-07-10Allow line numbers on -verify directives.Jordan Rose
2012-05-17Remove trailing periods which snuck into a few diagnostic strings.Matt Beaumont-Gay
2012-05-17Drop the question mark when complaining about a non-existing -Wno- flag.Benjamin Kramer
2012-05-16Pulls diagnostics for temp file handling into the common diagnostic kinds.Manuel Klimek
2012-05-16Warn about -Wno-foo where foo is an unknown warning option. This is helpful Chad Rosier
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