]> granicus.if.org Git - clang/commit
Add support for inserting ArrayRef<FixItHint> into DiagnosticBuilder.
authorAlexander Kornienko <alexfh@google.com>
Wed, 25 Feb 2015 14:40:56 +0000 (14:40 +0000)
committerAlexander Kornienko <alexfh@google.com>
Wed, 25 Feb 2015 14:40:56 +0000 (14:40 +0000)
commit7d6cea258429e300deeefac21ead530db75dae6b
treeb3eca33b58ccf13640187b8c2e7a9b4f797c85fd
parent83722d61eb757d2b7a5980959ec3023126ff6273
Add support for inserting ArrayRef<FixItHint> into DiagnosticBuilder.

This is going to be needed in clang-tidy as more checks add complex fixits.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@230495 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Diagnostic.h
lib/Sema/SemaChecking.cpp