[all-commits] [llvm/llvm-project] 69373a: [flang] Check for invalid BIND(C) names
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Feb 13 17:27:22 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 69373a5d3f45771cfb1896f9938e2444bedb7b33
https://github.com/llvm/llvm-project/commit/69373a5d3f45771cfb1896f9938e2444bedb7b33
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2023-02-13 (Mon, 13 Feb 2023)
Changed paths:
M flang/lib/Semantics/check-declarations.cpp
A flang/test/Semantics/bind-c10.f90
Log Message:
-----------
[flang] Check for invalid BIND(C) names
Require BIND(C) interoperable names to be valid C identifiers.
Differential Revision: https://reviews.llvm.org/D143833
More information about the All-commits
mailing list