This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2f62ceaf73 [clang-cl] Fix PR38934: failing to dllexport class template [...] new ccd349c348 Remove PseudoConstantAnalysis
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../Analysis/Analyses/PseudoConstantAnalysis.h | 45 ---- include/clang/Analysis/AnalysisDeclContext.h | 3 - lib/Analysis/AnalysisDeclContext.cpp | 7 - lib/Analysis/CMakeLists.txt | 1 - lib/Analysis/PseudoConstantAnalysis.cpp | 226 --------------------- 5 files changed, 282 deletions(-) delete mode 100644 include/clang/Analysis/Analyses/PseudoConstantAnalysis.h delete mode 100644 lib/Analysis/PseudoConstantAnalysis.cpp