[llvm] r186274 - Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size.

Craig Topper craig.topper at gmail.com
Sun Jul 14 18:06:42 PDT 2013


I had -Werror turned on. Basically I was looking for a way to only warn on
the the >> problem and not anything else so I wouldn't need to manually
filter.


On Sun, Jul 14, 2013 at 3:05 PM, Tobias Grosser <tobias at grosser.es> wrote:

> On 07/14/2013 12:31 AM, Craig Topper wrote:
>
>> Thanks. Is there a way to get clang to warn on that and still build in
>> c++11 mode? I tried -Wc++98-compat, but that failed on stuff that is
>> conditionally enabled in Compiler.h.
>>
>
> What does 'it fails' mean. I assume warnings in those parts of the code
> are expected (and you would need to filter them). On the other side,
> crashes seem to be unexpected and we should open bugreports for them.
>
> Cheers,
> Tobias
>
>


-- 
~Craig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130714/0a2b1ba1/attachment.html>


More information about the llvm-commits mailing list