aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/VTableBuilder.h
AgeCommit message (Expand)Author
2013-01-21AST/VTableBuilder.h: Suppress a warning. [-Wunused-private-field]NAKAMURA Takumi
2013-01-21First step towards vftable generation with -cxx-abi microsoft PR13231Timur Iskhodzhanov
2012-08-24Fix integer unsigned behavior in clang due to signed left shift overflow.Richard Smith
2012-04-14Replace manual delete[] with OwningArrayPtr.Benjamin Kramer
2011-11-09Fixing 80 col violations (& removing any trailing whitespace on files I was t...David Blaikie
2011-09-26Move VTable builder to ASTPeter Collingbourne