]> granicus.if.org Git - clang/commitdiff
Test commit: fix typo.
authorPierre Gousseau <pierregousseau14@gmail.com>
Thu, 24 Jan 2019 11:44:24 +0000 (11:44 +0000)
committerPierre Gousseau <pierregousseau14@gmail.com>
Thu, 24 Jan 2019 11:44:24 +0000 (11:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@352042 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/SanitizerArgs.cpp

index 13bf1be81799f7f26ff1222c5ef6ca3a224feaa6..0112416a883c6a186c8511a331a2396acd03c0e2 100644 (file)
@@ -251,7 +251,7 @@ SanitizerArgs::SanitizerArgs(const ToolChain &TC,
       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)