summaryrefslogtreecommitdiff
path: root/source/auxiliary/ta/sbasic.cfg
blob: 160e9ae77cbea5b8b08c6d2d144aa6a2d3bfdc2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# This file incorporates work covered by the following license notice:
#
#   Licensed to the Apache Software Foundation (ASF) under one or more
#   contributor license agreements. See the NOTICE file distributed
#   with this work for additional information regarding copyright
#   ownership. The ASF licenses this file to you under the Apache
#   License, Version 2.0 (the "License"); you may not use this file
#   except in compliance with the License. You may obtain a copy of
#   the License at http://www.apache.org/licenses/LICENSE-2.0 .
#


Title=%PRODUCTNAME Basic

Language=ta
Order=7
Start=text%2Fsbasic%2Fshared%2Fmain0601.xhp
Heading=headingheading
Program=BASIC 
on LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/implicitboolconversion.cxx
AgeCommit message (Expand)Author
2016-12-22Also don't warn for plain C codeStephan Bergmann
2016-06-29Remove support for Clang < 3.3Stephan Bergmann
2016-06-28More Clang 3.4 "(anonymous namespace)" fixesStephan Bergmann
2016-06-28Adapt to Clang 3.4 (in preparation of a buildbot on CentOS 7)Stephan Bergmann
2016-06-19loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann
2016-04-27cppcheck: silence warnings in compilerpluginsJochen Nitschke
2016-04-21Use Sequence ctor taking initializer_listStephan Bergmann
2016-04-20Use cast to bool to normalize sal_Bool valuesStephan Bergmann
2016-02-26These version checks are about the Clang the plugins are built /against/Stephan Bergmann
2016-01-05Adapt loplugin:implicitboolconversion to changes in Clang trunk towards 3.8Stephan Bergmann
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni
2015-08-04Adapt to current Clang trunk towards 3.7Stephan Bergmann
2015-05-11Suppress loplugin:implicitboolconversion warnings in Objective-C codeStephan Bergmann
2015-05-08lopluign:implicitboolconversion: warn about conversion from sal_Bool etc., tooStephan Bergmann
2015-04-23Mac OS X ctype.h isdigit is not extern "C"Stephan Bergmann
2015-04-23Improve loplugin:implicitboolconversion cond. expr. handlingStephan Bergmann
2015-04-17loplugin:implicitboolconversion: warn about conversions to unsigned charStephan Bergmann
2014-06-17Fix logic to obtain callee's FunctionProtoType (if any)Stephan Bergmann
2014-02-24implicitboolconversion: warn about implicit conversion of call args to boolStephan Bergmann
2014-02-21Special handling of __builtin_expect in boolean expressionsStephan Bergmann
2014-02-21implicitboolconversion: support for Objective C BOOLStephan Bergmann
2014-02-14one more -Werror,-Wsign-compareMatúš Kukan
2014-02-14-Wsign-compareStephan Bergmann
2014-02-13Adapt ImplicitBoolConversion to 32-bit builds (where sal_Int32 is long)Stephan Bergmann
2014-01-31Clang API function terminology got changedStephan Bergmann
2014-01-29implicitboolconversion: also warn about redundant explicit castsStephan Bergmann
2014-01-27Prepare dual-mode compiler plugin featureStephan Bergmann
2014-01-26implicitboolconversion: warn about mixing bool with integerStephan Bergmann
2014-01-22implicitboolconversion: also warn about mixing bool/sal_Bool in &=, |=, ^=Stephan Bergmann
2014-01-22implicitboolconversion: also warn about mixing bool/sal_Bool in == etc.Stephan Bergmann
2014-01-22Improve Clang 3.2 hasCLanguageLinkageType workaroundStephan Bergmann
2014-01-20Make implicitboolconversion.cxx compile with Clang 3.2Stephan Bergmann
2014-01-17Clang plugin that flags implicit conversions from boolStephan Bergmann