[all-commits] [llvm/llvm-project] 54d6b5: [pseudo] Rename {Preprocess, PPStructure} -> Direct...
Sam McCall via All-commits
all-commits at lists.llvm.org
Mon Mar 7 08:42:14 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 54d6b5b67fb3106eaf560261920df682eafa860f
https://github.com/llvm/llvm-project/commit/54d6b5b67fb3106eaf560261920df682eafa860f
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2022-03-07 (Mon, 07 Mar 2022)
Changed paths:
A clang/include/clang/Tooling/Syntax/Pseudo/DirectiveMap.h
R clang/include/clang/Tooling/Syntax/Pseudo/Preprocess.h
M clang/lib/Tooling/Syntax/Pseudo/CMakeLists.txt
A clang/lib/Tooling/Syntax/Pseudo/DirectiveMap.cpp
R clang/lib/Tooling/Syntax/Pseudo/Preprocess.cpp
M clang/test/Syntax/lex.c
M clang/tools/clang-pseudo/ClangPseudo.cpp
M clang/unittests/Tooling/Syntax/Pseudo/CMakeLists.txt
A clang/unittests/Tooling/Syntax/Pseudo/DirectiveMapTest.cpp
R clang/unittests/Tooling/Syntax/Pseudo/PreprocessTest.cpp
Log Message:
-----------
[pseudo] Rename {Preprocess,PPStructure} -> DirectiveMap. NFC
More precisely describes what this file does.
Per comments on https://reviews.llvm.org/D121092
More information about the All-commits
mailing list