[all-commits] [llvm/llvm-project] 3cca81: Refactored NumericLiteralParser to not require a P...
Dmitri Gribenko via All-commits
all-commits at lists.llvm.org
Thu Jul 9 08:45:04 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3cca818efabbccdde36b06609cf75ee7caa8e012
https://github.com/llvm/llvm-project/commit/3cca818efabbccdde36b06609cf75ee7caa8e012
Author: Dmitri Gribenko <gribozavr at gmail.com>
Date: 2020-07-09 (Thu, 09 Jul 2020)
Changed paths:
M clang/include/clang/Lex/LiteralSupport.h
M clang/lib/Lex/LiteralSupport.cpp
M clang/lib/Lex/PPExpressions.cpp
M clang/lib/Lex/Preprocessor.cpp
M clang/lib/Sema/SemaExpr.cpp
Log Message:
-----------
Refactored NumericLiteralParser to not require a Preprocessor
Summary:
We would like to use NumericLiteralParser in the implementation of the
syntax tree builder, and plumbing a preprocessor there seems
inconvenient and superfluous.
Reviewers: eduucaldas
Reviewed By: eduucaldas
Subscribers: gribozavr2, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D83480
More information about the All-commits
mailing list