summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/SmallStringTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* reland [gtest] Fix printing of StringRef and SmallString in assert messages.Sam McCall2019-08-211-1/+9
* Revert "[gtest] Fix printing of StringRef and SmallString in assert messages."Sam McCall2019-08-211-9/+1
* [gtest] Fix printing of StringRef and SmallString in assert messages.Sam McCall2019-08-211-1/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith2016-04-051-3/+4
* Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko2016-04-051-4/+3
* Add SmallString test trying to exercise the realloc() code pathYaron Keren2015-08-111-0/+11
* Revert "Clean up SmallString a bit"David Blaikie2014-03-091-17/+7
* Clean up SmallString a bitDavid Blaikie2014-03-091-7/+17
* Sort the #include lines for unittest/...Chandler Carruth2012-12-041-2/+2
* Additional methods for SmallString.Talin2012-01-241-0/+148
* Remove SmallString::append_*int* unit tests.Benjamin Kramer2009-08-191-16/+0
* Add SmallString unit test.Daniel Dunbar2009-07-161-0/+64
OpenPOWER on IntegriCloud