]> granicus.if.org Git - clang/commit
Implement CWG1170, which makes access-control errors into template
authorDouglas Gregor <dgregor@apple.com>
Wed, 11 May 2011 23:45:11 +0000 (23:45 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 11 May 2011 23:45:11 +0000 (23:45 +0000)
commit7822ee3ef9f0d5cfd289258614ac31be70097449
treebc87f73a2973c9d035b5f82fee3cfb898f6da06d
parent175c5bb2b09217df71319cb3d58b3c511fd04138
Implement CWG1170, which makes access-control errors into template
argument deduction failures. Only implemented in C++0x, since this is
a significant change in behavior from C++98/03.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131209 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LanguageExtensions.html
lib/Lex/PPMacroExpansion.cpp
lib/Sema/Sema.cpp
test/CXX/temp/temp.fct.spec/temp.deduct/cwg1170.cpp [new file with mode: 0644]