heijink created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D65012
Files:
clang/lib/Format/FormatToken.h
clang/lib/Format/UnwrappedLineParser.cpp
clang/unittests/Format/FormatTest.cpp
heijink updated this revision to Diff 211065.
heijink edited the summary of this revision.
heijink added a comment.
Also added support for formatting CF_CLOSED_ENUM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65012/new/
https://reviews.llvm.org/
heijink updated this revision to Diff 211135.
heijink added a comment.
Adds NS_CLOSED_ENUM to the keywords that cause LLVM to detect Objective-C.
Changed NSInteger to int in the unit tests, because NSInteger also signals
Objective-C.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST AC
heijink updated this revision to Diff 211137.
heijink added a comment.
Fixed formatting of Format.cpp.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65012/new/
https://reviews.llvm.org/D65012
Files:
clang/lib/Format/Format.cpp
clang/lib/Format