summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/CharUnits.h
Commit message (Expand)AuthorAgeFilesLines
* Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>Serge Guelton2019-01-201-4/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-16/+16
* Make SourceLocation, QualType and friends have constexpr constructors.Benjamin Kramer2017-10-081-2/+2
* Assignment operators should return by reference.John McCall2016-04-041-1/+1
* Add a couple of convenience operations to CharUnits.John McCall2016-04-041-0/+8
* Update for LLVM function name change.Rui Ueyama2016-01-141-5/+4
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-1/+19
* AST: Simplify CharUnits::alignmentAtOffsetDavid Majnemer2014-02-251-6/+1
* [ms-abi] Refactor Microsoft Record LayoutWarren Hunt2014-01-091-1/+1
* Fix a wrong and confusing comment in CharUnits.h. Neither C nor C++ allowsRichard Smith2013-05-131-11/+10
* Add CharUnits::alignmentAtOffset.John McCall2013-03-071-0/+11
* Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg isDmitri Gribenko2012-09-131-2/+2
* Don't use native atomics on ivars whose size is not a power of two,John McCall2011-09-131-0/+6
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Add pre- and post-increment/decrement operators to CharUnits.Ken Dyck2011-03-191-0/+14
* Add CharUnits::RoundUpToAlignment() to simplify rounding in character units.Ken Dyck2011-01-201-0/+9
* Add a unary minus operator.Ken Dyck2011-01-191-0/+4
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Add a DenseMapInfo specializaiton for CharUnits.Anders Carlsson2010-10-311-0/+35
* Roll out ASTContext::getTypeSizeInChars(), replacing instances ofKen Dyck2010-01-111-14/+14
* Remove CharUnits::toString() to eliminate dependence on <string>.Ken Dyck2009-12-231-5/+0
* Add and tidy doxygen comments and move implementation of toString() to newlyKen Dyck2009-12-181-14/+27
* Use System/DataTypes.h, stdint.h isn't portable.Daniel Dunbar2009-12-181-1/+1
* Initial implementation of CharUnits, an opaque value class for representingKen Dyck2009-12-181-0/+141