History log of /external/clang/include/clang/AST/CharUnits.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
651f13cea278ec967336033dd032faef0e9fc2ec 24-Apr-2014 Stephen Hines <srhines@google.com> Updated to Clang 3.5a.

Change-Id: I8127eb568f674c2e72635b639a3295381fe8af82
/external/clang/include/clang/AST/CharUnits.h
7e17fdc617ee9db8270f3f6fb4ecd392fed47d80 13-May-2013 Richard Smith <richard-llvm@metafoo.co.uk> Fix a wrong and confusing comment in CharUnits.h. Neither C nor C++ allows
bytes and character units to be different sizes.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181730 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/include/clang/AST/CharUnits.h
372fe788f8ea815071d0ddffe46dd3abc397106e 07-Mar-2013 John McCall <rjmccall@apple.com> Add CharUnits::alignmentAtOffset.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176655 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/include/clang/AST/CharUnits.h
1824d54df85a462ada812dadda18130f951d40f3 13-Sep-2012 Dmitri Gribenko <gribozavr@gmail.com> Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg is
not what most people want -- it starts a new paragraph).


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163793 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/include/clang/AST/CharUnits.h
c5d9a90b3a3c16324e0cceeccec3d2993888deb6 13-Sep-2011 John McCall <rjmccall@apple.com> Don't use native atomics on ivars whose size is not a power of two,
even on architectures that support unaligned access (which is the
only way this is otherwise legal, given that ivars apparently do
not honor alignment attributes).



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139590 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/include/clang/AST/CharUnits.h
fc8f0e14ad142ed811e90fbd9a30e419e301c717 15-Apr-2011 Chris Lattner <sabre@nondot.org> fix a bunch of comment typos found by codespell. Patch by
Luis Felipe Strano Moraes!



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129559 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/include/clang/AST/CharUnits.h
f899af662801ee6bb82be871eb0b8d19b61503ba 19-Mar-2011 Ken Dyck <kd@kendyck.com> Add pre- and post-increment/decrement operators to CharUnits.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127937 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/include/clang/AST/CharUnits.h
3dbdb58e2e920ad69fecbd56c25b58577ab693e8 20-Jan-2011 Ken Dyck <kd@kendyck.com> Add CharUnits::RoundUpToAlignment() to simplify rounding in character units.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123868 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/include/clang/AST/CharUnits.h
69fc1b330090853ced40436805258fc9a0a70bdc 19-Jan-2011 Ken Dyck <kd@kendyck.com> Add a unary minus operator.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123804 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/include/clang/AST/CharUnits.h
03013fa9a0bf1ef4b907f5fec006c8f4000fdd21 29-Nov-2010 Michael J. Spencer <bigcheesegs@gmail.com> Merge System into Support.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120297 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/include/clang/AST/CharUnits.h
94ac122610ec875760c4b41e7376b79223a0de20 31-Oct-2010 Anders Carlsson <andersca@mac.com> Add a DenseMapInfo specializaiton for CharUnits.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117872 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/include/clang/AST/CharUnits.h
199c3d6cd16aebbb9c7f0d42af9d922c9628bf70 11-Jan-2010 Ken Dyck <ken.dyck@onsemi.com> Roll out ASTContext::getTypeSizeInChars(), replacing instances of
"ASTContext::getTypeSize() / 8". Replace [u]int64_t variables with CharUnits
ones as appropriate.

Also rename RawType, fromRaw(), and getRaw() in CharUnits to QuantityType,
fromQuantity(), and getQuantity() for clarity.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93153 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/include/clang/AST/CharUnits.h
775f2eb49116baeb0c97d2085fac30174e2ebd43 23-Dec-2009 Ken Dyck <ken.dyck@onsemi.com> Remove CharUnits::toString() to eliminate dependence on <string>.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91978 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/include/clang/AST/CharUnits.h
c3c90b25cf321d851314f0f19f67e9a00df0da0d 18-Dec-2009 Ken Dyck <ken.dyck@onsemi.com> Add and tidy doxygen comments and move implementation of toString() to newly
created CharUnits.cpp.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91719 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/include/clang/AST/CharUnits.h
5231eaa5f58c49860d5446d5269685cd9c063ccb 18-Dec-2009 Daniel Dunbar <daniel@zuster.org> Use System/DataTypes.h, stdint.h isn't portable.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91707 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/include/clang/AST/CharUnits.h
64437137888d69b8ef03f3057524e5056e7d9dd6 18-Dec-2009 Ken Dyck <ken.dyck@onsemi.com> Initial implementation of CharUnits, an opaque value class for representing
sizes, offsets, and alignments in character units.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91683 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/include/clang/AST/CharUnits.h