From: Aaron Puchert Date: Wed, 22 Aug 2018 21:06:04 +0000 (+0000) Subject: [NFC] Test commit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c4b8ea78f361d7e7554b669e5f5cc8b5d9ff077;p=clang [NFC] Test commit git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@340452 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/ThreadSafety.cpp b/lib/Analysis/ThreadSafety.cpp index a8c17d5070..40a43792af 100644 --- a/lib/Analysis/ThreadSafety.cpp +++ b/lib/Analysis/ThreadSafety.cpp @@ -86,8 +86,8 @@ static void warnInvalidLock(ThreadSafetyHandler &Handler, namespace { -/// A set of CapabilityInfo objects, which are compiled from the -/// requires attributes on a function. +/// A set of CapabilityExpr objects, which are compiled from thread safety +/// attributes on a function. class CapExprSet : public SmallVector { public: /// Push M onto list, but discard duplicates.