aboutsummaryrefslogtreecommitdiff
path: root/source/de/basctl
AgeCommit message (Expand)Author
2013-05-07update translations for LibreOffice 4.0.3 rc1Andras Timar
2013-01-28update translations for LibreOffice 4.0 rc2Andras Timar
2013-01-06 update translations for LibreOffice 4.0 rc1Andras Timar
2012-12-16update translations for LibreOffice 4.0 beta2Andras Timar
2012-12-03update translations for LibreOffice 4.0 beta1Andras Timar
2012-11-20initial import of LibreOffice 4.0 translationsAndras Timar
2012-10-16move translations structure one directory upNorbert Thiebaud
tion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/compilerplugins/clang
AgeCommit message (Collapse)Author
2013-04-24Update location of log-areas.doxTor Lillqvist
Change-Id: If54a3d7047f13ae9c9345c21737a89afee645403
2013-04-22base for unusedcode compiler pluginLuboš Luňák
Needs work to actually do something useful, but the basics are there. Change-Id: I193922f2f5572760c8c20def0f9b830138f47fef
2013-04-07removeforwardstringdecl clang plugin has been used, move itLuboš Luňák
Change-Id: I3bccfa773448e17ac3c8ece6b99f85c6d399b0cf
2013-04-04compiler plugin to check incorrect #ifdef for config_XXX.h macrosLuboš Luňák
http://lists.freedesktop.org/archives/libreoffice/2013-March/047769.html Change-Id: Ibba9d3dcc87d6d6eee58ab3690a8f87339d00956
2013-04-04don't explicitly delete PPCallbacks-based compiler plugin actionsLuboš Luňák
If the class is based on PPCallbacks too, Clang internals will delete the instance. Change-Id: I6dd83d800e6cca17eb0b5de23c8994f11c087fd5
2013-03-28adjust unused compiler plugins for ASTContext to CompilerInstance change tooLuboš Luňák
Change-Id: I415ed25586408d7e7df9457f7c637a8c6d13d35d
2013-03-28pass around CompilerInstance rather than ASTContextLuboš Luňák
It's possible to get the latter from the former, and the former is useful for other things too (access to the preprocessor, for example). Change-Id: I708d709129fd3a35bf7c63da4de09c2e696b382d
2013-03-28-Wextra for compiler pluginsLuboš Luňák
Change-Id: I246dcf1d2c099c510435d21f0dd47e3c098456f2