aboutsummaryrefslogtreecommitdiff
path: root/lib/Checker/CheckerHelpers.cpp
AgeCommit 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/GRArgyrios Kyrtzidis
2010-08-13Zap unused UnaryOperator::OffsetOf.Eli Friedman
2010-08-05Make checker recognize OffsetOfExpr as a form of __builtin_offsetof.Eli Friedman
2010-07-27Extracted out some useful common functions in IdempotentOperationChecker to t...Tom Care