[all-commits] [llvm/llvm-project] e4ad1f: [NFC] Remove extra semicolons in clang/lib/APINote...
Evan Wilde via All-commits
all-commits at lists.llvm.org
Fri Jul 21 16:20:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e4ad1f976d1209b8ff233e6aab924f92b7484c2d
https://github.com/llvm/llvm-project/commit/e4ad1f976d1209b8ff233e6aab924f92b7484c2d
Author: Evan Wilde <etceterawilde at gmail.com>
Date: 2023-07-21 (Fri, 21 Jul 2023)
Changed paths:
M clang/lib/APINotes/APINotesFormat.h
Log Message:
-----------
[NFC] Remove extra semicolons in clang/lib/APINotes/APINotesFormat.h
There are some trailing semicolons on namespaces in
clang/lib/APINotes/APINotesFormat.h. These result in warnings while
building and don't need to be there.
Reviewed By: compnerd
Differential Revision: https://reviews.llvm.org/D105049
More information about the All-commits
mailing list