Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Side by Side Diff: tools/clang_check/README.chromium

Issue 6368055: Commit my clang plugin and fix up documentation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add makefile for thakis Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 These are terrible, terrible hacks.
2
3 They are meant to be temporary. clang currently doesn't allow running a plugin
4 AND doing the normal codegen process. We want our syntax complaining plugins to
5 run during normal compile, but for now, you can user run_plugin.sh to hack the
6 build system to do a syntax check.
7
8 Also see http://code.google.com/p/chromium/wiki/WritingClangPlugins
9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698