[all-commits] [llvm/llvm-project] 494e77: [Lexer] Allow LLLexer to be used as an API
William Moses via All-commits
all-commits at lists.llvm.org
Mon Apr 26 09:44:12 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 494e77138c2e53961c43fe6957142d4f90034f98
https://github.com/llvm/llvm-project/commit/494e77138c2e53961c43fe6957142d4f90034f98
Author: William S. Moses <gh at wsmoses.com>
Date: 2021-04-26 (Mon, 26 Apr 2021)
Changed paths:
A llvm/include/llvm/AsmParser/LLLexer.h
A llvm/include/llvm/AsmParser/LLParser.h
A llvm/include/llvm/AsmParser/LLToken.h
M llvm/lib/AsmParser/LLLexer.cpp
R llvm/lib/AsmParser/LLLexer.h
M llvm/lib/AsmParser/LLParser.cpp
R llvm/lib/AsmParser/LLParser.h
R llvm/lib/AsmParser/LLToken.h
M llvm/lib/AsmParser/Parser.cpp
Log Message:
-----------
[Lexer] Allow LLLexer to be used as an API
Explose LLVM Lexer for usage externally as an API
Differential Revision: https://reviews.llvm.org/D100920
More information about the All-commits
mailing list