Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clang: Split Compiler/Clang* modules out from GNU (#13550) | Brad King | 2012-09-19 | 1 | -1/+2 |
| | | | | | | | While Clang presents an almost identical interface to GNU there will be some differences. Split the compiler information modules to allow separate rules for Clang. Start by loading the GNU rules but leave a place to add Clang-specific information. | ||||
* | Recognize Clang C and C++ compilers (see #10693) | Brad King | 2010-05-17 | 1 | -0/+1 |
Map to the platform and compiler information for GNU because the compilers are command-line compatible for common operations. Later we can add Clang-specific features as necessary. We honor the preferred capitalization is "Clang", not the common mis-spelling "CLang". |