summaryrefslogtreecommitdiff
path: root/clang-plugin/plugin.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-12-16clang-plugin: Support LLVM 8.0Philip Chimento1-1/+9
2019-12-16clang-plugin: Require LLVM 4.0 or laterPhilip Chimento1-34/+0
2015-11-02plugin: Disable AST consumers when compiling codePhilip Withnall1-0/+17
2015-11-02plugin: Add a definition for an exported functionPhilip Withnall1-0/+3
2015-01-27docs: Add -analyzer-checker argument to documented options for cc1Philip Withnall1-0/+1
2015-01-26build: Fix a conditional check for LLVM 3.5 vs 3.6 API changesPhilip Withnall1-3/+3
2014-12-22plugin: Hoist the GIR manager to be a globalPhilip Withnall1-14/+15
2014-11-17gerror: Add a GError checkerPhilip Withnall1-0/+3
2014-11-17plugin: Add support for path-sensitive checkersPhilip Withnall1-1/+10
2014-11-03plugin: Update plugin registration API to support LLVM 3.5Philip Withnall1-0/+34
2014-11-03plugin: Update diagnostic ID API calls to LLVM 3.5Philip Withnall1-2/+3
2014-07-03plugin: Add a --verbose command line optionPhilip Withnall1-4/+12
2014-06-30plugin: Enable --quiet if V=0 is set in the environmentPhilip Withnall1-0/+6
2014-06-29clang-plugin: Print help and version on stdout not stderrPhilip Withnall1-6/+6
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-05-22clang-plugin: Make all checkers inherit from a Checker parent classPhilip Withnall1-2/+9
2014-05-22clang-plugin: Tidy up namespacing for checkersPhilip Withnall1-2/+2
2014-05-22clang-plugin: Allow checkers to be individually disabledPhilip Withnall1-6/+41
2014-05-09clang-plugin: Fix diagnostics to correctly use format placeholdersPhilip Withnall1-9/+5
2014-05-08clang-plugin: Add a g_signal_connect() checkerPhilip Withnall1-0/+3
2014-05-07build: Rename from gnome-clang to TartanPhilip Withnall1-10/+10
2014-05-06clang-plugin: Make failure to load a GI typelib a warning not an errorPhilip Withnall1-2/+2
2014-05-03clang-plugin: Add support for a GVariant checkerPhilip Withnall1-0/+3
2014-05-01clang-plugin: Remove GNOME_CLANG_GIRS and load all typelibs insteadPhilip Withnall1-60/+76
2014-04-30clang-plugin: Add GIR checks for (transfer none) vs constPhilip Withnall1-0/+3
2013-12-10clang-plugin: Use a shared_ptr for the GirManagerPhilip Withnall1-4/+8
2013-12-10clang-plugin: Add a nullability checker for function parametersPhilip Withnall1-1/+5
2013-12-10clang-plugin: Tidy up consumer instantiation in the plugin wrapperPhilip Withnall1-16/+3
2013-12-10clang-plugin: Factor out GIR repository managementPhilip Withnall1-3/+5
2013-12-09clang-plugin: Tidy up option parsing and --help in the pluginPhilip Withnall1-29/+67
2013-12-09clang-plugin: Rename the plugin from ‘gir-attributes’ to ‘gnome’Philip Withnall1-4/+4
2013-12-05clang-plugin: Add a second annotater plugin for assertionsPhilip Withnall1-5/+15
2013-12-03clang-plugin: Tidy up memory managementPhilip Withnall1-33/+67
2013-12-03clang-plugin: Add support for loading multiple repositoriesPhilip Withnall1-4/+3
2013-12-03Initial commitPhilip Withnall1-0/+125