mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 23:51:56 +00:00
[flang] Add clang-format files for FIR source (LLVM style)
Note: This commit does not reflect an actual work log, it is a feature based split of the changes done in the FIR experimental branch. The related work log can be found in the commits between:8c320e3bf2
and:9b9ea05f9a
Original-commit: flang-compiler/f18@00d8d5121c Reviewed-on: https://github.com/flang-compiler/f18/pull/959 Tree-same-pre-rewrite: false
This commit is contained in:
parent
5334ee6e5f
commit
c52cd6355c
2
flang/include/fir/.clang-format
Normal file
2
flang/include/fir/.clang-format
Normal file
@ -0,0 +1,2 @@
|
||||
BasedOnStyle: LLVM
|
||||
AlwaysBreakTemplateDeclarations: Yes
|
2
flang/include/flang/lower/.clang-format
Normal file
2
flang/include/flang/lower/.clang-format
Normal file
@ -0,0 +1,2 @@
|
||||
BasedOnStyle: LLVM
|
||||
AlwaysBreakTemplateDeclarations: Yes
|
2
flang/include/flang/optimizer/.clang-format
Normal file
2
flang/include/flang/optimizer/.clang-format
Normal file
@ -0,0 +1,2 @@
|
||||
BasedOnStyle: LLVM
|
||||
AlwaysBreakTemplateDeclarations: Yes
|
2
flang/lib/fir/.clang-format
Normal file
2
flang/lib/fir/.clang-format
Normal file
@ -0,0 +1,2 @@
|
||||
BasedOnStyle: LLVM
|
||||
AlwaysBreakTemplateDeclarations: Yes
|
2
flang/lib/lower/.clang-format
Normal file
2
flang/lib/lower/.clang-format
Normal file
@ -0,0 +1,2 @@
|
||||
BasedOnStyle: LLVM
|
||||
AlwaysBreakTemplateDeclarations: Yes
|
2
flang/lib/optimizer/.clang-format
Normal file
2
flang/lib/optimizer/.clang-format
Normal file
@ -0,0 +1,2 @@
|
||||
BasedOnStyle: LLVM
|
||||
AlwaysBreakTemplateDeclarations: Yes
|
2
flang/tools/bbc/.clang-format
Normal file
2
flang/tools/bbc/.clang-format
Normal file
@ -0,0 +1,2 @@
|
||||
BasedOnStyle: LLVM
|
||||
AlwaysBreakTemplateDeclarations: Yes
|
2
flang/tools/tco/.clang-format
Normal file
2
flang/tools/tco/.clang-format
Normal file
@ -0,0 +1,2 @@
|
||||
BasedOnStyle: LLVM
|
||||
AlwaysBreakTemplateDeclarations: Yes
|
Loading…
Reference in New Issue
Block a user