Teemperor / ClangAutoModules

Automatically mounts clang modules for your system libraries (and more)
MIT License
7 stars 1 forks source link

Test libraries in a user-specified order, not in the order of the include directories. #38

Closed Teemperor closed 7 years ago

Teemperor commented 7 years ago

E.g. we should always test/mount STL before third-party libraries. Currently we do it in whatever way the includes are coming in.