]> granicus.if.org Git - clang/commit
propagate preprocessor out of StringLiteralParser. It is now
authorChris Lattner <sabre@nondot.org>
Wed, 17 Nov 2010 07:21:13 +0000 (07:21 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 17 Nov 2010 07:21:13 +0000 (07:21 +0000)
commit0833dd0675c25cbb35671c7a2006d511d5c77ce3
tree8215371d24ebb80e10948ffb89af5e341dea9098
parenta95880d6513c617bb96634bcc1f16c6bdb80dedc
propagate preprocessor out of StringLiteralParser.  It is now
possible to create one without a preprocessor.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@119476 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/LiteralSupport.h
lib/Lex/LiteralSupport.cpp
lib/Sema/SemaChecking.cpp