summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/include-nonalpha-no-crash.c
Commit message (Collapse)AuthorAgeFilesLines
* [Preprocessor] Fix a crash when handling non-alpha include header.Haojian Wu2018-10-011-0/+3
Summary: the crash is casued by an assertion in StringRef. (llvm::StringRef::front() const: Assertion `!empty()' failed.) Reviewers: sammccall Subscribers: jsji, cfe-commits Differential Revision: https://reviews.llvm.org/D52721 llvm-svn: 343481
OpenPOWER on IntegriCloud