]> granicus.if.org Git - clang/commitdiff
[NFC] Test commit
authorAaron Puchert <aaronpuchert@alice-dsl.net>
Wed, 22 Aug 2018 21:06:04 +0000 (21:06 +0000)
committerAaron Puchert <aaronpuchert@alice-dsl.net>
Wed, 22 Aug 2018 21:06:04 +0000 (21:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@340452 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/ThreadSafety.cpp

index a8c17d5070dca9a09857a2902d25bf2ffef47df9..40a43792af63b8c1fba456c02a4d29a61a34476f 100644 (file)
@@ -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<CapabilityExpr, 4> {
 public:
   /// Push M onto list, but discard duplicates.