[all-commits] [llvm/llvm-project] 7314ae: [clang] Move branch-protection from CodeGenOptions...
Dani via All-commits
all-commits at lists.llvm.org
Thu Apr 2 01:31:58 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7314aea5a42d33f9f5af5d158d8892e88072764e
https://github.com/llvm/llvm-project/commit/7314aea5a42d33f9f5af5d158d8892e88072764e
Author: Daniel Kiss <daniel.kiss at arm.com>
Date: 2020-04-02 (Thu, 02 Apr 2020)
Changed paths:
M clang/include/clang/Basic/CodeGenOptions.def
M clang/include/clang/Basic/CodeGenOptions.h
M clang/include/clang/Basic/LangOptions.def
M clang/include/clang/Basic/LangOptions.h
M clang/include/clang/Basic/TargetInfo.h
M clang/lib/AST/PrintfFormatString.cpp
M clang/lib/Basic/Targets/AArch64.cpp
M clang/lib/CodeGen/CGDeclCXX.cpp
M clang/lib/CodeGen/TargetInfo.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
Log Message:
-----------
[clang] Move branch-protection from CodeGenOptions to LangOptions
Summary:
Reason: the option has an effect on preprocessing.
Also see thread: http://lists.llvm.org/pipermail/cfe-dev/2020-March/065014.html
Reviewers: chill, efriedma
Reviewed By: efriedma
Subscribers: efriedma, danielkiss, cfe-commits, kristof.beyls
Tags: #clang
Differential Revision: https://reviews.llvm.org/D77131
More information about the All-commits
mailing list