This is my first patch for clang, so I thought I'd make it a simple one. :)
As I've been learning the clang source, I found a couple small typos in the docs/comments. This patch is just a few lines of change: * IPA.txt : a copy-paste error, referencing the wrong config flag (the real 'c++template-inlining' flag is the section right before this one) * Expr.h : 'getStrData' is a member function that no longer exists (removed in 2010 by a quick history search?); replaced with 'getBytes' to correspond with the 'getByteLength' referenced a few words later. * Idempotent : the entries for "x || x" and "x && x" are incorrect. I did not find any corresponding mistake in actual source, so this looks to just be a comment bug only. I increased the context lines in the diff because I think it helps these patches. Jared
diff-minor-doc-fix.patch
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
