[all-commits] [llvm/llvm-project] 64911e: [OpenCL] Allow pipe as a valid identifier prior to...

Anastasia Stulova via All-commits all-commits at lists.llvm.org
Tue May 4 06:31:36 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 64911eec75bb0c54e40665a2c3f744f046c66a59
      https://github.com/llvm/llvm-project/commit/64911eec75bb0c54e40665a2c3f744f046c66a59
  Author: Anastasia Stulova <anastasia.stulova at arm.com>
  Date:   2021-05-04 (Tue, 04 May 2021)

  Changed paths:
    M clang/lib/Parse/ParseDecl.cpp
    M clang/test/SemaOpenCL/invalid-pipes-cl1.2.cl

  Log Message:
  -----------
  [OpenCL] Allow pipe as a valid identifier prior to OpenCL 2.0.

Pipe has not been a reserved keyword in the earlier OpenCL
standards. However we failed to allow its use as an identifier
in the original commit. This issues is fixed now and testing
is improved accordingly.

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




More information about the All-commits mailing list