- Aug 20, 2010
-
-
Evan Cheng authored
llvm-svn: 111575
-
Evan Cheng authored
llvm-svn: 111574
-
Douglas Gregor authored
Fix some typos in the documentation of -fdiagnostics-parseable-fixits. Typos by me, patch by Eelis van der Weegen llvm-svn: 111573
-
Johnny Chen authored
its return status into lldbtest.TestBase.runCmd(); and runCmd() in combination with checking the output against matching substrings (including startswith) into lldbtest.TestBase.expect(). TestUnsignedTypes.py is refactored to use the abstracted APIs. Other test cases to be modified later. llvm-svn: 111572
-
Owen Anderson authored
llvm-svn: 111571
-
John McCall authored
are local externs. Fixes <rdar://problem/8302138>. llvm-svn: 111570
-
Owen Anderson authored
When a set of bitmask operations, typically from a bitfield initialization, only modifies the low bytes of a value, we can narrow the store to only over-write the affected bytes. llvm-svn: 111568
-
- Aug 19, 2010
-
-
Greg Clayton authored
Fixed a long delay in shutdown times by invalidating m_private_state_thread right before the private state thread (which calls "void *Process::RunPrivateStateThread ()") exits. llvm-svn: 111567
-
Douglas Gregor authored
llvm-svn: 111561
-
Douglas Gregor authored
llvm-svn: 111560
-
Douglas Gregor authored
llvm-svn: 111559
-
Douglas Gregor authored
flag -fdiagnostics-parseable-fixits, from Eelis van der Weegen! llvm-svn: 111557
-
Mikhail Glushenkov authored
llvm-svn: 111553
-
Mikhail Glushenkov authored
llvm-svn: 111552
-
Owen Anderson authored
llvm-svn: 111551
-
Daniel Dunbar authored
and reenable crash recovery test. - Reparsing is still very crashy / weird, so I had to sprinkle random code into the remapped input to get it to do what I want (i.e., crash!). llvm-svn: 111550
-
Howard Hinnant authored
llvm-svn: 111547
-
Howard Hinnant authored
llvm-svn: 111546
-
Eli Friedman authored
llvm-svn: 111545
-
Howard Hinnant authored
llvm-svn: 111544
-
Owen Anderson authored
llvm-svn: 111543
-
Howard Hinnant authored
llvm-svn: 111542
-
Jordy Rose authored
llvm-svn: 111541
-
Bill Wendling authored
llvm-svn: 111540
-
Bill Wendling authored
llvm-svn: 111539
-
Howard Hinnant authored
llvm-svn: 111538
-
Evan Cheng authored
llvm-svn: 111537
-
Johnny Chen authored
llvm-svn: 111536
-
Michael J. Spencer authored
The Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.30319.01 implements parts of C++0x based on the draft standard. An old version of the draft had a bug that makes std::pair<T1*, T2*>(something, 0) fail to compile. This is because the template<class U, class V> pair(U&& x, V&& y) constructor is selected, even though it later fails to implicitly convert U and V to frist_type and second_type. This has been fixed in n3090, but it seems that Microsoft is not going to update msvc. llvm-svn: 111535
-
Dale Johannesen authored
llvm-svn: 111534
-
Jim Grosbach authored
rdar://8277890 llvm-svn: 111533
-
Howard Hinnant authored
llvm-svn: 111532
-
Evan Cheng authored
llvm-svn: 111531
-
Evan Cheng authored
llvm-svn: 111530
-
Daniel Dunbar authored
changes. llvm-svn: 111529
-
Daniel Dunbar authored
llvm-svn: 111528
-
Eric Christopher authored
and correctness regressions. llvm-svn: 111527
-
Douglas Gregor authored
conversion a second time for a conversion candidate (with the real acting context), because the only problems we would find are access or ambiguity issues that won't be diagnosed until we pick this candidate. Add a test case to prove it to myself. llvm-svn: 111526
-
Daniel Dunbar authored
llvm-svn: 111525
-
Daniel Dunbar authored
llvm-svn: 111524
-