Files
clang-p2996/clang/lib/Format/ObjCPropertyAttributeOrderFixer.cpp
Owen Pan 924f6ca1bd [clang-format] Remove duplicates in @property using std::set (#74235)
Re-implement ObjCPropertyAttributeOrder using std::set for sorting and
removing duplicates. (We can't use llvm::SmallSet because it's
unordered.)
2023-12-04 16:33:20 -08:00

6.6 KiB