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

Unified 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, 11 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 side-by-side diff with in-line comments
Download patch
Index: tools/clang_check/README.chromium
diff --git a/tools/clang_check/README.chromium b/tools/clang_check/README.chromium
deleted file mode 100644
index fcaa7e0e94bb604a026c4f478fecb1c5796f5413..0000000000000000000000000000000000000000
--- a/tools/clang_check/README.chromium
+++ /dev/null
@@ -1,9 +0,0 @@
-These are terrible, terrible hacks.
-
-They are meant to be temporary. clang currently doesn't allow running a plugin
-AND doing the normal codegen process. We want our syntax complaining plugins to
-run during normal compile, but for now, you can user run_plugin.sh to hack the
-build system to do a syntax check.
-
-Also see http://code.google.com/p/chromium/wiki/WritingClangPlugins
-

Powered by Google App Engine
This is Rietveld 408576698