]> granicus.if.org Git - clang/commit
Change the fixed array of FixitHints to a SmallVector to lift off
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 3 Feb 2012 05:58:22 +0000 (05:58 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 3 Feb 2012 05:58:22 +0000 (05:58 +0000)
commitcbf46a0b2bb2b47d6e13437e0d52cc583c5ce539
tree5340c9ce936d820fd757cef447feeaca57b78c00
parent8deabc133c121f6c5561d0b2171a41cb2c29b2ce
Change the fixed array of FixitHints to a SmallVector to lift off
the limit on the number of fixits.

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