[all-commits] [llvm/llvm-project] 341dd6: [Lex] Fix a crash in updateConsecutiveMacroArgTokens.
Haojian Wu via All-commits
all-commits at lists.llvm.org
Wed Feb 22 01:16:37 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 341dd6076b123946f79a3148b660d6579f9683a7
https://github.com/llvm/llvm-project/commit/341dd6076b123946f79a3148b660d6579f9683a7
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2023-02-22 (Wed, 22 Feb 2023)
Changed paths:
M clang/lib/Lex/TokenLexer.cpp
A clang/test/Lexer/update_consecutive_macro_crash.cpp
Log Message:
-----------
[Lex] Fix a crash in updateConsecutiveMacroArgTokens.
Fixes https://github.com/llvm/llvm-project/issues/60722.
Differential Revision: https://reviews.llvm.org/D144054
More information about the All-commits
mailing list