[PATCH] D63621: [git-clang-format] recognize hxx as a C++ file

Miklos Vajna via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 21 02:46:47 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL364014: [git-clang-format] recognize hxx as a C++ file (authored by vmiklos, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D63621?vs=205884&id=205953#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63621/new/

https://reviews.llvm.org/D63621

Files:
  cfe/trunk/tools/clang-format/git-clang-format


Index: cfe/trunk/tools/clang-format/git-clang-format
===================================================================
--- cfe/trunk/tools/clang-format/git-clang-format
+++ cfe/trunk/tools/clang-format/git-clang-format
@@ -77,7 +77,7 @@
       'c', 'h',  # C
       'm',  # ObjC
       'mm',  # ObjC++
-      'cc', 'cp', 'cpp', 'c++', 'cxx', 'hpp',  # C++
+      'cc', 'cp', 'cpp', 'c++', 'cxx', 'hpp', 'hxx',  # C++
       'cu',  # CUDA
       # Other languages that clang-format supports
       'proto', 'protodevel',  # Protocol Buffers


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63621.205953.patch
Type: text/x-patch
Size: 542 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190621/15ef0a50/attachment.bin>


More information about the cfe-commits mailing list