Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update for LLVM API change to make Small(Ptr)Set::insert return ↵ | David Blaikie | 2014-11-19 | 1 | -2/+2 |
| | | | | | | pair<iterator, bool> as per the C++ standard's associative container concept. llvm-svn: 222335 | ||||
* | [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ↵ | Aaron Ballman | 2014-03-13 | 1 | -13/+9 |
| | | | | | | iterator_range bases(). Updating all of the usages of the iterators with range-based for loops. llvm-svn: 203803 | ||||
* | Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used ↵ | Benjamin Kramer | 2012-07-04 | 1 | -0/+1 |
| | | | | | | | | instead. No functionality change. llvm-svn: 159719 | ||||
* | Move VTT builder to AST | Peter Collingbourne | 2011-09-26 | 1 | -0/+212 |
llvm-svn: 140501 |