[Libreoffice-commits] .: compilerplugins/README

2013-01-31 Thread Luboš Luňák
 compilerplugins/README |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9b11db848665fb9501b5c88ffb1a5bd81abf7d69
Author: Luboš Luňák 
Date:   Thu Jan 31 14:47:50 2013 +0100

rewriters no longer create .new files, they modify sources directly

Change-Id: I24bce9dcf46367b5658071ed692d346bb01a83a3

diff --git a/compilerplugins/README b/compilerplugins/README
index 9dae9a1..8578005 100644
--- a/compilerplugins/README
+++ b/compilerplugins/README
@@ -63,7 +63,7 @@ if appropriate.
 
 Rewriters analyse and possibly modify given source files.
 Usage: make COMPILER_PLUGIN_TOOL=
-Modifications will be written to files .new .
+Modifications will be written directly to the source files.
 
 == Code documentation / howtos ==
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: compilerplugins/README

2012-10-14 Thread Libreoffice Gerrit user
 compilerplugins/README |8 
 1 file changed, 8 insertions(+)

New commits:
commit 1d5c2d83688be8b61083ba6b8f83a593b30e967e
Author: Luboš Luňák 
Date:   Sun Oct 14 11:54:04 2012 +0200

document sallogareas compiler check

Change-Id: I72d25ec9a1acafa2bc451e620d5dc5721d849c42

diff --git a/compilerplugins/README b/compilerplugins/README
index 50c7505..2344efb 100644
--- a/compilerplugins/README
+++ b/compilerplugins/README
@@ -40,6 +40,14 @@ Warn about the following construct:
 
 Here either both statements should be inside {} or the second statement in 
indented wrong.
 
+ Sal log areas 
+
+- unknown log area 'foo' (check or extend sal/inc/sal/log-areas.dox) [loplugin]
+
+Check area used in SAL_INFO/SAL_WARN macros against the list in 
sal/inc/sal/log-areas.dox and
+report if the area is not listed there. The fix is either use a proper area or 
add it to the list
+if appropriate.
+
 
 == Code documentation / howtos ==
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits