aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectFrame.cpp
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2018-03-22 22:32:55 +0000
committerEric Fiselier <eric@efcs.ca>2018-03-22 22:32:55 +0000
commita595456731bc404f78ca4fc220a6249cb9a7184d (patch)
tree1a2061c13bdcb7425c4905f54b749e5ff460da57 /lldb/source/Commands/CommandObjectFrame.cpp
parentadb173314dd65ef9f84e1d22ec1ac4f2582f3031 (diff)
downloadllvm-a595456731bc404f78ca4fc220a6249cb9a7184d.zip
llvm-a595456731bc404f78ca4fc220a6249cb9a7184d.tar.gz
llvm-a595456731bc404f78ca4fc220a6249cb9a7184d.tar.bz2
Workaround GCC bug PR78489 - SFINAE order is not respected.
This patch works around variant test failures which are new to GCC 8. GCC 8 either doesn't perform SFINAE in lexical order, or it doesn't halt after encountering the first failure. This causes hard error to occur instead of substitution failure. See gcc.gnu.org/PR78489 llvm-svn: 328261
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
0 files changed, 0 insertions, 0 deletions