David Blaikie
|
82e95a3c79
|
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator, bool> as per the C++ standard's associative container concept.
llvm-svn: 222335
|
2014-11-19 07:49:47 +00:00 |
Aaron Ballman
|
574705ed7f
|
[C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with iterator_range bases(). Updating all of the usages of the iterators with range-based for loops.
llvm-svn: 203803
|
2014-03-13 15:41:46 +00:00 |
Benjamin Kramer
|
2ef3031496
|
Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used instead.
No functionality change.
llvm-svn: 159719
|
2012-07-04 18:45:14 +00:00 |
Peter Collingbourne
|
2d2595235d
|
Move VTT builder to AST
llvm-svn: 140501
|
2011-09-26 01:56:24 +00:00 |