mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:58:11 +08:00
Replace include by forward declaration in test case
This should fix the remaining buildbot issue for the misleading identifier detection pass. Differential Revision: https://reviews.llvm.org/D112914
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// RUN: %check_clang_tidy %s misc-misleading-identifier %t
|
||||
|
||||
#include <stdio.h>
|
||||
int printf(const char *format, ...);
|
||||
|
||||
// CHECK-MESSAGES: :[[#@LINE+1]]:1: warning: identifier has right-to-left codepoints [misc-misleading-identifier]
|
||||
short int א = (short int)0;
|
||||
|
||||
Reference in New Issue
Block a user