summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/ms_mutable_reference_member.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [MSVC2012] Allow 'mutable' referencesAlexey Bataev2015-02-041-0/+13
Some standard header files from MSVC2012 use 'mutable' on references, though it is directly prohibited by the standard. Fix for http://llvm.org/PR22444 Differential Revision: http://reviews.llvm.org/D7370 llvm-svn: 228113
OpenPOWER on IntegriCloud