Better yet. Committed r265632
Thanks Sean,
On Wed, Apr 6, 2016 at 6:11 PM, Sean Silva wrote:
> We also have toUppercase in include/clang/Basic/CharInfo.h
>
> -- Sean Silva
>
> On Wed, Apr 6, 2016 at 6:04 PM, Bruno Cardoso Lopes via cfe-commits <
> cfe-commits@lists.llvm.org> wrote:
>
>> Author:
We also have toUppercase in include/clang/Basic/CharInfo.h
-- Sean Silva
On Wed, Apr 6, 2016 at 6:04 PM, Bruno Cardoso Lopes via cfe-commits <
cfe-commits@lists.llvm.org> wrote:
> Author: bruno
> Date: Wed Apr 6 20:04:09 2016
> New Revision: 265630
>
> URL: http://llvm.org/viewvc/llvm-project?r
Author: bruno
Date: Wed Apr 6 20:04:09 2016
New Revision: 265630
URL: http://llvm.org/viewvc/llvm-project?rev=265630&view=rev
Log:
[CrashReproducer] Change std::toupper to ::toupper
Attempt to fix windows bots
Modified:
cfe/trunk/lib/Frontend/ModuleDependencyCollector.cpp
Modified: cfe/tru