[all-commits] [llvm/llvm-project] 0103d4: [Clang][OpenMP] Don't overload "extension" in stat...
Joel E. Denny via All-commits
all-commits at lists.llvm.org
Mon Jun 27 15:41:43 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0103d4da740c9d2688389e2aa5e3c2f3792e6940
https://github.com/llvm/llvm-project/commit/0103d4da740c9d2688389e2aa5e3c2f3792e6940
Author: Joel E. Denny <jdenny.ornl at gmail.com>
Date: 2022-06-27 (Mon, 27 Jun 2022)
Changed paths:
M clang/docs/OpenMPSupport.rst
Log Message:
-----------
[Clang][OpenMP] Don't overload "extension" in status doc
In Clang's OpenMPSupport.rst, "extension" is currently overloaded to
describe both:
1. Standard OpenMP features that appear only in recent versions of the
OpenMP spec.
2. Non-standard features supported by Clang. This usage appears in
the final table on the page.
Last fall, we discussed this issue in the OpenMP in LLVM call and
agreed it should be corrected. This patch takes the simple approach
of dropping the word "extension" for all occurrences of the first
usage. The result seems to read well.
Reviewed By: ABataev
Differential Revision: https://reviews.llvm.org/D126549
More information about the All-commits
mailing list