Skip to content

Commit

Permalink
[-Wunsafe-buffer-usage] A follow-up fix to 762af11
Browse files Browse the repository at this point in the history
Add -triple=arm-apple to the test `SemaCXX/warn-unsafe-buffer-usage-fixits-pre-increment.cpp`
  • Loading branch information
ziqingluo-90 committed Apr 13, 2023
1 parent 363c98b commit 6251b04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: %clang_cc1 -std=c++20 -Wunsafe-buffer-usage -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s
// RUN: %clang_cc1 -triple=arm-apple -std=c++20 -Wunsafe-buffer-usage -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s

void foo(int * , int *);

Expand Down

0 comments on commit 6251b04

Please sign in to comment.