Age | Commit message (Expand) | Author |
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 |
2010-09-09 | Fix typo in diagnostic. | Daniel Dunbar |
2010-08-17 | Fix a typo in a diag name. | Sebastian Redl |
2010-06-26 | Implement support for -fwrapv, rdar://7221421 | Chris Lattner |
2010-06-15 | fix the inline asm diagnostics to emit the error on the primary | Chris Lattner |
2010-05-24 | push categories forward a bit more: document them, add some | Chris Lattner |
2010-04-28 | add regex support for -verify mode. You can now do things like | Chris Lattner |
2010-04-22 | Check for -fno-constant-cfstrings consistency | Fariborz Jahanian |
2010-04-17 | Add support for '-fgnu-keywords' and '-fasm' to Clang's driver. They are not | Chandler Carruth |
2010-04-06 | teach clang to install the inline asm diagnostic handler, | Chris Lattner |
2010-03-29 | add support for -MQ flag to quote targets in dependency file, | Chris Lattner |
2010-03-21 | Keep track of the size/modification time of each file source-location | Douglas Gregor |
2010-03-18 | Turn several PCH reader assertions into compiler errors, thus making | Ted Kremenek |
2010-03-17 | Issue a proper diagnostic if we couldn't open dump file | Kovarththanan Rajaratnam |
2010-02-23 | Fix bogus diagnostic format string. | Daniel Dunbar |
2010-02-10 | clang -cc1: Add -fsjlj-exceptions, which requires far too much button pushing. | Daniel Dunbar |
2010-02-09 | Implement synthesizing properties by default. | Fariborz Jahanian |
2010-01-28 | Introduce serialization and deserialization of diagnostic information | Douglas Gregor |