================
@@ -159,7 +159,8 @@ class APINotesManager {
ArrayRef<APINotesReader *> getCurrentModuleReaders() const {
bool HasPublic = CurrentModuleReaders[ReaderKind::Public];
bool HasPrivate = CurrentModuleReaders[ReaderKind::Private];
- assert((!HasPrivate || HasPublic) && "private module requires public
module");
+ assert((!HasPrivate || HasPublic) &&
+ "private module requires public module");
----------------
davidstone wrote:
clang-format did that when I touched the file. Does the formatting requirement
apply to a narrower set of changes than the entire file?
https://github.com/llvm/llvm-project/pull/93417
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits