blob: bdfa1255340bd64ad7b6fdd84403ec79e37ddcf6 [file] [log] [blame]
// RUN: rm -rf %T/Types
// RUN: mkdir %T/Types
// RUN: cp -r %S/Inputs/zircon %T/Types/zircon
// RUN: %check_clang_tidy %s zircon-fbl-type-traits %t -- -header-filter=.* -- -std=c++11 -I %T/Types/zircon
// RUN: FileCheck -input-file=%T/Types/zircon/transitive.h %s -check-prefix=CHECK-FIXES
// RUN: rm -rf %T/Types
// transitive.h includes <fbl/type_support.h>
#include "transitive.h"
// CHECK-NOTES: :4:1: warning: including fbl/type_support.h is deprecated, transitively included from {{.*}}.
// CHECK-FIXES-NOT: #include <fbl/type_support.h>