[cfe-commits] r136183 - in /cfe/trunk: include/clang/Basic/DiagnosticSemaKinds.td lib/Sema/SemaExprCXX.cpp test/SemaCXX/new-delete.cpp
David Blaikie
dblaikie at gmail.com
Tue Jul 26 16:43:14 PDT 2011
> Re-fix r136172 so it isn't an error; apparently, some people are fond of their undefined behavior.
Would it be practical to emit something like an llvm_unreachable, call
to terminate, or other "bad stuff has happened here" kind of code
instead?
More information about the cfe-commits
mailing list