This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-01-16 05:32:28 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4692f52daa9d305b375cf2d2e9f3b5da8a352021
llvm
/
clang-tools-extra
/
modularize
History
John Thompson
1c158c192a
Fixed some cases in the modularize assistant mode where header file names didn't translate to valid module names.
...
llvm-svn: 264001
2016-03-21 23:05:14 +00:00
..
CMakeLists.txt
…
CoverageChecker.cpp
There were problems if a relative path is used for an include path, the path will be normalized to ./xxx. I don't know how to test this in a way that will work in a separated source/output environment, but it seems reasonable to assume that -I options won't be for provate directories.
2015-12-10 01:33:09 +00:00
CoverageChecker.h
…
Modularize.cpp
…
Modularize.h
…
ModularizeUtilities.cpp
Add qualifiers that are about to be necessary. NFC
2016-02-05 23:20:02 +00:00
ModularizeUtilities.h
…
ModuleAssistant.cpp
Fixed some cases in the modularize assistant mode where header file names didn't translate to valid module names.
2016-03-21 23:05:14 +00:00
PreprocessorTracker.cpp
Fix build problem by lower SmallSet<N> to a reasonable value
2016-02-01 22:18:58 +00:00
PreprocessorTracker.h
…