[clang-tools-extra] Allow specifying pipe syntax for use-ranges checks (PR #98696)

via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 12 15:09:11 PDT 2024


================
@@ -0,0 +1,100 @@
+#ifndef USE_RANGES_FAKE_STD_H
+#define USE_RANGES_FAKE_STD_H
+namespace std {
+
+template <typename T> class vector {
+public:
----------------
EugeneZelenko wrote:

```suggestion
```

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


More information about the cfe-commits mailing list