// RUN: %check_clang_tidy %s portability-restrict-system-includes %t \ // RUN: -- -config="{CheckOptions: {portability-restrict-system-includes.Includes: '-*,stddef.h'}}" \ // RUN: -- -isystem %S/Inputs/restrict-system-includes/system // Test allow-list functionality: disallow all but stddef.h. #include #include // CHECK-MESSAGES: :[[@LINE-1]]:1: warning: system include stdint.h not allowed #include // CHECK-MESSAGES: :[[@LINE-1]]:1: warning: system include float.h not allowed