index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Sema
/
types.c
Age
Commit message (
Expand
)
Author
2013-01-29
Downgrade 'attribute ignored when parsing type' from error to warning, to match
Richard Smith
2012-09-20
Include types when a definition's type differs from a prior declaration.
David Blaikie
2012-04-04
For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this is
Richard Smith
2011-10-07
Hack in a workaround for PR11082 until we have a proper fix. This
Chandler Carruth
2011-10-01
Hey, maybe we shouldn't silently ignore decl attributes
John McCall
2010-06-30
Clean up the diagnostic complaining about the element type of a vector
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-05-13
Fix rdar://6880951 by rejecting vectors of vectors.
Chris Lattner
2009-05-13
reject use of the GNU _Decimal32 extension with a diagnostic, not an abort.
Chris Lattner
2009-05-13
Fix rdar://6880874 - [sema] crash on array types with different index sizes
Chris Lattner
2009-04-30
only support int128_t on 64-bit and larger targets. 32-bit targets don't
Chris Lattner
2009-04-30
initial support for __[u]int128_t, which should be basically
Chris Lattner
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-19
Fix a long standard problem with clang retaining "too much" sugar
Chris Lattner
2008-12-12
Testcase for something that already works. Clang agrees with Comeau,
Chris Lattner