- Jan 13, 2011
-
-
Dan Gohman authored
llvm-svn: 123352
-
Jakob Stoklund Olesen authored
llvm-svn: 123351
-
Jason W Kim authored
llvm-svn: 123350
-
Douglas Gregor authored
llvm-svn: 123349
-
Douglas Gregor authored
matching of variadic template template parameters to template arguments. This paragraph was the subject of ISO C++ committee document N2555: Extending Variadic Template Template Parameters. llvm-svn: 123348
-
Jason W Kim authored
llvm-svn: 123347
-
Dan Gohman authored
further on the associated testcase before aborting. llvm-svn: 123346
-
Michael J. Spencer authored
llvm-svn: 123345
-
Michael J. Spencer authored
llvm-svn: 123344
-
Douglas Gregor authored
bunch of duplicated checks for parameter pack/non-pack mismatches. llvm-svn: 123343
-
Jakob Stoklund Olesen authored
llvm-svn: 123342
-
Jason W Kim authored
llvm-svn: 123341
-
Jason W Kim authored
that way, unfortunately. If you want to change them to work additively instead of a one-variant-kind-per-symbolref, that's great and I completely agree it's worth doing, but it really should be a separate patch. Until then, this isn't correct." So I am reverting this bit until a more opportune time. llvm-svn: 123340
-
Jakob Stoklund Olesen authored
llvm-svn: 123339
-
Jakob Stoklund Olesen authored
llvm-svn: 123338
-
- Jan 12, 2011
-
-
Howard Hinnant authored
llvm-svn: 123337
-
Douglas Gregor authored
(static_cast, dynamic_cast, reinterpret_cast, or const_cast) to improve source-location information. Fixes PR8960. llvm-svn: 123336
-
Jakob Stoklund Olesen authored
Make sure we don't crash in that case, but simply turn them into %noreg instead. llvm-svn: 123335
-
Jakob Stoklund Olesen authored
It was leaving dangling pointers in the slot index maps. llvm-svn: 123334
-
Jakob Stoklund Olesen authored
llvm-svn: 123333
-
Douglas Gregor authored
llvm-svn: 123332
-
Douglas Gregor authored
the proposed resolution to core isue 692. I'm not certain which way we'll go on this one. llvm-svn: 123331
-
Jakob Stoklund Olesen authored
The slot indexes must be monotonically increasing through the function. llvm-svn: 123324
-
Jakob Stoklund Olesen authored
llvm-svn: 123323
-
Jakob Stoklund Olesen authored
llvm-svn: 123322
-
Bill Wendling authored
enum values we give to them. <rdar://problem/8823730> llvm-svn: 123321
-
Douglas Gregor authored
llvm-svn: 123320
-
Anders Carlsson authored
llvm-svn: 123319
-
Devang Patel authored
llvm-svn: 123318
-
Matt Beaumont-Gay authored
of the switch block to appease GCC. llvm-svn: 123317
-
Douglas Gregor authored
another pack expansion type. This can happen when rebuilding types in the current instantiation. Fixes <rdar://problem/8848837> (Clang crashing on libc++ <functional>). llvm-svn: 123316
-
Nick Lewycky authored
llvm-svn: 123315
-
Jay Foad authored
and mark the fields they use as mutable. This allows us to remove a few const_casts. llvm-svn: 123314
-
Zhongxing Xu authored
llvm-svn: 123313
-
Zhongxing Xu authored
llvm-svn: 123312
-
Venkatraman Govindaraju authored
llvm-svn: 123310
-
Stephen Wilson authored
A race condition exists between StopReadThread and the reader thread proper. When StopReadThread sets m_read_thread_enabled to false the reader thread can terminate and set m_read_thread to LLDB_INVALID_HOST_THREAD on exit. Thus calls to ThreadCancel or ThreadJoin in StopReadThread can be passed an invalid handle. This patch removes the race by using m_read_thread_enabled as the flag thru which the reader thread can notify the parent thread of early/abnormal termination. llvm-svn: 123309
-
Stephen Wilson authored
SymbolFileDWARFDebugMap handles the parsing of OSO stabs which are effectively a Mach-O specific feature and is incompatible with other object file formats. llvm-svn: 123308
-
Stephen Wilson authored
llvm-svn: 123307
-
Stephen Wilson authored
Previously we would be posting a "FAILED" message to the log channel even when the operation succeeded. Also, take this opportunity to add braces thus eliminating an "ambiguous else" compiler warning. llvm-svn: 123306
-