[all-commits] [llvm/llvm-project] 7e1a6c: [analyzer] AnalysisDeclContext: Refactor and docum...
Charusso via All-commits
all-commits at lists.llvm.org
Tue Mar 3 22:07:37 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7e1a6ca9e89c3ea08f8b008e9140d9fdc048d1df
https://github.com/llvm/llvm-project/commit/7e1a6ca9e89c3ea08f8b008e9140d9fdc048d1df
Author: Charusso <dabis.csaba98 at gmail.com>
Date: 2020-03-04 (Wed, 04 Mar 2020)
Changed paths:
M clang/include/clang/Analysis/AnalysisDeclContext.h
M clang/lib/Analysis/AnalysisDeclContext.cpp
M clang/lib/StaticAnalyzer/Core/MemRegion.cpp
Log Message:
-----------
[analyzer] AnalysisDeclContext: Refactor and documentation
Summary:
`ScopeContext` wanted to be a thing, but sadly it is dead code.
If you wish to continue the work in D19979, here was a tiny code which
could be reused, but that tiny and that dead, I felt that it is unneded.
Note: Other changes are truly uninteresting.
Reviewed By: NoQ
Differential Revision: https://reviews.llvm.org/D73519
More information about the All-commits
mailing list