diff options
| author | Aaron Puchert <aaronpuchert@alice-dsl.net> | 2018-08-22 21:06:04 +0000 |
|---|---|---|
| committer | Aaron Puchert <aaronpuchert@alice-dsl.net> | 2018-08-22 21:06:04 +0000 |
| commit | 78619430f5d957edb822624eeb3c15b8e0c091aa (patch) | |
| tree | 1806c458797298b0140698d5e1619f76c03bdb1f | |
| parent | 5ab1d107bb247db7e802e7041c4314bc6afcaa05 (diff) | |
| download | bcm5719-llvm-78619430f5d957edb822624eeb3c15b8e0c091aa.tar.gz bcm5719-llvm-78619430f5d957edb822624eeb3c15b8e0c091aa.zip | |
[NFC] Test commit
llvm-svn: 340452
| -rw-r--r-- | clang/lib/Analysis/ThreadSafety.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Analysis/ThreadSafety.cpp b/clang/lib/Analysis/ThreadSafety.cpp index a8c17d5070d..40a43792af6 100644 --- a/clang/lib/Analysis/ThreadSafety.cpp +++ b/clang/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<CapabilityExpr, 4> { public: /// Push M onto list, but discard duplicates. |

