Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp | ||
---|---|---|
90 | Okay, let's postpone this until things get settled with the unary ops stuff. |
Paths
| Differential D126126
[analyzer][NFC] Inline and simplify nonloc::ConcreteInt functions AbandonedPublic Authored by steakhal on May 21 2022, 12:09 PM.
Diff Detail
Event Timelinesteakhal added a parent revision: D126125: [analyzer][NFC] Inline ExprEngine::evalMinus.May 21 2022, 12:22 PM steakhal removed a child revision: D126127: [analyzer][NFC] Relocate unary transfer functions.May 23 2022, 6:34 AM
Revision Contents
Diff 431158 clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
clang/lib/StaticAnalyzer/Core/SVals.cpp
clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
|
I'd rather keep the switch because in D125318 we are going to extend with nonloc::SymbolValKind so, soon it will no longer be a standalone case.