[PATCH] D118716: Change namespace llvm::swift to namespace llvm::swiftbinaryformat because of clashes with the apple/llvm-project repository

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 1 10:39:05 PST 2022


aprantl added inline comments.


================
Comment at: llvm/include/llvm/BinaryFormat/Swift.h:12
 namespace llvm {
-namespace swift {
+namespace swiftbinaryformat {
 
----------------
Since the enum starts with Swift, calling the namespace swift... is redundant.
How about just calling the namespace "binaryformat"?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118716/new/

https://reviews.llvm.org/D118716



More information about the llvm-commits mailing list