Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Refactor: Pull getImmediateMacroName() out of DiagnosticRenderer and | Anna Zaks | 2012-01-18 | 1 | -30/+1 | |
| | | | | | | into Lexer and Preprocessor; making it widely available. llvm-svn: 148410 | |||||
* | Refactor 'TextDiagnostic' to have a parent class 'DiagnosticRenderer' which ↵ | Ted Kremenek | 2011-12-17 | 1 | -0/+297 | |
handles the policy of how diagnostics are lowered/rendered, while TextDiagnostic handles the actual pretty-printing. This is a first part of reworking SerializedDiagnosticPrinter to use the same inclusion-stack/macro-expansion logic as TextDiagnostic. llvm-svn: 146819 |