[PATCH] D56441: [analyzer][CrossTU][NFC] Generalize to external definitions instead of external functions

Rafael Stahl via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 8 07:38:23 PST 2019


r.stahl added a comment.

Thanks for the quick response! Will wait a couple days to see if someone else has something to add.

But I think something is wrong here...

When trying to "arc diff" I got the following error:

   Exception 
  Command failed with error #1!
  COMMAND
  svn propget 'svn:mime-type' '/data/work/commitllvm/llvm/tools/clang/tools/clang-extdef-mapping/ClangExtDefMapGen.cpp'@
  
  STDOUT
  (empty)
  
  STDERR
  svn: warning: W200017: Property 'svn:mime-type' not found on '/data/work/commitllvm/llvm/tools/clang/tools/clang-extdef-mapping/ClangExtDefMapGen.cpp@'
  svn: E200000: A problem occurred; see other errors for details

So I did:

  svn propset svn:mime-type text/plain tools/clang-extdef-mapping/ClangExtDefMapGen.cpp 

This was on all the new/renamed files.

Now this diff shows some weird "svn:mime-type" changes which are probably unwanted. But only on two of the new files (?).

I only found this online, but weird that no one else is having this issue: https://secure.phabricator.com/T10608


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56441/new/

https://reviews.llvm.org/D56441





More information about the cfe-commits mailing list