]> granicus.if.org Git - clang/commit
[clang-format] Improve ObjC headers detection
authorJacek Olesiak <jolesiak@google.com>
Thu, 15 Feb 2018 08:47:56 +0000 (08:47 +0000)
committerJacek Olesiak <jolesiak@google.com>
Thu, 15 Feb 2018 08:47:56 +0000 (08:47 +0000)
commit8d929b4e7b1fdb87dccadc3101cc372081848fca
tree523b546b229ceeebc12d6971516a6bf70fb6d77a
parent7d59ecf0b3b24d8be4abd914227fcea643f4cb3d
[clang-format] Improve ObjC headers detection

Summary: Detect ObjC characteristic types when they start a line and add additional keywords.

Reviewers: benhamilton

Reviewed By: benhamilton

Subscribers: klimek, cfe-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@325221 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/Format.cpp
unittests/Format/FormatTestObjC.cpp