/* 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/. */
#if CLANG_VERSION_FULL < 800 // Starting with Clang 8.0 some basic functions have been renamed #define getBeginLoc getLocStart #define getEndLoc getLocEnd #endif
// In order to support running our checks using clang-tidy, we implement a // source compatible base check class called BaseCheck, and we use the // preprocessor to decide which base class to pick. #ifdef CLANG_TIDY #if CLANG_VERSION_FULL >= 900 #include"../ClangTidyCheck.h" #else #include"../ClangTidy.h" #endif typedef clang::tidy::ClangTidyCheck BaseCheck; typedef clang::tidy::ClangTidyContext ContextType; #else #include"BaseCheck.h" #endif
#endif// plugin_h__
Messung V0.5
¤ Dauer der Verarbeitung: 0.1 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.