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-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
2009-05-01
Replace a bunch of static_cast + release with takeAs.
Anders Carlsson
2009-04-30
C++ destructors can have a single unnamed void parameter. Fixes <rdar://probl...
Anders Carlsson
2009-04-30
Rework the way we handle constructor decls to be less hacky and fix PR3948 co...
Anders Carlsson
2009-04-30
Make a home for exception specs in the AST. Now Sema can hook them up.
Sebastian Redl
2009-04-27
Track down return statements in the handlers of a function-try-block of const...
Sebastian Redl
2009-04-27
Don't allow catch declarations to name an abstract class
Sebastian Redl
2009-04-25
change a couple more c++ sema methods to be based on isinvalid bits.
Chris Lattner
2009-04-25
various "is invalid" cleanups for C++ ctors/dtors.
Chris Lattner
2009-04-25
This is a pretty big cleanup for how invalid decl/type are handle.
Chris Lattner
2009-04-24
Create a CXXConstructExpr instead of a CXXTemporaryObjectExpr in InitializeVa...
Anders Carlsson
2009-04-17
Implement lvalue test for conditional expressions.
Sebastian Redl
2009-04-17
Add support for the __has_trivial_destructor type trait.
Anders Carlsson
2009-04-16
If a class has a non-trivial constructor that doesn't take any arguments, we ...
Anders Carlsson
2009-04-16
Fix a crash bug when comparing overload quality of conversion operators with ...
Sebastian Redl
2009-04-16
When we create an implicit CXXTemporaryObjectExpr we don't need to check that...
Anders Carlsson
2009-04-16
Disable the code I added before until I understand what's causing default2.cp...
Anders Carlsson
2009-04-16
Add support for the __has_trivial_constructor type trait.
Anders Carlsson
2009-04-15
When declaring a variable that has a constructor and a direct initializer, fo...
Anders Carlsson
2009-04-12
fix some out of date comments pointed out by Sebastian
Chris Lattner
2009-04-12
Parse deleted member functions. Parsing member declarations goes through a di...
Sebastian Redl
2009-04-09
Propagate the ASTContext to various AST traversal and lookup functions.
Douglas Gregor
2009-04-02
Introduce a "-fixit" mode to clang-cc that applies code-modification hints.
Douglas Gregor
2009-04-01
Add some more code modification hints
Douglas Gregor
2009-03-29
Push DeclGroup much farther throughout the compiler. Now the various
Chris Lattner
2009-03-29
Reintroduce r67870 (rval ref overloading), since I can't reproduce any test f...
Sebastian Redl
2009-03-29
various cleanups
Chris Lattner
2009-03-28
More improvements to namespace aliases. We now support everything except alia...
Anders Carlsson
2009-03-28
Fix lookup bug
Anders Carlsson
2009-03-28
Create AST nodes for namespace aliases.
Anders Carlsson
2009-03-28
Parse the location of the 'namespace' token to ActOnNamespaceAliasDef. No fun...
Anders Carlsson
2009-03-28
Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a
Chris Lattner
2009-03-28
As Eli pointed out, it is possible that a namespace lookup is ambiguous!
Anders Carlsson
2009-03-28
Check that the alias points to a valid namespace.
Anders Carlsson
2009-03-28
Check that the namespace alias doesn't conflict with a previous declaration i...
Anders Carlsson
2009-03-28
Add an ActOnNamespaceAliasDef action and have the parser call it.
Anders Carlsson
2009-03-28
Revert Sebastian's rvalue patch (r67870) since it caused test failures in
Anders Carlsson
2009-03-27
Better overload resolution for rvalue references.
Sebastian Redl
2009-03-27
Move Sema::SetMemberAccessSpecifier to SemaAccess.cpp
Anders Carlsson
2009-03-27
Improve recovery when a constructor fails to type-check. Test case from Anders
Douglas Gregor
2009-03-26
Revamp our representation of C++ nested-name-specifiers. We now have a
Douglas Gregor
2009-03-26
Add
Anders Carlsson
2009-03-26
Factor the member access specifier setting code into its own function. No int...
Anders Carlsson
2009-03-25
Improve handling of base initializers. We now parse initializers in out of li...
Anders Carlsson
2009-03-24
Parse deleted function definitions and hook them up to Doug's machinery.
Sebastian Redl
[prev]
[next]