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
/
constructor.cpp
Age
Commit message (
Expand
)
Author
2009-11-03
Introduce a new class, UnqualifiedId, that provides a parsed
Douglas Gregor
2009-08-24
Top-level semicolons are allowed in C++0x. Fixes PR4755.
Douglas Gregor
2009-07-06
Parsing fix for out-of-line constructors, from Piotr Rak
Douglas Gregor
2009-04-30
Rework the way we handle constructor decls to be less hacky and fix PR3948 co...
Anders Carlsson
2009-04-29
Just because a declaration has the same name as its containing class doesn't ...
Anders Carlsson
2009-03-27
Improve recovery when a constructor fails to type-check. Test case from Anders
Douglas Gregor
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2008-12-24
Correct the order in which we cope with end-of-class-definition
Douglas Gregor
2008-12-23
Merge pr-3188.cpp into constructor.cpp.
Sebastian Redl
2008-12-15
Place constructors and destructors into the DeclContext of the class,
Douglas Gregor
2008-12-12
Enable out-of-line definitions of C++ constructors and destructors
Douglas Gregor
2008-11-23
Make all the 'redefinition' diagnostics more consistent, and make the
Chris Lattner
2008-10-31
Semantic checking of constructor declarations and classification of default/c...
Douglas Gregor
2008-10-31
Add support for parsing and representing C++ constructor declarations.
Douglas Gregor