[all-commits] [llvm/llvm-project] 4cd109: Improve const-correctness. NFC.
Richard Smith via All-commits
all-commits at lists.llvm.org
Tue Mar 23 16:54:55 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4cd109891cbc448819eb9de9104cd14d993e45b1
https://github.com/llvm/llvm-project/commit/4cd109891cbc448819eb9de9104cd14d993e45b1
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M clang/include/clang/Lex/MacroInfo.h
M clang/include/clang/Lex/Preprocessor.h
M clang/lib/Lex/PPDirectives.cpp
M clang/lib/Lex/PPMacroExpansion.cpp
Log Message:
-----------
Improve const-correctness. NFC.
Commit: 4259301aaf58c13b004d968dfbd20428bf978b32
https://github.com/llvm/llvm-project/commit/4259301aaf58c13b004d968dfbd20428bf978b32
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M clang/lib/Lex/PPDirectives.cpp
A clang/test/Modules/Inputs/lsv-private-macro/mod.map
A clang/test/Modules/Inputs/lsv-private-macro/other.h
A clang/test/Modules/Inputs/lsv-private-macro/self.h
A clang/test/Modules/lsv-private-macro.cpp
Log Message:
-----------
Support #__private_macro and #__public_macro in local submodule
visibility mode.
Compare: https://github.com/llvm/llvm-project/compare/431e3138a1f3...4259301aaf58
More information about the All-commits
mailing list