================
@@ -34,6 +34,16 @@ constexpr llvm::StringRef RangeAlgorithms[] = {
     "::std::ranges::max_element",   "::std::ranges::find_first_of",
     "::std::ranges::adjacent_find", "::std::ranges::is_sorted_until"};
 
+AST_MATCHER(DeclStmt, isConditionVariableStatement) {
----------------
zeyi2 wrote:

I will try to improve this later, IMO this might not be ideal..

https://github.com/llvm/llvm-project/pull/182543
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to