Procházet zdrojové kódy

Test commit: fix typo.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@352042 91177308-0d34-0410-b5e6-96231b3b80d8
Pierre Gousseau před 6 roky
rodič
revize
a7ee181aaa
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      lib/Driver/SanitizerArgs.cpp

+ 1 - 1
lib/Driver/SanitizerArgs.cpp

@@ -251,7 +251,7 @@ SanitizerArgs::SanitizerArgs(const ToolChain &TC,
       if (RemoveObjectSizeAtO0) {
       if (RemoveObjectSizeAtO0) {
         AllRemove |= SanitizerKind::ObjectSize;
         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.
         // that this does nothing at -O0.
         if (Add & SanitizerKind::ObjectSize)
         if (Add & SanitizerKind::ObjectSize)
           D.Diag(diag::warn_drv_object_size_disabled_O0)
           D.Diag(diag::warn_drv_object_size_disabled_O0)