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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-27
nullability: Rename a variable
Philip Withnall
1
-5
/
+5
2015-01-27
docs: Add -analyzer-checker argument to documented options for cc1
Philip Withnall
1
-0
/
+1
2015-01-27
gir-attributes: Consider instance parameters in argument counts
Philip Withnall
1
-7
/
+18
2015-01-27
gir-attributes: Improve checking for constant return types
Philip Withnall
1
-3
/
+9
2015-01-26
build: Fix a conditional check for LLVM 3.5 vs 3.6 API changes
Philip Withnall
1
-3
/
+3
2014-12-22
gir-manager: Fix method lookup
Philip Withnall
1
-31
/
+158
2014-12-22
gerror: Add some extra debug output
Philip Withnall
1
-0
/
+8
2014-12-22
plugin: Hoist the GIR manager to be a global
Philip Withnall
2
-14
/
+17
2014-11-19
gerror: Fix crash when running on non-GLib code
Philip Withnall
2
-8
/
+18
2014-11-19
gerror: Remove unreachable code
Philip Withnall
1
-34
/
+1
2014-11-17
gerror: Add a GError checker
Philip Withnall
5
-0
/
+1353
2014-11-17
plugin: Add support for path-sensitive checkers
Philip Withnall
1
-1
/
+10
2014-11-17
plugin: Add some debug macros for dumpable objects
Philip Withnall
1
-0
/
+5
2014-11-17
plugin: Split Checker into Checker and ASTChecker
Philip Withnall
6
-12
/
+17
2014-11-03
plugin: Update plugin registration API to support LLVM 3.5
Philip Withnall
1
-0
/
+34
2014-11-03
type-manager: Update type iteration API to support LLVM 3.5
Philip Withnall
1
-0
/
+7
2014-11-03
plugin: Update Clang types API to support LLVM 3.5
Philip Withnall
2
-2
/
+34
2014-11-03
plugin: Update Clang attribute API to LLVM 3.5
Philip Withnall
2
-0
/
+43
2014-11-03
plugin: Update diagnostic ID API calls to LLVM 3.5
Philip Withnall
2
-4
/
+6
2014-07-03
plugin: Add a --verbose command line option
Philip Withnall
1
-4
/
+12
2014-07-03
gsignal: Allow swapped object instances to have actual type gpointer
Philip Withnall
1
-64
/
+80
2014-06-30
gsignal: Improve error output for boolean types
Philip Withnall
1
-1
/
+1
2014-06-30
gsignal: Fix expected types for enums and flags in signals
Philip Withnall
1
-2
/
+6
2014-06-30
gir-manager: Handle functions which equal a namespace prefix
Philip Withnall
1
-7
/
+12
2014-06-30
plugin: Enable --quiet if V=0 is set in the environment
Philip Withnall
1
-0
/
+6
2014-06-30
gir-manager: Handle NULL C prefixes from GIRs
Philip Withnall
1
-7
/
+17
2014-06-30
gvariant: Use Clang’s internal handling of integer promotion
Philip Withnall
1
-1
/
+1
2014-06-30
gvariant: Check for use of architecture-dependent types
Philip Withnall
1
-2
/
+73
2014-06-30
gvariant: Explicitly use fixed-width GLib types in error messages
Philip Withnall
1
-6
/
+8
2014-06-29
gsignal: Fix callback instance type checking for supertypes
Philip Withnall
1
-8
/
+60
2014-06-29
gsignal: Correctly handle subtyping of GObject interfaces
Philip Withnall
1
-12
/
+52
2014-06-29
debug: Only use the Remark output level for LLVM > 3.4
Philip Withnall
1
-0
/
+7
2014-06-29
gvariant: Fix use of freed memory
Philip Withnall
1
-3
/
+3
2014-06-29
gsignal: Fix use of freed memory
Philip Withnall
1
-3
/
+3
2014-06-29
clang-plugin: Print help and version on stdout not stderr
Philip Withnall
1
-6
/
+6
2014-06-29
nullability: Use WARN() macro for warnings
Philip Withnall
1
-4
/
+3
2014-06-29
gsignal: Use WARN() macro for warnings
Philip Withnall
1
-12
/
+12
2014-06-29
gir-attributes: Use WARN() macro for warnings
Philip Withnall
1
-8
/
+6
2014-06-29
clang-plugin: Switch to using LLVM debug macros
Philip Withnall
1
-4
/
+10
2014-06-29
build: Switch to ax_check_enable_debug.m4
Philip Withnall
1
-1
/
+1
2014-06-28
gsignal: Handle signal names containing underscores
Philip Withnall
1
-15
/
+32
2014-06-28
plugin: Add a --quiet argument and output the Tartan version on startup
Philip Withnall
1
-0
/
+35
2014-06-28
clang-plugin: Fix typo in command line documentation
Philip Withnall
1
-17
/
+17
2014-06-28
nullability: Replace (allow-none) with (nullable) and (optional)
Philip Withnall
2
-16
/
+29
2014-06-27
gsignal: Assume GError types will be GError* in signals
Philip Withnall
1
-9
/
+2
2014-06-27
gsignal: Improve warning messages if type information cannot be found
Philip Withnall
1
-11
/
+21
2014-06-27
debug: Add support for emitting remark reports
Philip Withnall
2
-0
/
+11
2014-06-27
gsignal: Add support for signals defined on interfaces
Philip Withnall
2
-44
/
+118
2014-06-27
gsignal: Correctly handle incorrect parameter counts in signal callbacks
Philip Withnall
1
-10
/
+148
2014-06-22
gsignal: Add support for G_CONNECT_SWAPPED
Philip Withnall
1
-13
/
+146
[next]