index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
/
SemaDeclCXX.cpp
Age
Commit message (
Expand
)
Author
2009-06-30
Patch to support optional nested-name-specifier in in ctor-initializer
Fariborz Jahanian
2009-06-30
Diagnose multiple initialization of anonymous union
Fariborz Jahanian
2009-06-30
More diagnostics related to initialization of direct bases
Fariborz Jahanian
2009-06-30
Compute ending of iterator in for-loop once.
Fariborz Jahanian
2009-06-30
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-06-30
Take care of Chris's comments.
Fariborz Jahanian
2009-06-30
A more detailed diagnosis of ill-formed ctor-initializer
Fariborz Jahanian
2009-06-29
Diagnose multiple initialzation of data-member/base
Fariborz Jahanian
2009-06-27
Renamed MarcDestructorReferenced -> MarkDestructorReferenced
Fariborz Jahanian
2009-06-27
Fix a bogus error overloading an operator where the only class
Eli Friedman
2009-06-27
Make it possible for using decls to point to operators. Fixes PR4441.
Anders Carlsson
2009-06-26
Patch to mark destructors when they are used.
Fariborz Jahanian
2009-06-26
Minor change per Doug's comments.
Fariborz Jahanian
2009-06-25
Improved semantic analysis and AST respresentation for function
Douglas Gregor
2009-06-25
Patch to diagnose and Mark use of implicit default assignment operator.
Fariborz Jahanian
2009-06-25
Explicit braces to avoid ambiguous ‘else’.
Duncan Sands
2009-06-23
Some changes to accomodate Doug's comment for
Fariborz Jahanian
2009-06-22
patch to mark use of implicit copy constructors.
Fariborz Jahanian
2009-06-22
Robustify a bunch of C++-related declaration actions.
Douglas Gregor
2009-06-22
Implement implicit instantiation of the member functions of a class template
Douglas Gregor
2009-06-22
Changes made per Doug's comments.
Fariborz Jahanian
2009-06-22
Remove ImplicitMustBeDefined, use universal 'Used' flag
Fariborz Jahanian
2009-06-20
Made improvements in c++'s object model patch on Doug's review.
Fariborz Jahanian
2009-06-20
Parsing and AST support for using declarations, from John Thompson!
Douglas Gregor
2009-06-19
Keep track of when declarations are "used" according to C and
Douglas Gregor
2009-06-19
Patch for implementation of C++'s object model. This is
Fariborz Jahanian
2009-06-17
Factor out some common code into Sema::EnterDeclaratorContext/ExitDeclaratorC...
Argyrios Kyrtzidis
2009-06-17
Implement correct name lookup inside an initializer of a C++ class static dat...
Argyrios Kyrtzidis
2009-06-17
Removed deadcode related to addition of constructor
Fariborz Jahanian
2009-06-17
Support dependent extended vector types and template instantiation
Douglas Gregor
2009-06-16
Handle temporaries in default arguments.
Anders Carlsson
2009-06-12
It's an error to use a function declared in a class definition as a default a...
Anders Carlsson
2009-06-06
Make ParmVarDecl::getDefaultArg() more robust, it now asserts that the argume...
Anders Carlsson
2009-05-30
Remove VarDecl from CXXConstructExpr.
Anders Carlsson
2009-05-30
Pretty printing and improved representation for namespace alias declarations
Douglas Gregor
2009-05-30
Printing for using directives, e.g.,
Douglas Gregor
2009-05-27
Reimplement much of the way that we track nested classes in the
Douglas Gregor
2009-05-27
Reintroduce the home for exception specs, and make Sema fill it. However, kee...
Sebastian Redl
2009-05-26
When evaluating a VarDecl as a constant or determining whether it is
Douglas Gregor
2009-05-19
When assigning from an rvalue to a const reference, the implicit cast from T ...
Anders Carlsson
2009-05-18
Deal with an icky corner case where we were complaining that a catch
Douglas Gregor
2009-05-18
Template instantiation for C++ try/catch statements.
Douglas Gregor
2009-05-17
Rewrite PureVirtualMethodCollector to use the overridden methods. Fixes <rdar...
Anders Carlsson
2009-05-16
Reflow some comments.
Mike Stump
2009-05-14
Better diagnostics for covariance when checking overriding return types.
Anders Carlsson
2009-05-14
Add return type checking for overriding virtual functions. We currently don't...
Anders Carlsson
2009-05-11
Friend declarations are only valid inside class definitions.
Anders Carlsson
2009-05-11
Implement the notions of the "current instantiation" and "unknown
Douglas Gregor
2009-05-06
Back out r70506 (exception spec in AST) again. We won't have exception specs ...
Sebastian Redl
2009-05-02
When determining whether an expression refers to a bit-field, look
Douglas Gregor
[next]