[Libreoffice-commits] core.git: compilerplugins/clang

Arnaud Versini arnaud.versini at gmail.com
Sun Mar 4 17:07:24 UTC 2018


 compilerplugins/clang/finalclasses.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e4b13d90bfe99428564fba147e9b00210de341b2
Author: Arnaud Versini <arnaud.versini at gmail.com>
Date:   Sun Mar 4 15:00:48 2018 +0100

    finalclasses : correct the comments with name in downcase
    
    Change-Id: Iad623ff608d015e95fe226babff18241488dabf0
    Reviewed-on: https://gerrit.libreoffice.org/50730
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
    Tested-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/compilerplugins/clang/finalclasses.cxx b/compilerplugins/clang/finalclasses.cxx
index ff2a29e7e434..8f48611f07da 100644
--- a/compilerplugins/clang/finalclasses.cxx
+++ b/compilerplugins/clang/finalclasses.cxx
@@ -21,7 +21,7 @@ These can be made private.
 
 The process goes something like this:
   $ make check
-  $ make FORCE_COMPILE_ALL=1 COMPILER_PLUGIN_TOOL='FinalClasses' check
+  $ make FORCE_COMPILE_ALL=1 COMPILER_PLUGIN_TOOL='finalclasses' check
   $ ./compilerplugins/clang/finalclasses.py
 
 */


More information about the Libreoffice-commits mailing list