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
- rCTE Clang Tools Extra
- Build Status
Buildable 17157 Build 17157: arc lint + arc unit
Event Timeline
Comment Actions
resolve comments
clang-tidy/objc/PropertyDeclarationCheck.cpp | ||
---|---|---|
42 | 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. |
Probably should just make this: