summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/backend-optimization-failure-nodbg.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix BackendConsumer::EmitOptimizationMessage()Diego Novillo2015-05-081-0/+21
Patch from Geoff Berry <gberry@codeaurora.org> Fix BackendConsumer::EmitOptimizationMessage() to check if the DiagnosticInfoOptimizationBase object has a valid location before calling getLocation() to avoid dereferencing a null pointer inside getLocation() when no debug info is present. llvm-svn: 236898
OpenPOWER on IntegriCloud