summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPierre Gousseau <pierregousseau14@gmail.com>2019-01-24 11:44:24 +0000
committerPierre Gousseau <pierregousseau14@gmail.com>2019-01-24 11:44:24 +0000
commita7ee181aaa8a79b1fece474c733c4f571f0d4ef2 (patch)
tree7f064c6ba38b64ae6cc0cc7bbe1410132ccc9fea /lib
parent2975e473406eef63bc0f44f61b65a7ff06c4d168 (diff)
downloadclang-a7ee181aaa8a79b1fece474c733c4f571f0d4ef2.tar.gz
Test commit: fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@352042 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Driver/SanitizerArgs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Driver/SanitizerArgs.cpp b/lib/Driver/SanitizerArgs.cpp
index 13bf1be817..0112416a88 100644
--- a/lib/Driver/SanitizerArgs.cpp
+++ b/lib/Driver/SanitizerArgs.cpp
@@ -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)