This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2417618d5ca4b151908df09d8e3a00a49f029222
clang-p2996
/
llvm
/
tools
/
bugpoint
History
Kazu Hirata
86e8164a8f
[llvm] Qualify auto in range-based for loops (NFC)
...
Identified with readability-qualified-auto.
2022-09-03 11:17:49 -07:00
..
BugDriver.cpp
…
BugDriver.h
[llvm] Remove unused forward declarations (NFC)
2022-01-07 20:00:34 -08:00
bugpoint.cpp
Remove unnecessary includes of ManagedStatic.h
2022-07-07 14:29:20 +02:00
CMakeLists.txt
…
CrashDebugger.cpp
[llvm] Qualify auto in range-based for loops (NFC)
2022-09-03 11:17:49 -07:00
ExecutionDriver.cpp
Remove unneeded cl::ZeroOrMore for cl::opt/cl::list options
2022-06-05 01:07:51 -07:00
ExtractFunction.cpp
…
FindBugs.cpp
[llvm] Use true/false instead of 1/0 (NFC)
2022-01-07 00:39:14 -08:00
ListReducer.h
…
Miscompilation.cpp
[llvm] Use true/false instead of 1/0 (NFC)
2022-01-07 00:39:14 -08:00
OptimizerDriver.cpp
Remove unneeded cl::ZeroOrMore for cl::opt/cl::list options
2022-06-05 00:31:44 -07:00
ToolRunner.cpp
[bugpoint] Fix repeated off-by-one error in debug output
2021-11-08 23:44:45 +00:00
ToolRunner.h
…