+  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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to