[all-commits] [llvm/llvm-project] 5a6e6a: [libc++] Make sure our .clang-format is used for a...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Jun 20 12:01:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5a6e6adb915835e09fb38d8a8bcba2807fdc4093
https://github.com/llvm/llvm-project/commit/5a6e6adb915835e09fb38d8a8bcba2807fdc4093
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-06-20 (Tue, 20 Jun 2023)
Changed paths:
M libcxx/.clang-format
M libcxx/include/__config
M libcxx/include/__type_traits/is_scalar.h
M libcxx/utils/data/ignore_format.txt
Log Message:
-----------
[libc++] Make sure our .clang-format is used for all languages
In particular, this ensures that it is used for Objective-C and
Objective-C++, since we have a few files that get detected as that.
Differential Revision: https://reviews.llvm.org/D153289
More information about the All-commits
mailing list