summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/annotate_in_macro_arg.c
Commit message (Collapse)AuthorAgeFilesLines
* Lex: Don't call getIdentifierInfo on annotation tokensDavid Majnemer2015-03-181-0/+8
These calls are usually guarded by checks for isAnnotation() but it looks like we missed a spot. This would cause the included test to crash clang. llvm-svn: 232616
OpenPOWER on IntegriCloud