"llvm/projects/sample/Makefile.llvm.config.in" did not exist on "15983e57d6e8d3074f96051457a28e3879c8635c"
[analyzer] Loc-Loc operations (subtraction or comparison) produce a NonLoc.
For two concrete locations, we were producing another concrete location and then casting it to an integer. We should just create a nonloc::ConcreteInt to begin with. No functionality change. llvm-svn: 177805
Loading
Please sign in to comment