Commit Graph

1 Commits

Author SHA1 Message Date
David Majnemer d9d7196743 Lex: Don't call getIdentifierInfo on annotation tokens
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@232616 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-18 07:53:20 +00:00