[all-commits] [llvm/llvm-project] cb2eaf: [TableGen] Use SmallVectors for preprocessor inclu...
Jay Foad via All-commits
all-commits at lists.llvm.org
Fri Jan 3 11:38:19 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cb2eafe6ac72064529da5219434e351851a2b68f
https://github.com/llvm/llvm-project/commit/cb2eafe6ac72064529da5219434e351851a2b68f
Author: Jay Foad <jay.foad at amd.com>
Date: 2025-01-03 (Fri, 03 Jan 2025)
Changed paths:
M llvm/lib/TableGen/TGLexer.cpp
M llvm/lib/TableGen/TGLexer.h
Log Message:
-----------
[TableGen] Use SmallVectors for preprocessor include stack. NFC. (#121571)
This is just a minor cleanup and a small step in the direction of using
LLVM containers in preference to STL containers in lib/TableGen.
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