summaryrefslogtreecommitdiff
path: root/clang-plugin/nullability-checker.h
AgeCommit message (Expand)AuthorFilesLines
2014-11-17plugin: Split Checker into Checker and ASTCheckerPhilip Withnall1-2/+2
2014-05-22clang-plugin: Make all checkers inherit from a Checker parent classPhilip Withnall1-4/+5
2014-05-22clang-plugin: Tidy up namespacing for checkersPhilip Withnall1-0/+4
2014-05-22clang-plugin: Allow checkers to be individually disabledPhilip Withnall1-2/+7
2014-05-07build: Rename from gnome-clang to TartanPhilip Withnall1-7/+7
2013-12-10clang-plugin: Use a shared_ptr for the GirManagerPhilip Withnall1-3/+3
2013-12-10clang-plugin: Add a nullability checker for function parametersPhilip Withnall1-0/+64