Author: pgousseau Date: Thu Jan 24 03:44:24 2019 New Revision: 352042 URL: http://llvm.org/viewvc/llvm-project?rev=352042&view=rev Log: Test commit: fix typo.
Modified: cfe/trunk/lib/Driver/SanitizerArgs.cpp Modified: cfe/trunk/lib/Driver/SanitizerArgs.cpp URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/SanitizerArgs.cpp?rev=352042&r1=352041&r2=352042&view=diff ============================================================================== --- cfe/trunk/lib/Driver/SanitizerArgs.cpp (original) +++ cfe/trunk/lib/Driver/SanitizerArgs.cpp Thu Jan 24 03:44:24 2019 @@ -251,7 +251,7 @@ SanitizerArgs::SanitizerArgs(const ToolC if (RemoveObjectSizeAtO0) { AllRemove |= SanitizerKind::ObjectSize; - // The user explicitly enabled the object size sanitizer. Warn that + // The user explicitly enabled the object size sanitizer. Warn // that this does nothing at -O0. if (Add & SanitizerKind::ObjectSize) D.Diag(diag::warn_drv_object_size_disabled_O0) _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits