[PATCH] D42589: [git-clang-format] Process CUDA files
Jonas Hahnfeld via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 28 02:14:27 PST 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL323615: [git-clang-format] Process CUDA files (authored by Hahnfeld, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D42589?vs=131625&id=131701#toc
Repository:
rL LLVM
https://reviews.llvm.org/D42589
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
@@ -79,6 +79,7 @@
'm', # ObjC
'mm', # ObjC++
'cc', 'cp', 'cpp', 'c++', 'cxx', 'hpp', # C++
+ 'cu', # CUDA
# Other languages that clang-format supports
'proto', 'protodevel', # Protocol Buffers
'java', # Java
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42589.131701.patch
Type: text/x-patch
Size: 482 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180128/1da6a125/attachment-0001.bin>
More information about the cfe-commits
mailing list