[all-commits] [llvm/llvm-project] 577220: [OpenCL] Add std flag aliases clc++1.0 and CLC++1.0

Anastasia Stulova via All-commits all-commits at lists.llvm.org
Fri Jul 30 01:20:27 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 577220e89866608e0706e3a2b9f8f48215e4e811
      https://github.com/llvm/llvm-project/commit/577220e89866608e0706e3a2b9f8f48215e4e811
  Author: Anastasia Stulova <anastasia.stulova at arm.com>
  Date:   2021-07-30 (Fri, 30 Jul 2021)

  Changed paths:
    M clang/docs/UsersManual.rst
    M clang/include/clang/Basic/LangStandards.def
    M clang/include/clang/Driver/Options.td
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/test/Driver/autocomplete.c
    M clang/test/Driver/unknown-std.cl
    M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp

  Log Message:
  -----------
  [OpenCL] Add std flag aliases clc++1.0 and CLC++1.0

Renamed language standard from openclcpp to openclcpp10.
Added new std values i.e. '-cl-std=clc++1.0' and
'-cl-std=CLC++1.0'.

Patch by Topotuna (Justas Janickas)!

Differential Revision: https://reviews.llvm.org/D106266




More information about the All-commits mailing list