[all-commits] [llvm/llvm-project] cec49a: Revert "[SYCL] Implement __builtin_unique_stable_n...
John McCall via All-commits
all-commits at lists.llvm.org
Sun Oct 11 22:10:29 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cec49a583693752b3984e49f9c193de07c2a7698
https://github.com/llvm/llvm-project/commit/cec49a583693752b3984e49f9c193de07c2a7698
Author: John McCall <rjmccall at apple.com>
Date: 2020-10-12 (Mon, 12 Oct 2020)
Changed paths:
M clang/docs/LanguageExtensions.rst
M clang/include/clang/AST/Expr.h
M clang/include/clang/AST/Mangle.h
M clang/include/clang/Basic/TokenKinds.def
M clang/include/clang/Parse/Parser.h
M clang/include/clang/Sema/Sema.h
M clang/lib/AST/Expr.cpp
M clang/lib/AST/ItaniumMangle.cpp
M clang/lib/Parse/ParseExpr.cpp
M clang/lib/Sema/SemaExpr.cpp
M clang/lib/Sema/SemaTemplateInstantiate.cpp
M clang/test/Analysis/eval-predefined-exprs.cpp
R clang/test/CodeGenSYCL/unique-stable-name.cpp
R clang/test/ParserSYCL/unique-stable-name.cpp
Log Message:
-----------
Revert "[SYCL] Implement __builtin_unique_stable_name."
This reverts commit b5a034e771d0e4d7d8e71fc545b230d98e5a1f42.
This feature was added without following the proper process.
More information about the All-commits
mailing list