]> granicus.if.org Git - clang/commit
capture whether a CharacterLiteral was wide or not in the AST.
authorChris Lattner <sabre@nondot.org>
Sat, 7 Jun 2008 22:35:38 +0000 (22:35 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 7 Jun 2008 22:35:38 +0000 (22:35 +0000)
commitc250aae4f645833aed3a6321bc8598f7330dce8d
tree202d6f86f623b4aa12f0aa2cd014f10beda07ff7
parentda8249e57f3badecf925571881fe57243935c6c1
capture whether a CharacterLiteral was wide or not in the AST.
Patch by Mike Stump!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52081 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
lib/AST/StmtPrinter.cpp
lib/AST/StmtSerialization.cpp
lib/Sema/SemaExpr.cpp