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