]> granicus.if.org Git - clang/commit
Implement P1668R1
authorErich Keane <erich.keane@intel.com>
Mon, 19 Aug 2019 17:39:59 +0000 (17:39 +0000)
committerErich Keane <erich.keane@intel.com>
Mon, 19 Aug 2019 17:39:59 +0000 (17:39 +0000)
commit60120426f631c9a54b8e4075ec6c7ab18990a958
tree364fac18cf11c614e091996d43b4acc64d04f742
parente03316caa048bdac650cfe0f61274677fe9b6ee4
Implement P1668R1

Allow inline assembly statements in unexecuted branches of constexpr
functions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@369281 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/InitPreprocessor.cpp
lib/Sema/SemaDeclCXX.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p3.cpp
test/Lexer/cxx-features.cpp
test/SemaCXX/cxx1z-constexpr-lambdas.cpp