[PATCH] D42395: [clang-format] Fix bug where -dump-config failed on ObjC header

Krasimir Georgiev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 26 01:55:37 PST 2018


krasimir requested changes to this revision.
krasimir added inline comments.
This revision now requires changes to proceed.


================
Comment at: test/Format/lit.local.cfg:1
+# Suffixes supported by clang-format.
+config.suffixes = ['.c', '.cc', '.cpp', '.h', '.m', '.mm', '.java', '.js',
----------------
Why is this needed?


Repository:
  rC Clang

https://reviews.llvm.org/D42395





More information about the cfe-commits mailing list