Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
124b878dba5007df0a268ea128a6ad8dc5dd2c5e
/
test
/
SemaCXX
/
destructor.cpp
124b878
Improve parsing and instantiation of destructor names, so that we can
by Douglas Gregor
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
c19f959
Diagnose when a destructor uses a unrelated class type as its name.
by Fariborz Jahanian
· 16 years ago
76ed9cb
Improve message for bad destructor decl. Per Doug's comment.
by Fariborz Jahanian
· 16 years ago
d33c868
Issue a more descriptive diagnostics when mis-declaring a destructor.
by Fariborz Jahanian
· 16 years ago
7786d1c
C++ destructors can have a single unnamed void parameter. Fixes <rdar://problem/6841210>.
by Anders Carlsson
· 16 years ago
6540180
various "is invalid" cleanups for C++ ctors/dtors.
by Chris Lattner
· 16 years ago
eaaebc7
This is a pretty big cleanup for how invalid decl/type are handle.
by Chris Lattner
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
d0344a4
Fix a long standard problem with clang retaining "too much" sugar
by Chris Lattner
· 16 years ago
9d35097
Enable out-of-line definitions of C++ constructors and destructors
by Douglas Gregor
· 17 years ago
5f4a682
Make all the 'redefinition' diagnostics more consistent, and make the
by Chris Lattner
· 17 years ago
c7ed9c6
Changes in preparation for nested-name-specifiers.
by Argyrios Kyrtzidis
· 17 years ago
42a552f
Parsing, representation, and preliminary semantic analysis of destructors.
by Douglas Gregor
· 17 years ago