Details
Details
- Reviewers
NoQ xazax.hun rnkovacs baloghadamsoftware dcoughlin - Commits
- rZORG19deaaa3a6d5: [analyzer] Add a test plugin for checker option handling
rG19deaaa3a6d5: [analyzer] Add a test plugin for checker option handling
rGdaa91492dd93: [analyzer] Add a test plugin for checker option handling
rC360910: [analyzer] Add a test plugin for checker option handling
rL360910: [analyzer] Add a test plugin for checker option handling
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I'm not sure we really want to add any more examples of plugins.
Analyzer plugins aren't supported and likely never will be. We probably shouldn't give people false hope that a plugin model is going to be possible any time soon. I'm worried that this will just encourage people to shoot themselves in the foot.
Comment Actions
@Szelethus I know the dependent patch D59464 will move examples/analyzer-plugin to test/Analysis/plugins/..., but this patch still seems to affect examples/. Are you sure this is the right diff? Because you are adding brand new files and brand new "folders", I don't think that'll apply cleanly.
test/Analysis/checker-plugins.c | ||
---|---|---|
35 ↗ | (On Diff #196080) | Why isn't here a space before the line break escape \, but in the other lines? |