summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-10-01 09:10:07 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-10-01 16:15:11 +0200
commitb0eab4b2d2761139ecf5191252dfa8005cd29508 (patch)
tree2bfe2a37301e507793b496d765a2bcabb7d8a82e /compilerplugins
parentef20b1d3dbc834d1fd4f858ed5f10e24747a0216 (diff)
Add loplugin:includeform documentation
Change-Id: I5a8c6ab0a967d9da2e1764301cd54f87f467a653 Reviewed-on: https://gerrit.libreoffice.org/61176 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/includeform.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/compilerplugins/clang/includeform.cxx b/compilerplugins/clang/includeform.cxx
index fe7bad18918f..0add9ffc47ba 100644
--- a/compilerplugins/clang/includeform.cxx
+++ b/compilerplugins/clang/includeform.cxx
@@ -14,6 +14,8 @@
#include "compat.hxx"
#include "plugin.hxx"
+// Enforces the "Rules for #include directives (C/C++)" described in README.md.
+
namespace {
class IncludeForm final: public PPCallbacks, public loplugin::RewritePlugin {