summaryrefslogtreecommitdiff
path: root/clang-plugin/nullability-checker.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-12-16clang-plugin: Support LLVM 8.0Philip Chimento1-7/+42
2019-12-16clang-plugin: Update to LLVM 7.0Philip Chimento1-1/+1
2015-11-02plugin: Disable enum switch checking for AST typesPhilip Withnall1-0/+2
2015-01-27nullability: Rename a variablePhilip Withnall1-5/+5
2014-06-29nullability: Use WARN() macro for warningsPhilip Withnall1-4/+3
2014-06-28nullability: Replace (allow-none) with (nullable) and (optional)Philip Withnall1-15/+28
2014-05-22clang-plugin: Make all checkers inherit from a Checker parent classPhilip Withnall1-4/+1
2014-05-22clang-plugin: Tidy up namespacing for checkersPhilip Withnall1-0/+4
2014-05-22clang-plugin: Allow checkers to be individually disabledPhilip Withnall1-0/+8
2014-05-09clang-plugin: Fix diagnostics to correctly use format placeholdersPhilip Withnall1-39/+36
2014-05-07clang-plugin: Clarify a warning about (allow-none) annotationsPhilip Withnall1-1/+1
2014-05-07build: Rename from gnome-clang to TartanPhilip Withnall1-4/+4
2014-05-06clang-plugin: Support (optional) and (nullable) attributesPhilip Withnall1-1/+2
2014-05-05clang-plugin: Clarify some nullability checker error messagesPhilip Withnall1-6/+4
2013-12-10clang-plugin: Note a class of false positives in the nullability checkerPhilip Withnall1-0/+16
2013-12-10clang-plugin: Add various safety checks for GI base infoPhilip Withnall1-1/+1
2013-12-10clang-plugin: Various improvements to debug outputPhilip Withnall1-1/+12
2013-12-10clang-plugin: Use a shared_ptr for the GirManagerPhilip Withnall1-1/+2
2013-12-10clang-plugin: Add a nullability checker for function parametersPhilip Withnall1-0/+274