Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
dffb51bac86d34f881b83c9db4489fe3d162d415
/
clang
/
lib
/
Checker
/
RangeConstraintManager.cpp
d6b8708
Split libAnalysis into two libraries: libAnalysis and libChecker.
by Ted Kremenek
· 16 years ago
[Renamed (97%) from clang/lib/Analysis/RangeConstraintManager.cpp]
de8e744
Remove references to 'Checker' and 'GRTransferFuncs' from
by Ted Kremenek
· 16 years ago
65c6566
lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace
by Kovarththanan Rajaratnam
· 16 years ago
5375309
Move the ManagerRegistry to the Analysis library to resolve the layering violation.
by Chandler Carruth
· 16 years ago
11289f4
Remove tabs, and whitespace cleanups.
by Mike Stump
· 16 years ago
799bb6e
Remove uses of std::ostream from libAnalysis.
by Ted Kremenek
· 16 years ago
4c6a367
Remove GRStateManager& field from SimpleConstraintManager.
by Ted Kremenek
· 16 years ago
f990684
libAnalysis:
by Ted Kremenek
· 16 years ago
b35e2ca
Remove more uses of GRStateRef.
by Ted Kremenek
· 16 years ago
1a1b62c
Tweak pretty-printing of constraints.
by Ted Kremenek
· 17 years ago
51adf58
Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*
by Daniel Dunbar
· 17 years ago
ab89bc8
Revise comment. Comparing pointer values in 'Range' wasn't the performance issue I thought it was, but it is still worth ordering Range objects by their APSInt values.
by Ted Kremenek
· 17 years ago
c2c0bdb
Fix performance bug in RangeConstraintManager (that I introduced):
by Ted Kremenek
· 17 years ago
3189f49
Revised RangeConstraintManager based on several discussions with Ben Laurie and
by Ted Kremenek
· 17 years ago
6ae3eaf
Add pretty-printing (for GraphViz) support for RangeConstraintManager.
by Ted Kremenek
· 17 years ago
fa95ce4
Do not register 'RangeConstraintManager' as the default ConstraintManager.
by Ted Kremenek
· 17 years ago
7efe43d
Patch by Ben Laurie:
by Ted Kremenek
· 17 years ago