with -pedantic-errors. This fixes the C99 part of PR3919.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68178
91177308-0d34-0410-b5e6-
96231b3b80d8
def pp_include_next_in_primary : Warning<
"#include_next in primary source file">;
def pp_include_next_absolute_path : Warning<"#include_next with absolute path">;
-def ext_c99_whitespace_required_after_macro_name : Warning<
+def ext_c99_whitespace_required_after_macro_name : ExtWarn<
"ISO C99 requires whitespace after the macro name">;
def pp_pragma_once_in_main_file : Warning<"#pragma once in main file">;
def pp_pragma_sysheader_in_main_file : Warning<