Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More workarounds for PR10867. | Richard Smith | 2012-12-05 | 1 | -1/+1 |
| | | | | llvm-svn: 169437 | ||||
* | Fix an assertion hit when the serialized diagnostics writer receive a diagnostic | Argyrios Kyrtzidis | 2012-05-10 | 1 | -0/+8 |
from the frontend when the location is invalid and the SourceManager null. Instead of keeping the SourceManager object in DiagnosticRenderer, propagate it to the calls accordingly (as reference when it is expected to not be null, or pointer when it may be null). This effectively makes DiagnosticRenderer not tied to a specific SourceManager, removing a hack from TextDiagnosticPrinter. rdar://11386874 llvm-svn: 156536 |