[llvm] r186274 - Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size.
Tobias Grosser
tobias at grosser.es
Sun Jul 14 15:05:45 PDT 2013
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
More information about the llvm-commits
mailing list