]> granicus.if.org Git - clang/commit
Revert my user-defined literal commits - r1124{58,60,67} pending
authorSean Hunt <scshunt@csclub.uwaterloo.ca>
Mon, 30 Aug 2010 17:47:05 +0000 (17:47 +0000)
committerSean Hunt <scshunt@csclub.uwaterloo.ca>
Mon, 30 Aug 2010 17:47:05 +0000 (17:47 +0000)
commit6cf750298d3621d8a10a6dd07fcee8e274b9d94d
tree2d4b62e04dd3a48b65398bcc56ecc383719fdad8
parent4a551000bee716ac8b1bbe16134a53f0ad221a5a
Revert my user-defined literal commits - r1124{58,60,67} pending
some issues being sorted out.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112493 91177308-0d34-0410-b5e6-96231b3b80d8
29 files changed:
include/clang/AST/ExprCXX.h
include/clang/AST/RecursiveASTVisitor.h
include/clang/Basic/DiagnosticLexKinds.td
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Basic/StmtNodes.td
include/clang/Lex/Lexer.h
include/clang/Lex/LiteralSupport.h
include/clang/Lex/Preprocessor.h
include/clang/Lex/Token.h
include/clang/Sema/Sema.h
lib/AST/ExprConstant.cpp
lib/AST/StmtPrinter.cpp
lib/AST/StmtProfile.cpp
lib/Checker/GRExprEngine.cpp
lib/CodeGen/CGExprScalar.cpp
lib/CodeGen/Mangle.cpp
lib/Lex/Lexer.cpp
lib/Lex/LiteralSupport.cpp
lib/Lex/Preprocessor.cpp
lib/Parse/ParseExpr.cpp
lib/Parse/ParseStmt.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/TreeTransform.h
test/Parser/cxx0x-literal-operators.cpp
test/SemaCXX/literal-operator-dcls.cpp [deleted file]
test/SemaCXX/literal-operators.cpp
tools/libclang/CXCursor.cpp