[all-commits] [llvm/llvm-project] 0ee89c: [OPENMP50]Improve checks for declare variant funct...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Thu Dec 12 12:30:58 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0ee89c1bad8cef81725ef892d60b4aa254d84744
https://github.com/llvm/llvm-project/commit/0ee89c1bad8cef81725ef892d60b4aa254d84744
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2019-12-12 (Thu, 12 Dec 2019)
Changed paths:
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Sema/SemaDecl.cpp
M clang/lib/Sema/SemaOpenMP.cpp
M clang/test/OpenMP/declare_variant_messages.c
M clang/test/OpenMP/declare_variant_messages.cpp
Log Message:
-----------
[OPENMP50]Improve checks for declare variant functions compatibility.
Added check for functions compatibility in C and removed restriction
for functions with no prototypes in declare variant constrcut.
More information about the All-commits
mailing list