Chromium Code Reviews| OLD | NEW |
|---|---|
| (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 | |
| OLD | NEW |