]> granicus.if.org Git - clang/commit
Preserve numeric literal suffixes during type canonicalization.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 20 Nov 2014 03:37:32 +0000 (03:37 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 20 Nov 2014 03:37:32 +0000 (03:37 +0000)
commit0035283acf0f33d8b17b70b17a55df858073e422
treed80434daaaad2c444233643bdf07439e66fa9014
parented6f1747110dee3a1ebd425e02d57de2f6e091e5
Preserve numeric literal suffixes during type canonicalization.
Patch by Pierre Gousseau! Test cases altered significantly by me.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@222404 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/StmtProfile.cpp
test/CodeGenCXX/mangle-literal-suffix.cpp [new file with mode: 0644]
test/SemaTemplate/canonical-expr-type.cpp