summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/FoldingSet.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
| | | | | | | | | | | | | | | clang-format (https://reviews.llvm.org/D33932) to keep primary headers at the top and handle new utility headers like 'gmock' consistently with other utility headers. No other change was made. I did no manual edits, all of this is clang-format. This should allow other changes to have more clear and focused diffs, and is especially motivated by moving some headers into more focused libraries. llvm-svn: 304786
* PR30711: Fix incorrect profiling of 'long long' in FoldingSet, then use it toRichard Smith2016-10-161-0/+21
| | | | | | fix TBAA violation in profiling of pointers. llvm-svn: 284336
* Adding reserve and capacity methods to FoldingSetBen Craig2016-06-031-0/+133
| | | | | | http://reviews.llvm.org/D20930 llvm-svn: 271669
* Adding full stops to commentsBen Craig2015-09-041-2/+2
| | | | | | Also, test commit llvm-svn: 246855
* Add test for PR 8111. By Frits van Bommel.Dale Johannesen2010-11-191-0/+39
llvm-svn: 119870
OpenPOWER on IntegriCloud