[PATCH] Remove limits on the number of fix-it hints and ranges in the DiagnosticsEngine.
Richard Smith
richard at metafoo.co.uk
Thu May 22 12:56:04 PDT 2014
Looks great. I wonder why it wasn't always done this way...
================
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();
}
----------------
Unrelated change?
http://reviews.llvm.org/D3879
More information about the cfe-commits
mailing list