[PATCH] D42704: [clang-format] Do not break Objective-C string literals inside array literals

Stephane Moore via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 5 14:22:16 PST 2018


stephanemoore added a comment.

The summary states that -Wobjc-string-concatenation is enabled by default? I looked through `include/clang/Basic/DiagnosticGroups.td` and did not see evidence that `ObjCStringConcatenation` is under `All`. Am I missing something? Is -Wobjc-string-concatenation enabled by default through some other mechanism?


Repository:
  rC Clang

https://reviews.llvm.org/D42704





More information about the cfe-commits mailing list