[PATCH] D134652: [clang-format] Add Basic Carbon Support/Infrastructure to clang-format
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 28 04:47:57 PDT 2022
MyDeveloperDay updated this revision to Diff 463502.
MyDeveloperDay retitled this revision from "[clang-format] Add Really Basic Carbon Support/Infrastructure" to "[clang-format] Add Basic Carbon Support/Infrastructure to clang-format".
MyDeveloperDay added a comment.
Improve the handling of generics.
Ensure match is formatted like switch.
Move closer to Google style.
Add some pointer support for return types
Add additional integration
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134652/new/
https://reviews.llvm.org/D134652
Files:
clang/docs/ClangFormatStyleOptions.rst
clang/docs/ReleaseNotes.rst
clang/include/clang/Format/Format.h
clang/lib/Format/Format.cpp
clang/lib/Format/FormatToken.h
clang/lib/Format/TokenAnnotator.cpp
clang/lib/Format/UnwrappedLineParser.cpp
clang/tools/clang-format/ClangFormat.cpp
clang/tools/clang-format/clang-format-diff.py
clang/tools/clang-format/git-clang-format
clang/unittests/Format/CMakeLists.txt
clang/unittests/Format/FormatTestCarbon.cpp
clang/unittests/Format/TokenAnnotatorTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134652.463502.patch
Type: text/x-patch
Size: 24895 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220928/5e39b523/attachment-0001.bin>
More information about the cfe-commits
mailing list