|
clang-tools 22.0.0git
|
#include "../ClangTidyCheck.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringRef.h"#include <string>Go to the source code of this file.
Classes | |
| class | clang::tidy::android::ComparisonInTempFailureRetryCheck |
| Attempts to catch calls to TEMP_FAILURE_RETRY with a top-level comparison operation, like TEMP_FAILURE_RETRY(read(...) != N). More... | |
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::tidy |
| namespace | clang::tidy::android |