[PATCH] Macro and conditional checking feature addition to the modularize tool

Sean Silva silvas at purdue.edu
Fri Jul 19 16:19:50 PDT 2013


+  clang::SourceLocation bLoc(Range.getBegin());
+  const char *bPtr = PP.getSourceManager().getCharacterData(bLoc);
+  size_t length;

Please follow the naming conventions set forth in <
http://llvm.org/docs/CodingStandards.html>. This seems to be a recurring
issue; please take the necessary steps to ensure future patches comply with
LLVM coding standards.

-- Sean Silva
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130719/0a0c6b7a/attachment.html>


More information about the cfe-commits mailing list