blob: 62c9818e07c4f2c9aec952cdf7d4764641a5ea7b [file] [log] [blame] [edit]
// RUN: %check_clang_tidy -std=c++20 %s misc-use-internal-linkage %t -- -- -I%S/Inputs/use-internal-linkage
consteval void gh122096() {}
constexpr void cxf() {}
// CHECK-MESSAGES: :[[@LINE-1]]:16: warning: function 'cxf'
// CHECK-FIXES: static constexpr void cxf() {}