[PATCH] Remove limits on the number of fix-it hints and ranges in the DiagnosticsEngine.

Alexander Kornienko alexfh at google.com
Thu May 22 13:04:34 PDT 2014


================
Comment at: lib/Format/Format.cpp:485
@@ -484,3 +484,3 @@
       Style->Language = Language;
-      return llvm::make_error_code(llvm::errc::success);
+      return llvm::error_code::success();
     }
----------------
Richard Smith wrote:
> Unrelated change?
Yes, thanks for noticing!

http://reviews.llvm.org/D3879






More information about the cfe-commits mailing list