]> granicus.if.org Git - clang/commit
According to the OpenMP spec, all the preprocessor macros should be
authorSamuel Antao <sfantao@us.ibm.com>
Mon, 15 Jun 2015 23:44:27 +0000 (23:44 +0000)
committerSamuel Antao <sfantao@us.ibm.com>
Mon, 15 Jun 2015 23:44:27 +0000 (23:44 +0000)
commit2519ab75ea6b22a3815eef82ae51c9b1a690a272
treef68bf5d49870ee7323733f33ffb628fb7823b7ed
parent62f373df030ac85583c205f1a0fb323aa920003b
According to the OpenMP spec, all the preprocessor macros should be
expanded in OpenMP pragmas. This patch adds support for that in -E.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239784 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/PrintPreprocessedOutput.cpp
test/Preprocessor/openmp-macro-expansion.c [new file with mode: 0644]