[cfe-commits] r157547 - /cfe/trunk/lib/AST/MicrosoftMangle.cpp

Charles Davis cdavis at mymail.mines.edu
Sun May 27 14:49:36 PDT 2012


On May 27, 2012, at 3:39 PM, Lang Hames wrote:

> Author: lhames
> Date: Sun May 27 16:39:49 2012
> New Revision: 157547
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=157547&view=rev
> Log:
> Fix call to APSInt constructor - it doesn't take an initial value, just a
> bitwidth and signedness. Also rename the variable to reflect its purpose.
> 
> No test case - discovered during random code exploration.
Thanks for catching this! I'll make a test case.

Chip




More information about the cfe-commits mailing list