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
/
SemaCXX
/
functional-cast.cpp
Age
Commit message (
Expand
)
Author
2012-09-12
clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompati...
NAKAMURA Takumi
2010-09-08
Use the new-initialization code for initializing scalars with a
Douglas Gregor
2010-09-05
make clang print types as "const int *" instead of "int const*",
Chris Lattner
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-01-13
Improve the reporting of non-viable overload candidates by noting the reason
John McCall
2010-01-06
Improve the diagnostics used to report implicitly-generated class members
John McCall
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-07-29
Make functional-style casts emit correct messages, and fix a crash-on-invalid.
Sebastian Redl
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-07
Make one expected-diag directive match exactly one actual diagnostic.
Sebastian Redl
2009-01-16
Part one of handling C++ functional casts. This handles semantic
Douglas Gregor