Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove TrailingObjects::operator delete. It's still suffering from | Richard Smith | 2016-02-09 | 1 | -2/+2 |
* | Re-commit r259942 (reverted in r260053) with a different workaround for the M... | Richard Smith | 2016-02-09 | 1 | -0/+2 |
* | Revert 259942, r259943, r259948. | Nico Weber | 2016-02-07 | 1 | -2/+0 |
* | More workarounds for undefined behavior exposed when compiling in C++14 with | Richard Smith | 2016-02-05 | 1 | -0/+2 |
* | Update to use new name alignTo(). | Rui Ueyama | 2016-01-14 | 1 | -6/+5 |
* | [TrailingObjects] Dynamically realign under-aligned trailing objects. | James Y Knight | 2015-12-29 | 1 | -0/+17 |
* | fix leak in a test, make the sanitizer bot green | Kostya Serebryany | 2015-12-21 | 1 | -1/+2 |
* | Rewrite the TrailingObjects template to provide two new features: | James Y Knight | 2015-12-18 | 1 | -4/+34 |
* | Fix Visual C++ error C2248: | Yaron Keren | 2015-08-06 | 1 | -2/+2 |
* | Add a TrailingObjects template class. | James Y Knight | 2015-08-05 | 1 | -0/+147 |