def note_invalid_subexpr_in_ice : Note<
"subexpression not valid in an integer constant expression">;
-// Driver
-def pp_macro_not_used : Warning<"macro is not used">, DefaultIgnore,
- IsGroup<"unused-macros">;
-
-
+// clang-cc
def err_pp_I_dash_not_supported : Error<
"-I- not supported, please use -iquote instead">;
-def warn_pp_undef_identifier : Warning<
- "%0 is not defined, evaluates to 0">,
- IsGroup<"undef">, DefaultIgnore;
}
"current file is older than dependency %0">;
def pp_undef_builtin_macro : Warning<"undefining builtin macro">;
def pp_redef_builtin_macro : Warning<"redefining builtin macro">;
+def pp_macro_not_used : Warning<"macro is not used">, DefaultIgnore,
+ IsGroup<"unused-macros">;
+def warn_pp_undef_identifier : Warning<
+ "%0 is not defined, evaluates to 0">,
+ IsGroup<"undef">, DefaultIgnore;
+
def pp_invalid_string_literal : Warning<
"invalid string literal, ignoring final '\\'">;
def warn_pp_expr_overflow : Warning<