Also, specialize it for enums.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Nice!
clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h | ||
---|---|---|
278–279 | How is it different than the partial specialization for integral types? Could we have the 2 contracted? |
Comment Actions
LGTM!
clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h | ||
---|---|---|
290–293 |
How is it different than the partial specialization for integral types? Could we have the 2 contracted?