Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [NFC] Explicitly add -std=c++14 option to tests that rely on the C++14 default | Nemanja Ivanovic | 2019-02-05 | 1 | -2/+2 |
| | | | | | | | | | | | When Clang/LLVM is built with the CLANG_DEFAULT_STD_CXX CMake macro that sets the default standard to something other than C++14, there are a number of lit tests that fail as they rely on the C++14 default. This patch just adds the language standard option explicitly to such test cases. Differential revision: https://reviews.llvm.org/D57581 llvm-svn: 353163 | ||||
* | PR38257: don't perform ADL when instantiating a unary & operator that turns out | Richard Smith | 2018-07-22 | 1 | -0/+45 |
to be forming a pointer-to-member. llvm-svn: 337653 |