summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/macro_arg_directive.h
Commit message (Collapse)AuthorAgeFilesLines
* Don't allow #include (and its friends #import, #include_next andRichard Smith2011-12-161-0/+9
#__include_macros) in the arguments of a function-style macro. Directives in the arguments of such macros have undefined behaviour, and GCC does not correctly support these cases. In some situations, this can lead to better diagnostics. llvm-svn: 146765
OpenPOWER on IntegriCloud