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
/
PCH
/
types.c
Age
Commit message (
Expand
)
Author
2011-10-07
Add a simple PCH test for _Atomic.
Eli Friedman
2011-02-01
Perform the bad-address-space conversions check as part of
John McCall
2010-07-04
Fix a regression of a previous commit of mine (rdar://8158953).
Argyrios Kyrtzidis
2010-04-09
Improve diagnostics like "initializing <type> from an expression of
Douglas Gregor
2010-04-09
Improve diagnostics when we fail to convert from a source type to a
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-04-22
Test PCH support for VLAs
Douglas Gregor
2009-04-18
make sure to verify that the "non pch" runs worked.
Chris Lattner
2009-04-15
PCH support for ExtQualType
Douglas Gregor
2009-04-14
PCH support for a few very, very simple kinds of expressions. Hook up
Douglas Gregor
2009-04-13
PCH support for record decls/types and their fields. Now that we can
Douglas Gregor
2009-04-13
Introduce PCH (de-)serialization for most compound types, excluding
Douglas Gregor