================
@@ -148,6 +151,9 @@ static bool isARMBareMetal(const llvm::Triple &Triple) {
return true;
}
+} // namespace clang
----------------
tbaederr wrote:
```suggestion
} // namespace toolchains
```
https://github.com/llvm/llvm-project/pull/117140