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
/
Basic
/
Specifiers.h
Age
Commit message (
Expand
)
Author
2011-10-14
Provide half floating point support as a storage only type.
Anton Korobeynikov
2011-10-06
Support for C1x _Atomic specifier (see testcase). This is primarily being co...
Eli Friedman
2011-09-19
OpenCL: introduce support for function scope __local variables
Peter Collingbourne
2011-06-22
Fix typo in comment
Douglas Gregor
2011-05-24
Implement a new type node, UnaryTransformType, designed to represent a
Sean Hunt
2011-05-19
Implement __underlying_type for libc++.
Sean Hunt
2011-04-09
Fix a bunch of major problems with __unknown_anytype and properly test
John McCall
2010-11-18
Calculate the value kind of an expression when it's created and
John McCall
2010-08-26
De-memberify the VarDecl and FunctionDecl StorageClass enums.
John McCall
2010-08-25
More incremental progress towards not including Expr.h in Sema.h.
John McCall
2010-02-05
Revert the unused TST_pixel entry from r95335 as it is not listed in the Sema
Chandler Carruth
2010-02-05
First stage of adding AltiVec support
John Thompson
2010-02-03
When a function or variable somehow depends on a type or declaration
Douglas Gregor
2010-01-23
Implement elementary access control.
John McCall
2010-01-18
Move AccessSpecifier into the new Specifiers.h; fixes the layering violations
John McCall
2010-01-18
Add missing newline.
Daniel Dunbar
2010-01-18
Improve source-location information for builtin TypeLocs, from Enea
Douglas Gregor