[clang] fcb0ab5 - [clang][NFC] Change a mention of `objc_static_protocol` to `non_runtime`
Nathan Lanza via cfe-commits
cfe-commits at lists.llvm.org
Sat Oct 3 11:04:31 PDT 2020
Author: Nathan Lanza
Date: 2020-10-03T14:04:14-04:00
New Revision: fcb0ab59335be185e05258c905ef57da9e7f3324
URL: https://github.com/llvm/llvm-project/commit/fcb0ab59335be185e05258c905ef57da9e7f3324
DIFF: https://github.com/llvm/llvm-project/commit/fcb0ab59335be185e05258c905ef57da9e7f3324.diff
LOG: [clang][NFC] Change a mention of `objc_static_protocol` to `non_runtime`
Added:
Modified:
clang/include/clang/AST/DeclObjC.h
Removed:
################################################################################
diff --git a/clang/include/clang/AST/DeclObjC.h b/clang/include/clang/AST/DeclObjC.h
index f2c25bceed18..88cedbd91b6d 100644
--- a/clang/include/clang/AST/DeclObjC.h
+++ b/clang/include/clang/AST/DeclObjC.h
@@ -2178,8 +2178,8 @@ class ObjCProtocolDecl : public ObjCContainerDecl,
data().ReferencedProtocols.set(List, Num, Locs, C);
}
- /// This is true iff the protocol is tagged with the `objc_static_protocol`
- /// attribute.
+ /// This is true iff the protocol is tagged with the
+ /// `objc_non_runtime_protocol` attribute.
bool isNonRuntimeProtocol() const;
/// Get the set of all protocols implied by this protocols inheritance
More information about the cfe-commits
mailing list