[PATCH] D21645: [CFLAA] Propagate StratifiedAttrs from callee to caller
    Hans-Bernhard Bröker via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Jun 27 15:27:54 PDT 2016
    
    
  
Am 27.06.2016 um 20:45 schrieb George Burgess IV:
> Fixed in r273902. Thanks for pinging this!
No problem.  Well, except you didn't follow me to the very end.  I think 
that 'one' really has to become 1ULL, not just 1U.  If only because only 
the latter makes the warning actually go away.  1U is unsigned int, but 
the constructor for std::bitset<> being used here takes unsigned long long.
> (Also, in the future, if you could add reviewers/the patch author to the
> CC line for things like this, that would be really helpful. Many of us
> have lots of email filters set up, so being cc'ed makes a difference. :) )
I'll admit I didn't search very hard, but the list was the only address 
I actually found.  And at ~2000 post/week, I wasn't sure I wanted to 
subscribe to that flood just yet.
    
    
More information about the llvm-commits
mailing list