[PATCH] D14480: Improve running time of getAsmSrcLocInfo

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 16 16:27:55 PST 2015


if (StartToken) TokNo = *StartToken;

It should have a newline.

On 17 November 2015 at 09:26, Yunlian Jiang <yunlian at google.com> wrote:
> yunlian added inline comments.
>
> ================
> Comment at: lib/AST/Expr.cpp:1030
> @@ +1029,3 @@
> +  unsigned StringOffset = 0;
> +  if (StartToken) TokNo = *StartToken;
> +  if (StartTokenByteOffset) {
> ----------------
> rafael wrote:
>> This part also needs git-clang-format..
> Which part? Could you please give me some advice on how to modify it?
> Thanks
> I run git clang-format and it says clang-format did not modify any files.
>
>
>
> http://reviews.llvm.org/D14480
>
>
>


More information about the llvm-commits mailing list