[Libreoffice-commits] dev-tools.git: clang/README

Jan Holesovsky kendy at collabora.com
Fri Nov 13 07:07:17 PST 2015


 clang/README |    8 ++++++++
 1 file changed, 8 insertions(+)

New commits:
commit 2f79989be8a077de8a0d2e33825e1544bce8da2a
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Fri Nov 13 16:03:44 2015 +0100

    Mention find-unprefixed-members in the README.
    
    Change-Id: I362705fb4028db5c309af55b4eb0a04230f9f7c5

diff --git a/clang/README b/clang/README
index 6db3bf3..df6f0fb 100644
--- a/clang/README
+++ b/clang/README
@@ -31,6 +31,14 @@ If you get missing includes:
 ln -s /usr/lib64
 ----
 
+== Searching for the members to rename
+
+Use the find-unprefixed-members to create the CSV:
+
+----
+bin/find-unprefixed-members -class-name=C test.cxx --
+----
+
 == Build system integration
 
 LibreOffice integration example with csv handling, provided that:


More information about the Libreoffice-commits mailing list