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
/
CXX
/
conv
Age
Commit message (
Expand
)
Author
2012-10-19
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...
Andy Gibbs
2012-09-20
Make the wchar_t promotion test consistent across different hosts by specifyi...
David Blaikie
2012-09-13
Fix incorrect comment.
Richard Smith
2012-09-13
Fix up after r163846. Sorry!
Richard Smith
2012-09-13
Implement C++11 [conv.prom]p4: an enumeration with a fixed underlying type has
Richard Smith
2011-10-26
Compute the promoted integer type of fixed-width enums correctly. Found by i...
Eli Friedman
2011-10-26
Correctly perform integral promotions on wchar_t/char16_t/char32_t in C++. <r...
Eli Friedman
2010-08-05
Drop an unjustified limitation from Type::isObjectType(). Fixes PR7801 and do...
Sebastian Redl
2010-04-09
Turn access control on by default in -cc1.
John McCall
2010-03-10
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-02-10
Improve access control diagnostics. Perform access control on member-pointer
John McCall
2010-02-09
Reset the found-virtual-base state unless the *current* base produces a path,
John McCall
2010-02-03
Top-level const changes do not make a qualification conversion. Fixes PR6089.
Sebastian Redl