Commit a7624a1
committed
[clang] NFC: rename clang/include/clang/AST/Type.h to TypeBase.h
This is a preparatory patch, to be able to provide inline definitions
for `Type` functions which depend on `Decl{,CXX}.h`. As the latter also
depends on `Type.h`, this would not be possible without some reorganizing.
Splitting this rename into its own patch allows git to track this as a rename,
and preserve all git history, and not force any code reformatting.
A later NFC patch will reintroduce `Type.h` as redirection to `TypeBase.h`,
rewriting most places back to directly including `Type.h` instead of `TypeBase.h`,
leaving only a handful of places where this is necessary.
Then yet a later patch will exploit this by making more stuff inline.1 parent 26b035d commit a7624a1
File tree
252 files changed
+255
-255
lines changed- clang-tools-extra
- clang-doc
- clang-include-fixer/find-all-symbols
- clang-tidy
- bugprone
- cppcoreguidelines
- misc
- modernize
- objc
- readability
- utils
- clangd
- refactor/tweaks
- include-cleaner/lib
- clang
- include/clang
- ASTMatchers
- AST
- Analysis
- Analyses
- FlowSensitive
- CodeGen
- Sema
- Serialization
- StaticAnalyzer/Core/PathSensitive
- lib
- AST
- Analysis
- FlowSensitive
- Models
- CIR/CodeGen
- CodeGen
- Targets
- ExtractAPI
- Frontend
- Index
- Interpreter
- Sema
- Serialization
- StaticAnalyzer
- Checkers
- Core
- tools/libclang
- unittests
- AST
- Analysis/FlowSensitive
- Frontend
- StaticAnalyzer
- Tooling
- RecursiveASTVisitorTests
- lldb/source/Plugins
- ExpressionParser/Clang
- LanguageRuntime/ObjC
- AppleObjCRuntime
- SymbolFile/DWARF
- TypeSystem/Clang
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
252 files changed
+255
-255
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments