summaryrefslogtreecommitdiff
path: root/include/clang/AST/CharUnits.h
Commit message (Expand)AuthorAge
* AST: Simplify CharUnits::alignmentAtOffsetDavid Majnemer2014-02-25
* [ms-abi] Refactor Microsoft Record LayoutWarren Hunt2014-01-09
* Fix a wrong and confusing comment in CharUnits.h. Neither C nor C++ allowsRichard Smith2013-05-13
* Add CharUnits::alignmentAtOffset.John McCall2013-03-07
* Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg isDmitri Gribenko2012-09-13
* Don't use native atomics on ivars whose size is not a power of two,John McCall2011-09-13
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Add pre- and post-increment/decrement operators to CharUnits.Ken Dyck2011-03-19
* Add CharUnits::RoundUpToAlignment() to simplify rounding in character units.Ken Dyck2011-01-20
* Add a unary minus operator.Ken Dyck2011-01-19
* Merge System into Support.Michael J. Spencer2010-11-29
* Add a DenseMapInfo specializaiton for CharUnits.Anders Carlsson2010-10-31
* Roll out ASTContext::getTypeSizeInChars(), replacing instances ofKen Dyck2010-01-11
* Remove CharUnits::toString() to eliminate dependence on <string>.Ken Dyck2009-12-23
* Add and tidy doxygen comments and move implementation of toString() to newlyKen Dyck2009-12-18
* Use System/DataTypes.h, stdint.h isn't portable.Daniel Dunbar2009-12-18
* Initial implementation of CharUnits, an opaque value class for representingKen Dyck2009-12-18