Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert r260266 (and r260276), "clang-cl: Enable plugins on Windows" | NAKAMURA Takumi | 2016-02-11 | 1 | -1/+0 |
| | | | | | | It doesn't work, at least, i686-win32. llvm-svn: 260537 | ||||
* | Fix the test added in r260266 | Ehsan Akhgari | 2016-02-09 | 1 | -1/+1 |
| | | | | llvm-svn: 260276 | ||||
* | clang-cl: Enable plugins on Windows | Ehsan Akhgari | 2016-02-09 | 1 | -0/+1 |
| | | | | llvm-svn: 260266 | ||||
* | Add tests for clang plugins | Alp Toker | 2014-01-08 | 1 | -0/+5 |
Somehow the entire plugin infrastructure went wholly untested until now. The only plugins available for use in testing are the examples, so plugin tests will only be run if CLANG_BUILD_EXAMPLES is enabled in the build. (The examples should really be enabled by default, not just to aid testing but also to prevent bitrot in some key user-facing code. I'll propose that shortly.) Requires supporting changes in LLVM r198746. llvm-svn: 198747 |