Revert r252366: [Support] Use GetTempDir to get the temporary dir path on Windows.
[oota-llvm.git] / unittests / ADT / ArrayRefTest.cpp
2015-09-10 Mehdi AminiAdd makeArrayRef() overload for ArrayRef input (no...
2015-08-05 Benjamin Kramer[ArrayRefTest] Work around a GCC 4.8 internal compiler...
2015-08-05 NAKAMURA Takumiunittests/ADT/ArrayRefTest.cpp: Suppress r243995 on...
2015-08-04 Benjamin Kramer[ArrayRef] Make copy use std::uninitialized_copy.
2015-06-09 Aaron BallmanRemoving spurious semi colons; NFC.
2015-03-01 Benjamin KramerArrayRef: Remove the equals helper with many arguments.
2015-02-17 Aaron BallmanCorrecting the ArrayRef test to not cause use-after...
2015-02-17 Aaron BallmanAdding additional tests to ensure that initializer...
2015-02-17 Aaron BallmanAddressing a post-commit review comment suggesting...
2015-02-17 Aaron BallmanI believe we no longer require LLVM_HAS_INITIALIZER_LIS...
2015-01-01 Chandler CarruthRevert r225053: Add an ArrayRef upcasting constructor...
2014-12-31 Michael GottesmanAdd an ArrayRef upcasting constructor from ArrayRef...
2014-08-31 David BlaikieAdd some negative (and positive) static_assert checks...
2014-08-30 Craig TopperAdd a test for converting ArrayRef<T *> to ArrayRef...
2014-08-19 Duncan P. N. Exon... ADT: Unit test for ArrayRef::equals change in r215986
2014-07-27 Chandler Carruth[ADT] Add a remarkbly useful little helper routine...
2014-07-05 David MajnemerADT: Add a drop_back() helper to ArrayRef
2014-02-05 Nick KledzikFix layering StringRef copy using BumpPtrAllocator.