]> granicus.if.org Git - clang/commit
Handle passing non-Qualtypes to %diff better. Instead of asserting, fall back
authorRichard Trieu <rtrieu@google.com>
Wed, 30 Jan 2013 20:04:31 +0000 (20:04 +0000)
committerRichard Trieu <rtrieu@google.com>
Wed, 30 Jan 2013 20:04:31 +0000 (20:04 +0000)
commit877761c56d850a6cc5f9246bf248c8a4dc2b0554
tree8959f6163c99925fa0e04b44fc39fddd361e302c
parent7564bcca9f2a56bdbde3c6788d3f09cca0d8e312
Handle passing non-Qualtypes to %diff better.  Instead of asserting, fall back
to printing the default case.  This is a fix for PR15023.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173965 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Diagnostic.cpp
test/Misc/diag-template-diffing.cpp