]> granicus.if.org Git - clang/commit
PR12225: The requirement that literal operators be namespace-scope functions
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 10 Mar 2012 22:18:57 +0000 (22:18 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 10 Mar 2012 22:18:57 +0000 (22:18 +0000)
commite5658f0ab2a6f8fea258adb64edbb8485bb21dee
tree00f5094f2b4d8f874bf78d2786306159f7f6aadf
parent09c9a5635f10a7dfa3373ef0941597c16b048362
PR12225: The requirement that literal operators be namespace-scope functions
does not imply that such functions can't be declared at block scope.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152509 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp
test/CXX/over/over.oper/over.literal/p2.cpp
test/SemaCXX/literal-operators.cpp