[all-commits] [llvm/llvm-project] 782b98: [clang] Rename CompilerInvocationBase to RefBase, ...
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Mon Apr 19 01:31:32 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 782b9858882dde5f63463ea89b88983e920ecccc
https://github.com/llvm/llvm-project/commit/782b9858882dde5f63463ea89b88983e920ecccc
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2021-04-19 (Mon, 19 Apr 2021)
Changed paths:
M clang/include/clang/Frontend/CompilerInvocation.h
M clang/lib/Frontend/CompilerInvocation.cpp
Log Message:
-----------
[clang] Rename CompilerInvocationBase to RefBase, split out ValueBase
This patch documents the reason `CompilerInvocationBase` exists and renames it to more descriptive `CompilerInvocationRefBase`.
To make the distinction obvious, it also splits out new `CompilerInvocationValueBase` class.
Reviewed By: Bigcheese
Differential Revision: https://reviews.llvm.org/D100455
More information about the All-commits
mailing list