[PATCH] D115625: [clang-format] add support for cppm files
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 13 04:37:56 PST 2021
MyDeveloperDay added inline comments.
================
Comment at: clang/tools/clang-format/git-clang-format:81
'mm', # ObjC++
- 'cc', 'cp', 'cpp', 'c++', 'cxx', 'hh', 'hpp', 'hxx', # C++
+ 'cc', 'cp', 'cpp', 'c++', 'cxx', 'hh', 'hpp', 'hxx', 'cppm' # C++
'cu', 'cuh', # CUDA
----------------
I missed a `,` here I think
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115625/new/
https://reviews.llvm.org/D115625
More information about the cfe-commits
mailing list