[all-commits] [llvm/llvm-project] c03d62: [pseudo] Rename DirectiveMap -> DirectiveTree. NFC
Sam McCall via All-commits
all-commits at lists.llvm.org
Wed Apr 6 12:38:49 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c03d6257c58ff357b03900fffee6bf75e175f497
https://github.com/llvm/llvm-project/commit/c03d6257c58ff357b03900fffee6bf75e175f497
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2022-04-06 (Wed, 06 Apr 2022)
Changed paths:
R clang-tools-extra/pseudo/include/clang-pseudo/DirectiveMap.h
A clang-tools-extra/pseudo/include/clang-pseudo/DirectiveTree.h
M clang-tools-extra/pseudo/lib/CMakeLists.txt
R clang-tools-extra/pseudo/lib/DirectiveMap.cpp
A clang-tools-extra/pseudo/lib/DirectiveTree.cpp
M clang-tools-extra/pseudo/test/lex.c
M clang-tools-extra/pseudo/tool/ClangPseudo.cpp
M clang-tools-extra/pseudo/unittests/CMakeLists.txt
R clang-tools-extra/pseudo/unittests/DirectiveMapTest.cpp
A clang-tools-extra/pseudo/unittests/DirectiveTreeTest.cpp
Log Message:
-----------
[pseudo] Rename DirectiveMap -> DirectiveTree. NFC
Addressing comment from previous review
https://reviews.llvm.org/D121165?id=413636#inline-1160757
More information about the All-commits
mailing list