[all-commits] [llvm/llvm-project] 92c93f: [MC] Merge MCAsmLexer and AsmLexer
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Apr 3 22:12:11 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 92c93f5286b9ff33f27ff694d2dc33da1c07afdd
https://github.com/llvm/llvm-project/commit/92c93f5286b9ff33f27ff694d2dc33da1c07afdd
Author: Fangrui Song <i at maskray.me>
Date: 2025-04-03 (Thu, 03 Apr 2025)
Changed paths:
M llvm/include/llvm/MC/MCParser/AsmLexer.h
M llvm/include/llvm/MC/MCParser/MCAsmParser.h
M llvm/lib/MC/MCParser/AsmLexer.cpp
Log Message:
-----------
[MC] Merge MCAsmLexer and AsmLexer
Follow-up to #134207
Both classes define `IsAtStartOfStatement` but the semantics are
confusingly different. Rename the base class one.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list