diff options
Diffstat (limited to 'clang/lib/Format/Format.cpp')
| -rw-r--r-- | clang/lib/Format/Format.cpp | 15 | 
1 files changed, 15 insertions, 0 deletions
| diff --git a/clang/lib/Format/Format.cpp b/clang/lib/Format/Format.cpp index 69b3881a7ac..e9d1fafe860 100644 --- a/clang/lib/Format/Format.cpp +++ b/clang/lib/Format/Format.cpp @@ -1449,6 +1449,19 @@ private:      // Keep this array sorted, since we are binary searching over it.      static constexpr llvm::StringLiteral FoundationIdentifiers[] = {          "CGFloat", +        "CGPoint", +        "CGPointMake", +        "CGPointZero", +        "CGRect", +        "CGRectEdge", +        "CGRectInfinite", +        "CGRectMake", +        "CGRectNull", +        "CGRectZero", +        "CGSize", +        "CGSizeMake", +        "CGVector", +        "CGVectorMake",          "NSAffineTransform",          "NSArray",          "NSAttributedString", @@ -1497,6 +1510,8 @@ private:          "NSURLQueryItem",          "NSUUID",          "NSValue", +        "UIImage", +        "UIView",      };      for (auto &Line : AnnotatedLines) { | 

