[PATCH] D155539: [CUDA][HIP] Use the same default language std as C++

Paul Robinson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 21 15:49:38 PDT 2023


probinson added a comment.

This change to lang-std.cpp causes it not to verify _which_ language standard is the default. It only verifies that cuda and hip don't _change_ it.
If you run FileCheck on one of those output files, it would preserve that property.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155539/new/

https://reviews.llvm.org/D155539



More information about the cfe-commits mailing list