[PATCH] D67606: Change signature of __builtin_rotateright64 back to unsigned
Hans Wennborg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 16 02:27:29 PDT 2019
hans accepted this revision.
hans added a comment.
This revision is now accepted and ready to land.
Looks good to me! (with comment)
================
Comment at: test/CodeGen/avr-builtins.c:3
+// Check that the parameter types match.
+// RUN: %clang_cc1 -triple avr-unknown-unknown -Wconversion -verify %s
----------------
Sorry, I didn't put this in my example, but maybe also mention the Bug number here.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67606/new/
https://reviews.llvm.org/D67606
More information about the cfe-commits
mailing list