Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
2946cd701067404b99c39fb29dc9c74bd7193eb3
/
clang-tools-extra
/
clang-tidy
/
modernize
/
LoopConvertUtils.cpp
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
1647f38
Remove trailing whitespace in docs and clang-tidy sources.
by Alexander Kornienko
· 9 years ago
8615047
Fix some Clang-tidy modernize-use-default and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 9 years ago
e9a265a
Adapt to TraverseLambdaCapture interface change from D23204
by Martin Bohme
· 9 years ago
d10be62
[clang-tidy] Prepare modernize-loop-convert for upcoming changes in D22566
by Martin Bohme
· 9 years ago
325c727
Fix clang-tidy patterns to adapt to newly added ExprWithCleanups nodes.
by Tim Shen
· 9 years ago
6f90dcc
[clang-tidy] Remove dead code. NFC.
by Benjamin Kramer
· 9 years ago
e641cb4
[clang-tidy] Fix "Name is not a simple identifier" assertion in `modernize-loop-convert` check.
by Haojian Wu
· 10 years ago
6b4c0b5
[clang-tidy] Fix an assert failure in `modernize-loop-convert`.
by Haojian Wu
· 10 years ago
1e3c32b
[clang-tidy] Fix assertion failure on `at` function in modernize-loop-convert.
by Haojian Wu
· 10 years ago
2c19d4c
Allow the alias to be of a different type.
by Angel Garcia Gomez
· 10 years ago
7056f74
Use the old index identifier by default, instead of 'elem'.
by Angel Garcia Gomez
· 10 years ago
7e1d4ae
Avoid naming conflicts with the old index in modernize-loop-convert.
by Angel Garcia Gomez
· 10 years ago
8b56366
Replace double negation of !FileID.isInvalid() with FileID.isValid().
by Yaron Keren
· 10 years ago
88d2044
Handle trailing underscores on modernize-loop-convert variable namer.
by Angel Garcia Gomez
· 10 years ago
8535c6c
Add NamingStyle option to modernize-loop-convert.
by Angel Garcia Gomez
· 10 years ago
bb9ca54
Another patch for modernize-loop-convert.
by Angel Garcia Gomez
· 10 years ago
d930ef7
Avoid using rvalue references with trivially copyable types.
by Angel Garcia Gomez
· 10 years ago
bd0ec69
Avoid repeated replacements on loop-convert check.
by Angel Garcia Gomez
· 10 years ago
8d01772
Two more fixes to loop convert.
by Angel Garcia Gomez
· 10 years ago
8475466
Fix loop-convert crash.
by Angel Garcia Gomez
· 10 years ago
692cbb5
Fix several corner cases for loop-convert check.
by Angel Garcia Gomez
· 10 years ago
8409e88
Fix another LoopConvert fail.
by Angel Garcia Gomez
· 10 years ago
446fe8d
LoopConvert no longer take as alias references to other containers.
by Angel Garcia Gomez
· 10 years ago
0497084
[clang-tidy] Add loop-convert check to clang-tidy.
by Alexander Kornienko
· 10 years ago