aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/CharUnits.h
AgeCommit message (Expand)Author
2013-03-07Add CharUnits::alignmentAtOffset.John McCall
2012-09-13Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg isDmitri Gribenko
2011-09-13Don't use native atomics on ivars whose size is not a power of two,John McCall
2011-04-15fix a bunch of comment typos found by codespell. Patch byChris Lattner
2011-03-19Add pre- and post-increment/decrement operators to CharUnits.Ken Dyck
2011-01-20Add CharUnits::RoundUpToAlignment() to simplify rounding in character units.Ken Dyck
2011-01-19Add a unary minus operator.Ken Dyck
2010-11-29Merge System into Support.Michael J. Spencer
2010-10-31Add a DenseMapInfo specializaiton for CharUnits.Anders Carlsson
2010-01-11Roll out ASTContext::getTypeSizeInChars(), replacing instances ofKen Dyck
2009-12-23Remove CharUnits::toString() to eliminate dependence on <string>.Ken Dyck
2009-12-18Add and tidy doxygen comments and move implementation of toString() to newlyKen Dyck
2009-12-18Use System/DataTypes.h, stdint.h isn't portable.Daniel Dunbar
2009-12-18Initial implementation of CharUnits, an opaque value class for representingKen Dyck