[PATCH] D14480: Improve running time of getAsmSrcLocInfo
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 16 13:13:59 PST 2015
rafael added inline comments.
================
Comment at: include/clang/AST/Expr.h:1615
@@ +1614,3 @@
+ const TargetInfo &Target,
+ unsigned * StartToken=nullptr,
+ unsigned * StartTokenByteOffset=nullptr
----------------
Are you sure you used clang-format? The pointer style we use in llvm is "type *var".
One way to do it is to run "git clang-format master", assuming you have this patch in a git branch.
http://reviews.llvm.org/D14480
More information about the llvm-commits
mailing list