File tree Expand file tree Collapse file tree 21 files changed +24
-24
lines changed Expand file tree Collapse file tree 21 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ IncludeCategories:
12
12
Priority : 6
13
13
- Regex : ' ^"(llvm|llvm-c|clang|clang-c)/'
14
14
Priority : 5
15
- - Regex : ' ^"flang/' # Headers shared with Flang
15
+ - Regex : ' ^"flang/' # Headers shared with Flang
16
16
Priority : 4
17
- - Regex : ' ^"flang-rt/' # Public Flang-RT headers
17
+ - Regex : ' ^"flang-rt/' # Public Flang-RT headers
18
18
Priority : 3
19
- - Regex : ' ^[^/]$ ' # Private header from same library
19
+ - Regex : ' ^[^/]*$ ' # Private header from same library
20
20
Priority : 1
21
- - Regex : ' .*' # Private headers from sibling libraries
21
+ - Regex : ' .*' # Private headers from sibling libraries
22
22
Priority : 2
23
23
...
24
24
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- #include " ../flang_rt/reduction-templates.h"
10
9
#include " math-entries.h"
11
10
#include " numeric-template-specs.h"
11
+ #include " ../flang_rt/reduction-templates.h"
12
12
13
13
namespace Fortran ::runtime {
14
14
extern " C" {
Original file line number Diff line number Diff line change 9
9
#ifndef FLANG_RT_FORTRANFLOAT128MATH_NUMERIC_TEMPLATE_SPECS_H_
10
10
#define FLANG_RT_FORTRANFLOAT128MATH_NUMERIC_TEMPLATE_SPECS_H_
11
11
12
- #include " ../flang_rt/numeric-templates.h"
13
12
#include " math-entries.h"
13
+ #include " ../flang_rt/numeric-templates.h"
14
14
15
15
namespace Fortran ::runtime {
16
16
using F128Type = CppTypeFor<TypeCategory::Real, 16 >;
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- #include " ../flang_rt/random-templates.h"
10
9
#include " math-entries.h"
11
10
#include " numeric-template-specs.h"
11
+ #include " ../flang_rt/random-templates.h"
12
12
13
13
using namespace Fortran ::runtime::random;
14
14
extern " C" {
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
9
9
#include " flang/Runtime/allocatable.h"
10
- #include " gtest/gtest.h"
11
10
#include " tools.h"
11
+ #include " gtest/gtest.h"
12
12
13
13
using namespace Fortran ::runtime;
14
14
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- #include " gtest/gtest.h"
10
9
#include " tools.h"
10
+ #include " gtest/gtest.h"
11
11
#include " flang-rt/array-constructor.h"
12
12
#include " flang-rt/descriptor.h"
13
13
#include " flang-rt/type-code.h"
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- #include " ../../../lib/flang_rt/terminator.h"
10
9
#include " cuda_runtime.h"
10
+ #include " ../../../lib/flang_rt/terminator.h"
11
11
#include " gtest/gtest.h"
12
12
#include " flang-rt/CUDA/allocator.h"
13
13
#include " flang-rt/allocator-registry.h"
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- #include " gtest/gtest.h"
10
9
#include " tools.h"
10
+ #include " gtest/gtest.h"
11
11
#include " flang-rt/descriptor.h"
12
12
#include " flang/Runtime/derived-api.h"
13
13
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
+ #include " CrashHandlerFixture.h"
9
10
#include " ../../lib/flang_rt/connection.h"
10
11
#include " ../../lib/flang_rt/format-implementation.h"
11
12
#include " ../../lib/flang_rt/io-error.h"
12
- #include " CrashHandlerFixture.h"
13
13
#include < optional>
14
14
#include < string>
15
15
#include < tuple>
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
9
9
#include " flang/Runtime/inquiry.h"
10
- #include " gtest/gtest.h"
11
10
#include " tools.h"
11
+ #include " gtest/gtest.h"
12
12
#include " flang-rt/type-code.h"
13
13
14
14
using namespace Fortran ::runtime;
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- #include " ../../lib/flang_rt/io-error.h"
10
9
#include " CrashHandlerFixture.h"
10
+ #include " ../../lib/flang_rt/io-error.h"
11
11
#include " flang-rt/descriptor.h"
12
12
#include " flang/Runtime/io-api-consts.h"
13
13
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
9
9
#include " flang/Runtime/matmul.h"
10
- #include " gtest/gtest.h"
11
10
#include " tools.h"
11
+ #include " gtest/gtest.h"
12
12
#include " flang-rt/descriptor.h"
13
13
#include " flang-rt/type-code.h"
14
14
#include " flang/Runtime/allocatable.h"
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- #include " gtest/gtest.h"
10
9
#include " tools.h"
10
+ #include " gtest/gtest.h"
11
11
#include " flang-rt/descriptor.h"
12
12
#include " flang-rt/type-code.h"
13
13
#include " flang/Runtime/allocatable.h"
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- #include " gtest/gtest.h"
10
9
#include " tools.h"
10
+ #include " gtest/gtest.h"
11
11
#include " flang-rt/descriptor.h"
12
12
#include " flang/Runtime/allocatable.h"
13
13
#include " flang/Runtime/cpp-type.h"
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
9
9
#include " flang/Runtime/pointer.h"
10
- #include " gtest/gtest.h"
11
10
#include " tools.h"
11
+ #include " gtest/gtest.h"
12
12
#include " flang-rt/descriptor.h"
13
13
14
14
using namespace Fortran ::runtime;
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
9
9
#include " flang/Runtime/reduction.h"
10
- #include " gtest/gtest.h"
11
10
#include " tools.h"
11
+ #include " gtest/gtest.h"
12
12
#include " flang-rt/descriptor.h"
13
13
#include " flang-rt/type-code.h"
14
14
#include " flang/Common/float128.h"
Original file line number Diff line number Diff line change 10
10
// / runtime components and ensure the test fixture handles crashes as we expect.
11
11
//
12
12
// ===----------------------------------------------------------------------===//
13
- #include " ../../lib/flang_rt/terminator.h"
14
13
#include " CrashHandlerFixture.h"
15
14
#include " tools.h"
15
+ #include " ../../lib/flang_rt/terminator.h"
16
16
#include " flang/Runtime/io-api-consts.h"
17
17
#include " flang/Runtime/transformational.h"
18
18
#include < gtest/gtest.h>
Original file line number Diff line number Diff line change 10
10
//
11
11
// ===----------------------------------------------------------------------===//
12
12
#include " flang/Runtime/stop.h"
13
- #include " ../../lib/flang_rt/environment.h"
14
13
#include " CrashHandlerFixture.h"
14
+ #include " ../../lib/flang_rt/environment.h"
15
15
#include < cstdlib>
16
16
#include < gtest/gtest.h>
17
17
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
9
9
#include " flang/Runtime/support.h"
10
- #include " gtest/gtest.h"
11
10
#include " tools.h"
11
+ #include " gtest/gtest.h"
12
12
#include " flang-rt/descriptor.h"
13
13
14
14
using namespace Fortran ::runtime;
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- #include " gtest/gtest.h"
10
9
#include " tools.h"
10
+ #include " gtest/gtest.h"
11
11
#include " flang-rt/descriptor.h"
12
12
#include " flang-rt/type-code.h"
13
13
#include " flang/Common/ISO_Fortran_binding_wrapper.h"
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
9
9
#include " flang/Runtime/transformational.h"
10
- #include " gtest/gtest.h"
11
10
#include " tools.h"
11
+ #include " gtest/gtest.h"
12
12
#include " flang-rt/type-code.h"
13
13
#include " flang/Common/float128.h"
14
14
#include < vector>
You can’t perform that action at this time.
0 commit comments