]> granicus.if.org Git - clang/commit
Don't rely on a StringRef being null-terminated (it's not) for deprecation messages.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 9 Oct 2010 15:49:00 +0000 (15:49 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 9 Oct 2010 15:49:00 +0000 (15:49 +0000)
commitce2d186a421526e94d9e417ced141ae6c891cf48
tree70c0c79a1a095ef7780d7aea2190d4baeec945ca
parentaa51e513850688b7963efc62abf1eface7037602
Don't rely on a StringRef being null-terminated (it's not) for deprecation messages.
Store pointer and length of the message in DelayedDiagnostic and hide the gory union details.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116153 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/DelayedDiagnostic.h
include/clang/Sema/Sema.h
lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaExpr.cpp