Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

What is a good open source Eclipse plug-in for C that can be customized to enforce/review specific coding standard?

Update: "Codan" is one of the good plug-in. This is what I expected. Thanks for your help!

share|improve this question
1  
Thank you! I hope Jupiter will help for me :-) – arun Aug 10 '11 at 9:15
Are you looking for peer code review plugin, or code analysis plugins? – tehnyit Sep 15 '11 at 14:28
1  
Instead of an update, you should have created a new answer, with details about how it meets your needs, and accepted it as the answer to your question. – Matthieu Dec 11 '11 at 21:50

closed as off topic by Mark Trapp Jan 26 '12 at 0:18

Questions on Programmers Stack Exchange are expected to relate to software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

I use Eclipse IDE for C/C++ Developers, Indigo release.

Under WindowsC/C++Code Style, you can choose from a predefined set of styles or define your own.

You can then apply the chosen coding standard via SourceFormat.

share|improve this answer
Thank you! Let me check it. – arun Aug 10 '11 at 9:03
But, I am looking for some tool which also analysis standards like usage of variables, naming standard and memory leaks etc.. – arun Aug 10 '11 at 9:05

Not the answer you're looking for? Browse other questions tagged or ask your own question.