index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Checker
/
SimpleConstraintManager.cpp
Age
Commit message (
Expand
)
Author
2010-12-22
[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...
Argyrios Kyrtzidis
2010-12-22
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
Argyrios Kyrtzidis
2010-12-07
PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and
Jay Foad
2010-12-01
Rename all 'AssumeXXX' methods in libChecker
Ted Kremenek
2010-12-01
Rename 'SValuator' to 'SValBuilder'. The new name
Ted Kremenek
2010-08-25
GCC didn't care for my attempt at API compatibility, so brute-force everything
John McCall
2010-08-16
- Allow making ElementRegions with complex offsets (expressions or symbols) f...
Jordy Rose
2010-06-27
Implicitly compare symbolic expressions to zero when they're being used as co...
Jordy Rose
2010-06-21
When folding additive operations, convert the values to the same type. When a...
Jordy Rose
2010-06-18
Fold additive constants, and support comparsions of the form $sym+const1 <> c...
Jordy Rose
2010-01-25
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek