summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/VTTBuilder.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update for LLVM API change to make Small(Ptr)Set::insert return ↵David Blaikie2014-11-191-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 Ballman2014-03-131-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 Kramer2012-07-041-0/+1
| | | | | | | | instead. No functionality change. llvm-svn: 159719
* Move VTT builder to ASTPeter Collingbourne2011-09-261-0/+212
llvm-svn: 140501
OpenPOWER on IntegriCloud