Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a69bbe02a2352271e8b14542073f177e24c499c1
/
clang-tools-extra
/
unittests
/
clang-tidy
/
GoogleModuleTest.cpp
3199b9a
Fix false positive on anonymous namespaces in headers.
by Samuel Benzaquen
· 11 years ago
ed824e0
[clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy::google
by Alexander Kornienko
· 11 years ago
37f8045
[clang-tidy] Organized clang-tidy unit tests. NFC.
by Alexander Kornienko
· 11 years ago
59c8aa9
Add clang-tidy check google-global-names-in-headers.
by Samuel Benzaquen
· 11 years ago
72f1e75
Move google-explicit-constructor check to a separate source file.
by Alexander Kornienko
· 11 years ago
4aab579
Fix assertion in google-explicit-constructor check when the constructor is
by Alexander Kornienko
· 11 years ago
3b26849
Fix the message for "Move constructor declared explicit".
by Alexander Kornienko
· 11 years ago
014225e
Warn on explicit copy constructors.
by Alexander Kornienko
· 11 years ago
f65a549
clang-tidy explicit constructor check: don't warn on copy or move constructors.
by Alexander Kornienko
· 12 years ago
f9a7b46
clang-tidy explicit constructors check: don't warn on deleted constructors.
by Alexander Kornienko
· 12 years ago
0988716
Made the ClangTidyTest helper class independent of the testing framework.
by Alexander Kornienko
· 12 years ago
32eaa37
Fix ExplicitConstructorCheck to warn only on in-class declarations.
by Alexander Kornienko
· 12 years ago
85e6e87
Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't
by Chandler Carruth
· 12 years ago
d07c840
Initial architecture for clang-tidy.
by Daniel Jasper
· 12 years ago