This is to support general acronyms in Objective-C like 2G/3G/4G/... and coordinates X, Y, Z and W.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
resolve comments
clang-tidy/objc/PropertyDeclarationCheck.cpp | ||
---|---|---|
42 ↗ | (On Diff #142868) | It seems llvm::Regex does not recognize \d somehow. I tried \\d+ does not work for the test. Will keep [2-9]G for now. |