Age | Commit message (Expand) | Author |
2013-03-01 | Fix typos: [Dd]iagnosic -> [Dd]iagnostic | Stefanus Du Toit |
2013-01-12 | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko |
2012-12-04 | Sort #include lines for all files under include/... | Chandler Carruth |
2012-07-23 | Fix a typo (the the => the) | Sylvestre Ledru |
2012-07-11 | Enable comment parsing and semantic analysis to emit diagnostics. A few | Dmitri Gribenko |
2012-07-11 | Emit -verify diagnostics even when we have a fatal error. | Jordan Rose |
2012-07-02 | Documentation cleanup: | James Dennett |
2012-07-02 | Documentation cleanup: reformatting/fixing up file comments so that they have | James Dennett |
2012-06-08 | Convert comments to proper Doxygen comments. | Dmitri Gribenko |
2012-03-06 | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek |
2012-02-20 | Basic: import IntrusiveRefCntPtr<> into clang namespace | Dylan Noblesmith |
2012-02-15 | Remove the unuseful -fdiagnostics-show-name | David Blaikie |
2012-02-09 | Kill the brief and full explanation fields from StaticDiagInfoRec. They were ... | Benjamin Kramer |
2012-01-27 | Due to a bug, -Wno-everything works like -Weverything. Fix the bug by having | Argyrios Kyrtzidis |
2011-12-09 | Separate the serialization library's diagnostics from the frontend's | Chandler Carruth |
2011-12-06 | Extend warnings for missing '@end'. | Erik Verbruggen |
2011-11-14 | Print a typo correction hint for unknown warning flags. | Benjamin Kramer |
2011-10-20 | Further refine the diagnostic categories for ARC diagnostics. Addresses <rda... | Ted Kremenek |
2011-10-12 | Implement built-in macro '__has_warning', which allows one to query if a warn... | Ted Kremenek |
2011-09-29 | Basic/Diagnostic: Kill off a few unnecessary functions now that refactoring i... | Daniel Dunbar |
2011-09-29 | Basic/Diagnostics: Rewrite DiagnosticIDs::getDiagnosticLevel completely to be... | Daniel Dunbar |
2011-09-29 | Basic/Diagnostics: Add three explicit bits to DiagnosticMappingInfo to track ... | Daniel Dunbar |
2011-09-29 | Basic/Diagnostics: Add a DiagnosticIDs::getDiagnosticsInGroup method, and use | Daniel Dunbar |
2011-09-29 | Basic/Diagnostics: Add a DiagnosticMappingInfo helper class, and switch to | Daniel Dunbar |
2011-09-29 | Basic/Diagnostic: Eliminate the extra "mapping" out-parameter now that I kill... | Daniel Dunbar |
2011-09-29 | Basic/Diagnostics: Add an isDefaultMappingAsError method, and switch TextDiag... | Daniel Dunbar |
2011-09-29 | Fix 80-col viola. | Daniel Dunbar |
2011-09-29 | Basic/Diagnostics: Split out the default warning "no-Werror" and | Daniel Dunbar |
2011-09-25 | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie |
2011-08-12 | Remove extra semicolons. | Bill Wendling |
2011-08-09 | Provide diag_iterator for iterating over the built-in diagnostic IDs/names in... | Ted Kremenek |
2011-07-20 | now that we have a centralized place to do so, add some using declarations for | Chris Lattner |
2011-06-15 | Missing files. | John McCall |
2011-05-25 | A StringRef-ication of the DiagnosticIDs API and internals. | Argyrios Kyrtzidis |
2011-04-21 | Don't hide #warnings in a system header, same as gcc. Fixes rdar://8495837. | Argyrios Kyrtzidis |
2011-04-15 | Initial work to improve documentation for Clang's diagnostics, from Matthieu ... | Douglas Gregor |
2011-02-25 | Teach TextDiagnosticPrinter to print out '-Werror' in addition to the warning... | Ted Kremenek |
2011-02-16 | 3000 Sema diagnostics should be enough for anyone. | Chandler Carruth |
2011-01-27 | Separate the access-control diagnostics from other diagnostics that do not ha... | Douglas Gregor |
2011-01-07 | Update AST reader/writer to handle new AppleKext. | Fariborz Jahanian |
2010-12-15 | Fix diagnostic pragmas. | Argyrios Kyrtzidis |
2010-11-18 | Refactoring of Diagnostic class. | Argyrios Kyrtzidis |