]> granicus.if.org Git - clang/commit
Fixed preprocessed output of the first token for pragmas.
authorAlexey Bataev <a.bataev@hotmail.com>
Tue, 9 Feb 2016 08:51:26 +0000 (08:51 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Tue, 9 Feb 2016 08:51:26 +0000 (08:51 +0000)
commit9ffaadb70d43942bcd79c2bcbc9962fd764f8f82
treeac4cde7113c12b3db5623dca6e89e57418ae794a
parent9195a9840e4334c70d284fbb250114dd8b76aa60
Fixed preprocessed output of the first token for pragmas.
Clang did not expanded macros in the very first token of the pragmas
during preprocessed output

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260211 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/PrintPreprocessedOutput.cpp
test/Preprocessor/macro_expand.c