[flang] Add clang-format files for FIR source (LLVM style)
authorJean Perier <jperier@nvidia.com>
Tue, 21 Jan 2020 15:41:52 +0000 (07:41 -0800)
committerJean Perier <jperier@nvidia.com>
Mon, 17 Feb 2020 10:37:49 +0000 (02:37 -0800)
commitc52cd6355ca7f0cfcd259a4e5e6a544141619628
treeb6c9c0dd860360ec01f06ff9c6c9c334999fff78
parent5334ee6e5fc0ac3321d5b295af0de21fbc2e41ea
[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:
https://github.com/schweitzpgi/f18/commit/8c320e3bf2c3e9cdac66c81db3bf4634bf972e1d
and:
https://github.com/schweitzpgi/f18/commit/9b9ea05f9a75608c7bb5372c56bf7b9363569a69

Original-commit: flang-compiler/f18@00d8d5121cdaed09e584a0aea7d59baf322bfaa3
Reviewed-on: https://github.com/flang-compiler/f18/pull/959
Tree-same-pre-rewrite: false
flang/include/fir/.clang-format [new file with mode: 0644]
flang/include/flang/lower/.clang-format [new file with mode: 0644]
flang/include/flang/optimizer/.clang-format [new file with mode: 0644]
flang/lib/fir/.clang-format [new file with mode: 0644]
flang/lib/lower/.clang-format [new file with mode: 0644]
flang/lib/optimizer/.clang-format [new file with mode: 0644]
flang/tools/bbc/.clang-format [new file with mode: 0644]
flang/tools/tco/.clang-format [new file with mode: 0644]