This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
clang-tools-extra
/
modularize
History
Kazu Hirata
402baea0a9
[modularize] Use std::tie to implement operator< (NFC) (
#146220
)
...
std::tie clearly expresses the intent while slightly shortening the code.
2025-06-28 13:04:00 -07:00
..
CMakeLists.txt
…
CoverageChecker.cpp
[modularize] Use range-based for loops (NFC) (
#144244
)
2025-06-15 10:32:30 -07:00
CoverageChecker.h
…
Modularize.cpp
[modularize] Use std::tie to implement operator< (NFC) (
#146220
)
2025-06-28 13:04:00 -07:00
Modularize.h
…
ModularizeUtilities.cpp
[modularize] Use range-based for loops (NFC) (
#144244
)
2025-06-15 10:32:30 -07:00
ModularizeUtilities.h
Reapply "[clang] Remove intrusive reference count from
DiagnosticOptions
(
#139584
)"
2025-05-22 12:52:03 -07:00
ModuleAssistant.cpp
[clang-tools-extra] Use llvm::replace (NFC) (
#140200
)
2025-05-16 07:30:46 -07:00
PreprocessorTracker.cpp
[clang-tools-extra] Use llvm::replace (NFC) (
#140200
)
2025-05-16 07:30:46 -07:00
PreprocessorTracker.h
…