Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/LibreOffice/xmloff/source/chart/   (LibreOffice Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 5 kB image not shown  

Quellcode-Bibliothek ExplicitImplicitChecker.h   Sprache: unbekannt

 
/* 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/. */


#ifndef ExplicitImplicitChecker_h__
#define ExplicitImplicitChecker_h__

#include "plugin.h"

class ExplicitImplicitChecker : public BaseCheck {
public:
  ExplicitImplicitChecker(StringRef CheckName, ContextType *Context = nullptr)
      : BaseCheck(CheckName, Context) {}
  void registerMatchers(MatchFinder *AstMatcher) override;
  void check(const MatchFinder::MatchResult &Result) override;
};

#endif

Messung V0.5 in Prozent
C=97 H=100 G=98

[0.3QuellennavigatorsProjekt 2026-06-05]