Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
5db02476f6bce38bfe055edeeee9cc7deb83f0a5
/
test
/
SemaCXX
/
constructor.cpp
a1d71ae
Top-level semicolons are allowed in C++0x. Fixes PR4755.
by Douglas Gregor
· 15 years ago
675431d
Parsing fix for out-of-line constructors, from Piotr Rak
by Douglas Gregor
· 15 years ago
4649cac
Rework the way we handle constructor decls to be less hacky and fix PR3948 completely.
by Anders Carlsson
· 16 years ago
5a8cb0b
Just because a declaration has the same name as its containing class doesn't mean that it's a constructor. Fixes rdar://problem/6815988.
by Anders Carlsson
· 16 years ago
3329756
Improve recovery when a constructor fails to type-check. Test case from Anders
by Douglas Gregor
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
61366e9
Correct the order in which we cope with end-of-class-definition
by Douglas Gregor
· 16 years ago
1f5432c
Merge pr-3188.cpp into constructor.cpp.
by Sebastian Redl
· 16 years ago
9e7d9de
Place constructors and destructors into the DeclContext of the class,
by Douglas Gregor
· 16 years ago
9d35097
Enable out-of-line definitions of C++ constructors and destructors
by Douglas Gregor
· 16 years ago
5f4a682
Make all the 'redefinition' diagnostics more consistent, and make the
by Chris Lattner
· 16 years ago
030ff0c
Semantic checking of constructor declarations and classification of default/copy constructors
by Douglas Gregor
· 16 years ago
b48fe38
Add support for parsing and representing C++ constructor declarations.
by Douglas Gregor
· 16 years ago