[clang] [clang-tools-extra] [llvm] [clang-format] Add support for BasedOnStyle referencing an arbitrary file (PR #107312)

Björn Schäpers via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 4 23:04:09 PDT 2024


================
@@ -109,6 +110,9 @@ class ChangeNamespaceTool : public ast_matchers::MatchFinder::MatchCallback {
   };
 
   std::string FallbackStyle;
+  // Specifies the list of paths to be searched when FormatStyle or a BasedOnStyle
+  // in a .clang-format file specifies an arbitrary file to include
----------------
HazardyKnusperkeks wrote:

```suggestion
  // in a .clang-format file specifies an arbitrary file to include.
```
Comments ending in full stop.

https://github.com/llvm/llvm-project/pull/107312


More information about the cfe-commits mailing list