index
:
tartan
main
master
wip/pwithnall/list-checkers
wip/pwithnall/ownership
wip/pwithnall/refcounting
wip/pwithnall/unknown
Tools and Clang plugins for GLib development (mirrored from https://gitlab.freedesktop.org/tartan/tartan)
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clang-plugin
/
nullability-checker.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-16
clang-plugin: Support LLVM 8.0
Philip Chimento
1
-7
/
+42
2019-12-16
clang-plugin: Update to LLVM 7.0
Philip Chimento
1
-1
/
+1
2015-11-02
plugin: Disable enum switch checking for AST types
Philip Withnall
1
-0
/
+2
2015-01-27
nullability: Rename a variable
Philip Withnall
1
-5
/
+5
2014-06-29
nullability: Use WARN() macro for warnings
Philip Withnall
1
-4
/
+3
2014-06-28
nullability: Replace (allow-none) with (nullable) and (optional)
Philip Withnall
1
-15
/
+28
2014-05-22
clang-plugin: Make all checkers inherit from a Checker parent class
Philip Withnall
1
-4
/
+1
2014-05-22
clang-plugin: Tidy up namespacing for checkers
Philip Withnall
1
-0
/
+4
2014-05-22
clang-plugin: Allow checkers to be individually disabled
Philip Withnall
1
-0
/
+8
2014-05-09
clang-plugin: Fix diagnostics to correctly use format placeholders
Philip Withnall
1
-39
/
+36
2014-05-07
clang-plugin: Clarify a warning about (allow-none) annotations
Philip Withnall
1
-1
/
+1
2014-05-07
build: Rename from gnome-clang to Tartan
Philip Withnall
1
-4
/
+4
2014-05-06
clang-plugin: Support (optional) and (nullable) attributes
Philip Withnall
1
-1
/
+2
2014-05-05
clang-plugin: Clarify some nullability checker error messages
Philip Withnall
1
-6
/
+4
2013-12-10
clang-plugin: Note a class of false positives in the nullability checker
Philip Withnall
1
-0
/
+16
2013-12-10
clang-plugin: Add various safety checks for GI base info
Philip Withnall
1
-1
/
+1
2013-12-10
clang-plugin: Various improvements to debug output
Philip Withnall
1
-1
/
+12
2013-12-10
clang-plugin: Use a shared_ptr for the GirManager
Philip Withnall
1
-1
/
+2
2013-12-10
clang-plugin: Add a nullability checker for function parameters
Philip Withnall
1
-0
/
+274