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)
commit6ee07eab0311ac9096a9d1a38a44a0f069c5113e
treefb08efaca39a1483bcf162a62504644cb5ae03f5
parent7e671e06a2340c3dc6085a523ac26afc0d9b8234
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

llvm-svn: 260211
clang/lib/Frontend/PrintPreprocessedOutput.cpp
clang/test/Preprocessor/macro_expand.c