[llvm] r322844 - test commit
Klaus Kretzschmar via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 18 04:58:50 PST 2018
Author: kkretzschmar
Date: Thu Jan 18 04:58:50 2018
New Revision: 322844
URL: http://llvm.org/viewvc/llvm-project?rev=322844&view=rev
Log:
test commit
Modified:
llvm/trunk/include/llvm/Support/ErrorHandling.h
Modified: llvm/trunk/include/llvm/Support/ErrorHandling.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/ErrorHandling.h?rev=322844&r1=322843&r2=322844&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/ErrorHandling.h (original)
+++ llvm/trunk/include/llvm/Support/ErrorHandling.h Thu Jan 18 04:58:50 2018
@@ -110,7 +110,7 @@ void remove_bad_alloc_error_handler();
/// in the unwind chain.
///
/// If no error handler is installed (default), then a bad_alloc exception
-/// is thrown if LLVM is compiled with exception support, otherwise an assertion
+/// is thrown, if LLVM is compiled with exception support, otherwise an assertion
/// is called.
void report_bad_alloc_error(const char *Reason, bool GenCrashDiag = true);
More information about the llvm-commits
mailing list