[all-commits] [llvm/llvm-project] 68cfb0: [mlir] turn clang-format back on in C API test
ftynse via All-commits
all-commits at lists.llvm.org
Thu Sep 17 04:01:33 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 68cfb02668550e3398c8ee8915732daf132f2652
https://github.com/llvm/llvm-project/commit/68cfb02668550e3398c8ee8915732daf132f2652
Author: Alex Zinenko <zinenko at google.com>
Date: 2020-09-17 (Thu, 17 Sep 2020)
Changed paths:
M mlir/test/CAPI/ir.c
Log Message:
-----------
[mlir] turn clang-format back on in C API test
C API test uses FileCheck comments inside C code and needs to
temporarily switch off clang-format to prevent it from messing with
FileCheck directives. A recently landed commit forgot to turn it back on
after a block of FileCheck comments. Fix that.
More information about the All-commits
mailing list