/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * 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 . */ #pragma once #include inline constexpr OUString HID_EXTENSION_MANAGER_LISTBOX_ENABLE = u"DESKTOP_HID_EXTENSION_MANAGER_LISTBOX_ENABLE"_ustr; inline constexpr OUString HID_EXTENSION_MANAGER_LISTBOX_DISABLE = u"DESKTOP_HID_EXTENSION_MANAGER_LISTBOX_DISABLE"_ustr; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ce-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/sharedvisitor
AgeCommit message (Expand)Author
2024-11-19improve loplugin passparamsbyrefNoel Grandin
2023-12-18-Werror,-Wdeprecated-declarationsStephan Bergmann
2022-02-17Bump compiler plugins Clang baseline to 12.0.1Stephan Bergmann
2021-10-07drop 'using namespace std' in compilerpluginsJulien Nabet
2021-04-12convert few more clang plugins to sharedLuboš Luňák
2021-04-01tdf#124176 Use pragma once instead of include guardsrounak
2021-03-01new loplugin:staticdynamicNoel
2020-07-19Adapt to Clang 12 trunk RecursiveASTVisitor changeStephan Bergmann
2020-06-07New loplugin:elidestringvarStephan Bergmann
2020-05-28Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-03-09Add --disable-compiler-plugins-analyzer-pch for Jenkins/linux_clang_dbgutil_64Stephan Bergmann
2020-02-14deliver more useful message when I mess up a conversion to shared pluginNoel Grandin
2020-02-03handle -Wunused-function warnings in clang's sharedvisitor.cxxLuboš Luňák
2020-02-03significantly reduce build time of sharedvisitor.cxxLuboš Luňák
2020-01-29Adapt to "[ADT] Make StringRef's std::string conversion operator explicit"Stephan Bergmann
2020-01-28avoid compilerplugin's sharedvisitor bailing out prematurelyLuboš Luňák
2019-11-18compilerplugins: fix ambiguous type warningsChris Sherlock
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-11-14Improve error messageStephan Bergmann
2019-10-18Properly handle comma in CLANGFLAGSStephan Bergmann
2019-10-07try to autodetect flags needed to build Clang pluginsLuboš Luňák
2019-10-07fix various warnings in compilerpluginsLuboš Luňák