summaryrefslogtreecommitdiffstats
path: root/clang/test/Frontend/plugins.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert r260266 (and r260276), "clang-cl: Enable plugins on Windows"NAKAMURA Takumi2016-02-111-1/+0
| | | | | | It doesn't work, at least, i686-win32. llvm-svn: 260537
* Fix the test added in r260266Ehsan Akhgari2016-02-091-1/+1
| | | | llvm-svn: 260276
* clang-cl: Enable plugins on WindowsEhsan Akhgari2016-02-091-0/+1
| | | | llvm-svn: 260266
* Add tests for clang pluginsAlp Toker2014-01-081-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
OpenPOWER on IntegriCloud