[clang-format] Add a few more Core Graphics identifiers to ObjC heuristic
authorBen Hamilton <benhamilton@google.com>
Thu, 22 Mar 2018 03:25:22 +0000 (03:25 +0000)
committerBen Hamilton <benhamilton@google.com>
Thu, 22 Mar 2018 03:25:22 +0000 (03:25 +0000)
commit19c782d5200becc61e18922a689f778bf5a1a0cc
tree613c78f80d528d35d9e8a39ebd1510eda41abd3f
parent5f91134344114826644b920d6fd5ec5b88ca47cb
[clang-format] Add a few more Core Graphics identifiers to ObjC heuristic

Summary:
We received reports of the Objective-C style guesser getting a false
negative on header files like:

CGSize SizeOfThing(MyThing thing);

This adds more Core Graphics identifiers to the Objective-C style
guesser.

Test Plan: New tests added. Ran tests with:
  % make -j12 FormatTests && ./tools/clang/unittests/Format/FormatTests

Reviewers: jolesiak, djasper

Reviewed By: jolesiak, djasper

Subscribers: krasimir, klimek, cfe-commits

Differential Revision: https://reviews.llvm.org/D44632

llvm-svn: 328175
clang/lib/Format/Format.cpp
clang/unittests/Format/FormatTest.cpp