[PATCH] D19331: [Clang-tidy] Fix for crash in modernize-raw-string-literal check
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 20 15:01:55 PDT 2016
alexfh accepted this revision.
alexfh added a comment.
This revision is now accepted and ready to land.
Thank you for the explanation! The change looks good now. Do you need me to submit the patch for you?
As for other cases that can lead to this, it might be possible to achieve the same effect using macros. However, we could address this in a separate patch.
http://reviews.llvm.org/D19331
More information about the cfe-commits
mailing list