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
/
deleted-function.cpp
Age
Commit message (
Expand
)
Author
2012-07-16
Fix rejects-valid: explicit specialization of redeclared deleted function tem...
David Blaikie
2012-06-29
Avoid redundant error when redefining a function as deleted.
David Blaikie
2012-06-25
PR12937: Explicitly deleting an explicit template specialization.
David Blaikie
2012-02-18
Diagnose uses of deleted destructors and inaccessible defaulted destructors.
Richard Smith
2011-10-13
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-05-06
Modify some deleted function methods to better reflect reality:
Sean Hunt
2010-03-10
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2009-12-20
Switch default-initialization of variables of class type (or array thereof) o...
Douglas Gregor
2009-12-19
Initialization improvements: addition of string initialization and a few
Eli Friedman
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-09-15
Issue good diagnostics when initialization failes due to
Fariborz Jahanian
2009-04-12
Add deleted functions and rvalue references to C++ status.
Sebastian Redl
2009-04-12
Parse deleted member functions. Parsing member declarations goes through a di...
Sebastian Redl
2009-03-24
Parse deleted function definitions and hook them up to Doug's machinery.
Sebastian Redl