summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-08-16 01:22:21 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-08-16 01:22:21 +0200
commite4c759fbffae852b938a076de38ba2df4eab6afa (patch)
treef793335b31a460cae2966dd407ec934671ecc9ee /doc
parentb78114ce507757cd79649212bd17dc86965aa4ef (diff)
parent531c66d1ec583a35d8d6bc637c94457fcd87a8e3 (diff)
downloadNim-e4c759fbffae852b938a076de38ba2df4eab6afa.tar.gz
Merge branch 'devel' into araq-misc
Diffstat (limited to 'doc')
-rw-r--r--doc/nimc.rst40
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/nimc.rst b/doc/nimc.rst
index a33be39e6..31df4b6f7 100644
--- a/doc/nimc.rst
+++ b/doc/nimc.rst
@@ -68,6 +68,46 @@ User                             Some user defined warning.
 ==========================       ============================================
 
 
+List of hints
+-------------
+
+Each hint can be activated individually with ``--hint[NAME]:on|off`` or in a
+``push`` pragma.
+
+==========================       ============================================
+Name                             Description
+==========================       ============================================
+CC                               Shows when the C compiler is called.
+CodeBegin
+CodeEnd
+CondTrue
+Conf                             A config file was loaded.
+ConvToBaseNotNeeded
+ConvFromXtoItselfNotNeeded
+Dependency
+Exec                             Program is executed.
+ExprAlwaysX
+ExtendedContext
+GCStats                          Dumps statistics about the Garbage Collector.
+GlobalVar                        Shows global variables declarations.
+LineTooLong                      Line exceeds the maximum length.
+Link                             Linking phase.
+Name
+Path                             Search paths modifications.
+Pattern
+Performance
+Processing                       Artifact being compiled.
+QuitCalled
+Source                           The source line that triggered a diagnostic
+                                 message.
+StackTrace
+Success, SuccessX                Successful compilation of a library or a binary.
+User
+UserRaw
+XDeclaredButNotUsed              Unused symbols in the code.
+==========================       ============================================
+
+
 Verbosity levels
 ----------------