Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-sort #include lines for unittests. This uses a slightly modified | Chandler Carruth | 2017-06-06 | 1 | -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 to | Richard Smith | 2016-10-16 | 1 | -0/+21 |
| | | | | | | fix TBAA violation in profiling of pointers. llvm-svn: 284336 | ||||
* | Adding reserve and capacity methods to FoldingSet | Ben Craig | 2016-06-03 | 1 | -0/+133 |
| | | | | | | http://reviews.llvm.org/D20930 llvm-svn: 271669 | ||||
* | Adding full stops to comments | Ben Craig | 2015-09-04 | 1 | -2/+2 |
| | | | | | | Also, test commit llvm-svn: 246855 | ||||
* | Add test for PR 8111. By Frits van Bommel. | Dale Johannesen | 2010-11-19 | 1 | -0/+39 |
llvm-svn: 119870 |