summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/RecordLayoutBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...David Blaikie2014-11-191-1/+1
* Do not insert asan paddings after fields that have flexible arrays.Kostya Serebryany2014-10-271-3/+8
* D5775: Fix of assertion failure in case of non-POD unions with bitfields. Pat...Artyom Skrobov2014-10-171-4/+14
* AST: Remove dead code from RecordLayoutBuilderDavid Majnemer2014-10-171-11/+0
* Insert poisoned paddings between fields in C++ classes so that AddressSanitiz...Kostya Serebryany2014-10-161-4/+15
* AST: Fix a typo (NFC)Justin Bogner2014-10-081-1/+1
* MS ABI: Correct layout for empty recordsDavid Majnemer2014-09-301-3/+13
* AST: Fix a typo in RecordLayoutBuilderDavid Majnemer2014-09-291-1/+1
* MS ABI: Pure virtual functions don't contribute to vtordispsDavid Majnemer2014-09-231-14/+13
* MS ABI: Consider alignment attributes on typedefs for layoutDavid Majnemer2014-07-301-6/+12
* MS ABI: Padding injected between empty vbases doesn't up required alignDavid Majnemer2014-07-171-1/+1
* MS ABI: Up the required alignment after inserting padding between vbasesDavid Majnemer2014-07-161-1/+3
* AST: Convert a SmallPtrSet to a SmallPtrSetImpl in RecordLayoutBuilderDavid Majnemer2014-07-161-4/+4
* AST: Cleanup RecordLayoutBuilderDavid Majnemer2014-07-161-90/+77
* Fix an iterator invalidation issue: deserializing a key function can write toRichard Smith2014-07-071-7/+18
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-121-27/+28
* Fix some typosAlp Toker2014-05-051-2/+2
* Replace one-element SmallVectors inside DenseMaps with TinyPtrVector.Benjamin Kramer2014-05-031-1/+1
* MS ABI: Bitfields FielDecls only align if they allocateDavid Majnemer2014-04-131-3/+5
* MS ABI: #pragma vtordisp(0) only disables new vtordispsDavid Majnemer2014-04-131-12/+9
* [MS-ABI] Fix warning introduced in r206087Warren Hunt2014-04-121-2/+2
* [MS-ABI] Fixed alias-avoidance padding in the presence of vtordispsWarren Hunt2014-04-111-4/+1
* [MS-ABI] Update to vtordisp computationWarren Hunt2014-04-111-33/+37
* Simplify RecordLayoutBuilder with getAsCXXRecordDecl()Reid Kleckner2014-04-111-57/+34
* [MS-ABI] Update Comments in RecordLayoutBuilder - no functional changeWarren Hunt2014-04-111-31/+67
* [MS-ABI] Update virtual base padding rules to match MSVC 10+Warren Hunt2014-04-111-7/+0
* [MS-ABI] Fix to vbptr injection site calculation.Warren Hunt2014-04-101-8/+8
* [MS-ABI] Fixed __declspec(align()) on bitfields under #pragma pack.Warren Hunt2014-04-101-34/+31
* [MS-ABI] Update to alias-avoidance paddingWarren Hunt2014-04-091-16/+15
* Fix a bug where an explicit instantiation declaration of a class templateRichard Smith2014-03-241-1/+2
* [MS-ABI] Drop Special Layout in 64-bit mode.Warren Hunt2014-03-241-72/+4
* [C++11] Replacing CXXRecordDecl iterators method_begin() and method_end() wit...Aaron Ballman2014-03-131-9/+4
* [C++11] Replacing CXXRecordDecl iterators vbases_begin() and vbases_end() wit...Aaron Ballman2014-03-131-29/+17
* [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...Aaron Ballman2014-03-131-71/+49
* [C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...Aaron Ballman2014-03-081-10/+5
* Renaming the chains() ranged iterator to chain() per suggestion by Richard Sm...Aaron Ballman2014-03-071-1/+1
* [C++11] Replacing IndirectFieldDecl iterators chain_begin() and chain_end() w...Aaron Ballman2014-03-071-4/+2
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-1/+1
* [C++11] Replace verbose functors with succinct lambdasBenjamin Kramer2014-03-011-12/+4
* Attempt to fix non-MSVC buildReid Kleckner2014-02-281-7/+10
* -fdump-record-layouts: Sort nvbases by offset before printing themReid Kleckner2014-02-281-7/+22
* Diagnose attempts to apply ms_struct to records with base classesJohn McCall2014-02-271-0/+4
* MS ABI: Just use getTypeInfoInChars to get the field sizeReid Kleckner2014-02-251-10/+4
* [MS-ABI] Fix MSRecordLayout to handel MultiDimensionalArraysWarren Hunt2014-02-221-2/+3
* [MS-ABI] Update to zero-sized padding algorithmWarren Hunt2014-02-211-20/+23
* Revert "Enable MSRecordLayout in the presence of external sources."Reid Kleckner2014-02-201-1/+1
* Enable MSRecordLayout in the presence of external sources.Warren Hunt2014-02-201-1/+1
* Fixing a compiler assertion with zero-width bit-fields in packed structs.Yunzhong Gao2014-02-131-2/+2
* ms_struct layout replaces platform-specific behavior likeJohn McCall2014-02-131-17/+46
* MS ABI: Implement #pragma vtordisp() and clang-cl /vdNReid Kleckner2014-02-121-0/+24
OpenPOWER on IntegriCloud