]> granicus.if.org Git - clang/commit
[modules] Make sure enabled diagnostic pragmas inside the module don't affect the...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 27 Mar 2013 17:17:23 +0000 (17:17 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 27 Mar 2013 17:17:23 +0000 (17:17 +0000)
commitea744ab5f39b8f45f802301841b77398166bce8f
tree004f5e38073de0398ec75a1512a106b86ba63dbd
parent94b748ff16172f0da2b842fe0d5bae438f07034f
[modules] Make sure enabled diagnostic pragmas inside the module don't affect the translation unit that
imports the module.

Getting diagnostic sections from modules properly working is a fixme.

rdar://13516663

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178151 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Serialization/ASTWriter.h
lib/Serialization/ASTWriter.cpp
test/Modules/Inputs/diag_pragma.h [new file with mode: 0644]
test/Modules/Inputs/module.map
test/Modules/diag-pragma.c [new file with mode: 0644]