diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2016-08-17 07:18:44 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2016-08-17 07:18:44 +0000 |
commit | bd5ad0df5119ba520dea58c0eada291e8756e92c (patch) | |
tree | 73b4fc58a10438e6508819b8ad6536462b1e2b4b /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | |
parent | f7b9f3149b764b8beb8e776f888f718f22447bdd (diff) | |
download | bcm5719-llvm-bd5ad0df5119ba520dea58c0eada291e8756e92c.tar.gz bcm5719-llvm-bd5ad0df5119ba520dea58c0eada291e8756e92c.zip |
Restrict the use of the C++17 attribute to C++17 (at least as best we
can given the current __cplusplus definitions).
Without this, Clang triggers TONS of warnings about using a C++17
extension. I tried using LLVM_EXTENSION to turn these off and it doesn't
work.
Suggestions on a better approach are welcome, but at least this makes
the build usable for me again.
llvm-svn: 278909
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp')
0 files changed, 0 insertions, 0 deletions