summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/serialized-diags-frontend.c
Commit message (Collapse)AuthorAgeFilesLines
* More workarounds for PR10867.Richard Smith2012-12-051-1/+1
| | | | llvm-svn: 169437
* Fix an assertion hit when the serialized diagnostics writer receive a diagnosticArgyrios Kyrtzidis2012-05-101-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
OpenPOWER on IntegriCloud