llvm-project/clang/test/CXX/over/over.oper/over.literal
Richard Smith 5731c75414 PR12225: The requirement that literal operators be namespace-scope functions
does not imply that such functions can't be declared at block scope.

llvm-svn: 152509
2012-03-10 22:18:57 +00:00
..
p2.cpp PR12225: The requirement that literal operators be namespace-scope functions 2012-03-10 22:18:57 +00:00
p3.cpp Literal operators can't have default arguments. 2012-03-09 08:16:22 +00:00
p5.cpp
p6.cpp
p7.cpp
p8.cpp Implement C++11 [lex.ext]p10 for string and character literals: a ud-suffix not 2012-03-08 02:39:21 +00:00