Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang-tools-extra
/
clang-tidy
/
readability
/
ContainerSizeEmptyCheck.cpp
8577dcc
[clang-tidy] Avoid inconsistent notes in readability-container-size-empty
by Alexander Kornienko
· 7 years ago
43465bf
Port getLocStart -> getBeginLoc
by Stephen Kelly
· 7 years ago
7b9c117
Adapt clang-tidy checks to changing semantics of hasDeclaration.
by Manuel Klimek
· 8 years ago
72163a9
Extend readability-container-size-empty to add comparisons to empty-state objects.
by Aaron Ballman
· 8 years ago
f6cd367
[clang-tidy] readability-container-size-empty fix for (*x).size()
by Alexander Kornienko
· 9 years ago
b5ca17f
[clang-tidy] Ignore `size() == 0` in the container implementation.
by Alexander Kornienko
· 9 years ago
afad84c
[clang-tidy] Cleaning up language options.
by Gabor Horvath
· 9 years ago
0d0bbfd
[clang-tidy] Fix naming in container-size-empty.
by Kirill Bobyrev
· 9 years ago
acb6b35
[clang-tidy] Extend readability-container-size-empty to arbitrary class with size() and empty()
by Kirill Bobyrev
· 9 years ago
9d26599
[clang-tidy] Cleanup some ast-matchers and lift some to utils.
by Etienne Bergeron
· 9 years ago
533c01d
[clang-tidy] readability-container-size-empty fixes
by Gabor Horvath
· 9 years ago
f7c39d5
[clang-tidy] Make readability-container-size-empty work with inline namespaces. Fix PR25812.
by Gabor Horvath
· 10 years ago
a4fd3be
[clang-tidy] Replace a custom ASTMatcher with a built-in one.
by Gabor Horvath
· 10 years ago
1f30cf6
[clang-tidy] Fix a false positive case in ContainerSizeEmpty check.
by Gabor Horvath
· 10 years ago
c6ff9c3
Fix a false positive case in ContainerSizeEmpty check (PR25893).
by Gabor Horvath
· 10 years ago
a4e35ec
[clang-tidy] Fix PR25812.
by Gabor Horvath
· 10 years ago
301130e
[clang-tidy] Fix message style (capitalization, trailing period).
by Alexander Kornienko
· 10 years ago
45857d4
Make a bunch of static arrays const.
by Craig Topper
· 10 years ago
b9ea09c
Refactors AST matching code to use the new AST matcher names. This patch correlates to r247885 which performs the AST matcher rename in Clang.
by Aaron Ballman
· 10 years ago
1f1b067
Disable clang-tidy readability checkers when not compiling in C++ mode. None of the checkers require additional testing as the tests will not compile for other languages or modes, or the checkers would never match a valid construct.
by Aaron Ballman
· 10 years ago
50d7f461
[clang-tidy] Move user-defined matches to unnamed namespaces to prevent ODR violations.
by Alexander Kornienko
· 10 years ago
73d2749
[clang-tidy] Remove static StringSet in favor of binary search.
by Benjamin Kramer
· 10 years ago
1b677db
[clang-tidy] Refactor: Rename clang-tidy readability check files and classes to follow naming conventions
by Alexander Kornienko
· 11 years ago
[Renamed (97%) from clang-tools-extra/clang-tidy/readability/ContainerSizeEmpty.cpp]
df0ab6a
[clang-tidy] Fix namespace comments. NFC.
by Alexander Kornienko
· 11 years ago
f766278
Re-sort includes using the LLVM utils/sort_includes.py script.
by Chandler Carruth
· 11 years ago
a6354ca
[clang-tidy] Small readability-container-size-empty cleanup
by Alexander Kornienko
· 11 years ago
96e7b8b
[clang-tidy] Use actual LangOptions.
by Alexander Kornienko
· 11 years ago
febfd345
[clang-tidy] Minor cleanups in readability-container-size-empty checker
by Alexander Kornienko
· 11 years ago
4babd68
clang-tidy: 'size' call that could be replaced with 'empty' on STL containers
by Alexander Kornienko
· 11 years ago