Age | Commit message (Expand) | Author |
2013-04-17 | Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. | Andy Gibbs |
2013-03-27 | If we're unable to create the TargetMachine, then just quit producing the | Chad Rosier |
2013-03-26 | Fix a crasher by reporting a fatal error if we're unable to create the target | Chad Rosier |
2013-03-20 | <rdar://problem/10796651> Introduce configuration macros into module maps. | Douglas Gregor |
2013-01-20 | Prune unused diagnostics. | Benjamin Kramer |
2013-01-10 | Diagnostics: name all implicit groups used more than once. | Jordan Rose |
2012-12-13 | Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user | Roman Divacky |
2012-11-15 | Remove unused diagnostics from TableGen files. | Dmitri Gribenko |
2012-10-23 | If the precompiled header named by "-include" is actually a directory, | Douglas Gregor |
2012-10-19 | Change VerifyDiagnosticConsumer so that it *must* contain at least one "expec... | Andy Gibbs |
2012-07-25 | Promote warn_unknown_analyzer_checker to an error. Addresses <rdar://problem... | Ted Kremenek |
2012-07-10 | Allow -verify directives to specify a min and max count, not just "+". | Jordan Rose |
2012-07-10 | Allow line numbers on -verify directives. | Jordan Rose |
2012-05-17 | Remove trailing periods which snuck into a few diagnostic strings. | Matt Beaumont-Gay |
2012-05-17 | Drop the question mark when complaining about a non-existing -Wno- flag. | Benjamin Kramer |
2012-05-16 | Pulls diagnostics for temp file handling into the common diagnostic kinds. | Manuel Klimek |
2012-05-16 | Warn about -Wno-foo where foo is an unknown warning option. This is helpful | Chad Rosier |
2012-02-13 | Remove unused diagnostics from include/clang/Basic/Diagnostic*.td files. | Dmitri Gribenko |
2011-12-31 | Implement support for module requirements, which indicate the language | Douglas Gregor |
2011-12-20 | Detect when mapping a #include/#import over to a submodule ends up | Douglas Gregor |
2011-12-09 | Separate the serialization library's diagnostics from the frontend's | Chandler Carruth |
2011-12-07 | If we can't write the temporary module map file when compiling a | Douglas Gregor |
2011-11-30 | When loading a module that involves submodules (e.g., std.vector), | Douglas Gregor |
2011-11-16 | When building a module from a module map that isn't simply an umbrella | Douglas Gregor |
2011-11-16 | Add support for building a module from a module map to the -cc1 | Douglas Gregor |
2011-11-15 | Warning option typo correction: When two options have the same edit_distance ... | Benjamin Kramer |
2011-11-14 | Print a typo correction hint for unknown warning flags. | Benjamin Kramer |
2011-10-30 | Add support for lazily linking bitcode files (using a new | Peter Collingbourne |
2011-10-29 | Start work on SerializedDiagnosticPrinter, a new DiagnosticConsumer that seri... | Ted Kremenek |
2011-09-13 | Switch the serialization of LangOptions over to use the .def file. We | Douglas Gregor |
2011-08-17 | Hook up -W[no-]analyzer-incompatible-plugin to new warning, and unbreak build... | Jordy Rose |
2011-08-17 | Fix typo. | Jordy Rose |
2011-08-17 | [analyzer] Add a warning for an incompatible plugin version. | Jordy Rose |
2011-07-21 | Fix diagnostic when loading a PCH which has different enabled/disabled state ... | Argyrios Kyrtzidis |
2011-06-15 | Automatic Reference Counting. | John McCall |
2011-06-03 | Don't warn about -Wno-foo where foo is an unknown warning option. Explicitly | Matt Beaumont-Gay |
2011-04-23 | Teach the AST reader and writer to preserve the __DEPRECATED bit in | Chandler Carruth |
2011-04-15 | C1X: add a language standard | Peter Collingbourne |
2011-04-07 | Frontend: Sketch support for -diagnostic-log-file, which still doesn't do any... | Daniel Dunbar |
2011-04-07 | Driver: Sketch driver support for a CC_LOG_DIAGNOSTICS options, similar to the | Daniel Dunbar |
2011-02-23 | Add a CXXExceptions flag to LangOptions. | Anders Carlsson |
2011-02-19 | Add 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-03 | Frontend: Switch -header-include-file output to use unbuffered raw_ostreams with | Daniel Dunbar |
2011-02-01 | Basic support for -mms-bitfields, from Carl Norum! | Douglas Gregor |
2011-01-07 | Update AST reader/writer to handle new AppleKext. | Fariborz Jahanian |
2010-12-23 | Add -fobjc-default-synthesized-properties flag | Ted Kremenek |
2010-12-01 | Serialization: support for CUDA language extensions | Peter Collingbourne |
2010-10-08 | Implement -fshort-enums (rdar://8490496). | Argyrios Kyrtzidis |
2010-09-17 | Use a temporary file for output which gets renamed after all the writing is f... | Argyrios Kyrtzidis |