Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang-tools-extra
/
modularize
/
ModularizeUtilities.cpp
0dfdb44
Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFile results on Windows.
by Peter Collingbourne
· 8 years ago
a67cf00
Fix memory leak by using unique_ptr
by David Blaikie
· 9 years ago
201f0f5
Fixes for Clang API change
by David Blaikie
· 9 years ago
ce452ce
Deleted unused typedef
by Piotr Padlewski
· 9 years ago
08124b1
modernize-use-auto NFC fixes
by Piotr Padlewski
· 9 years ago
f868d0b
Add qualifiers that are about to be necessary. NFC
by Paul Robinson
· 10 years ago
b3eef01
Added coverage check for extensionless headers, and exclude hidden dot directoryies.
by John Thompson
· 10 years ago
e557308
Backing out 254635 until I have a good workaround and test case.
by John Thompson
· 10 years ago
e753fc9
Fixed header determination logic. Was missing extensionless headers in coverage check.
by John Thompson
· 10 years ago
4018c62
Added mechanism to modularize for doing a compilation precheck
by John Thompson
· 10 years ago
96f5551
Fixed modularize to warn about missing headers referenced in a module map.
by John Thompson
· 10 years ago
9d5ae21
Update to match clang r237508.
by Richard Smith
· 10 years ago
e710371
Make helpers static. clang-tools edition.
by Benjamin Kramer
· 11 years ago
84ced5c
Renamed function to avoid confusion about purpose.
by John Thompson
· 11 years ago
b70ecf6
Fixed canonical path function.
by John Thompson
· 11 years ago
d07cfbd
Remove carriage returns.
by Nick Lewycky
· 11 years ago
8eb8d93
Added module map coverage support, extracted from module-map-checker.
by John Thompson
· 11 years ago
3c9fb52
Pruned some unneeded code and comments.
by John Thompson
· 11 years ago
9cb7964
Added support for extracting headers from module maps as a source for the header list.
by John Thompson
· 11 years ago
3dcb393
Add canonical path conversion function and use it so paths are consistent.
by John Thompson
· 11 years ago
d845bae
Moved header list loading to new class. This is staging for adding module map loading and checking support.
by John Thompson
· 11 years ago