summaryrefslogtreecommitdiff
path: root/clang-plugin
AgeCommit message (Expand)AuthorFilesLines
2014-06-30gsignal: Improve error output for boolean typesPhilip Withnall1-1/+1
2014-06-30gsignal: Fix expected types for enums and flags in signalsPhilip Withnall1-2/+6
2014-06-30gir-manager: Handle functions which equal a namespace prefixPhilip Withnall1-7/+12
2014-06-30plugin: Enable --quiet if V=0 is set in the environmentPhilip Withnall1-0/+6
2014-06-30gir-manager: Handle NULL C prefixes from GIRsPhilip Withnall1-7/+17
2014-06-30gvariant: Use Clang’s internal handling of integer promotionPhilip Withnall1-1/+1
2014-06-30gvariant: Check for use of architecture-dependent typesPhilip Withnall1-2/+73
2014-06-30gvariant: Explicitly use fixed-width GLib types in error messagesPhilip Withnall1-6/+8
2014-06-29gsignal: Fix callback instance type checking for supertypesPhilip Withnall1-8/+60
2014-06-29gsignal: Correctly handle subtyping of GObject interfacesPhilip Withnall1-12/+52
2014-06-29debug: Only use the Remark output level for LLVM > 3.4Philip Withnall1-0/+7
2014-06-29gvariant: Fix use of freed memoryPhilip Withnall1-3/+3
2014-06-29gsignal: Fix use of freed memoryPhilip Withnall1-3/+3
2014-06-29clang-plugin: Print help and version on stdout not stderrPhilip Withnall1-6/+6
2014-06-29nullability: Use WARN() macro for warningsPhilip Withnall1-4/+3
2014-06-29gsignal: Use WARN() macro for warningsPhilip Withnall1-12/+12
2014-06-29gir-attributes: Use WARN() macro for warningsPhilip Withnall1-8/+6
2014-06-29clang-plugin: Switch to using LLVM debug macrosPhilip Withnall1-4/+10
2014-06-29build: Switch to ax_check_enable_debug.m4Philip Withnall1-1/+1
2014-06-28gsignal: Handle signal names containing underscoresPhilip Withnall1-15/+32
2014-06-28plugin: Add a --quiet argument and output the Tartan version on startupPhilip Withnall1-0/+35
2014-06-28clang-plugin: Fix typo in command line documentationPhilip Withnall1-17/+17
2014-06-28nullability: Replace (allow-none) with (nullable) and (optional)Philip Withnall2-16/+29
2014-06-27gsignal: Assume GError types will be GError* in signalsPhilip Withnall1-9/+2
2014-06-27gsignal: Improve warning messages if type information cannot be foundPhilip Withnall1-11/+21
2014-06-27debug: Add support for emitting remark reportsPhilip Withnall2-0/+11
2014-06-27gsignal: Add support for signals defined on interfacesPhilip Withnall2-44/+118
2014-06-27gsignal: Correctly handle incorrect parameter counts in signal callbacksPhilip Withnall1-10/+148
2014-06-22gsignal: Add support for G_CONNECT_SWAPPEDPhilip Withnall1-13/+146
2014-06-16gsignal: Rename some variablesPhilip Withnall1-52/+52
2014-06-09gsignal: Ensure string parameters to signal callbacks are expected constPhilip Withnall1-1/+1
2014-06-09gvariant: Add suggestions for GVariant format strings to error messagesPhilip Withnall1-6/+63
2014-05-30gvariant: Improve wording of excess varargs error messagePhilip Withnall1-5/+7
2014-05-25clang-plugin: Fix error message formatting in GVariant checkerPhilip Withnall1-7/+7
2014-05-25clang-plugin: Simplify GVariant checker error message codePhilip Withnall1-9/+2
2014-05-25clang-plugin: Port GVariant checker to use TypeManagerPhilip Withnall2-169/+89
2014-05-24clang-plugin: Move type lookups out into a new TypeManagerPhilip Withnall4-69/+178
2014-05-22clang-plugin: Make all checkers inherit from a Checker parent classPhilip Withnall11-36/+135
2014-05-22clang-plugin: Tidy up namespacing for checkersPhilip Withnall11-4/+42
2014-05-22clang-plugin: Allow checkers to be individually disabledPhilip Withnall9-14/+100
2014-05-09clang-plugin: Fix diagnostics to correctly use format placeholdersPhilip Withnall7-287/+207
2014-05-09clang-plugin: Improve error message cosmetics in the GVariant checkerPhilip Withnall1-1/+4
2014-05-09clang-plugin: Fix handling of const types in the GSignal checkerPhilip Withnall1-2/+5
2014-05-08clang-plugin: Add a g_signal_connect() checkerPhilip Withnall5-5/+1071
2014-05-08clang-plugin: Fix a typo in a debug messagePhilip Withnall1-1/+1
2014-05-07clang-plugin: Add missing #includes to gir-manager.hPhilip Withnall1-0/+3
2014-05-07clang-plugin: Improve WARN_EXPR print formatPhilip Withnall1-1/+1
2014-05-07clang-plugin: Fix #define used to enable debug outputPhilip Withnall1-1/+1
2014-05-07clang-plugin: Clarify a warning about (allow-none) annotationsPhilip Withnall1-1/+1
2014-05-07build: Rename from gnome-clang to TartanPhilip Withnall15-88/+88