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-12-02
Make sure to call AddOverriddenMethods for implicit copy assignment operators;
Eli Friedman
2009-12-01
Fix a code gen. crash synthesizing a destructor.
Fariborz Jahanian
2009-12-01
Move the checking of overridden virtual functions into the code path
Douglas Gregor
2009-12-01
Don't automatically assume that an id-expression refers to a
Douglas Gregor
2009-11-30
When we're trying to define an implicit virtual destructor, make sure that we...
Anders Carlsson
2009-11-28
Remove remaining VISIBILITY_HIDDEN from anonymous namespaces.
Benjamin Kramer
2009-11-28
Add Parser support for C++0x literal operators ('operator "" i').
Sean Hunt
2009-11-26
When adding an implicit destructor, make sure to mark it as virtual if it ove...
Anders Carlsson
2009-11-25
Better diagnostic on deleted constructor when no
Fariborz Jahanian
2009-11-25
Diagnose ill-formed uses of default template arguments in
Douglas Gregor
2009-11-25
Eliminate CXXConditionDeclExpr with extreme prejudice.
Douglas Gregor
2009-11-24
Have the parser tell sema whether a member declaration is a function definiti...
Sebastian Redl
2009-11-24
Refactor argument collection of constructor calls using
Fariborz Jahanian
2009-11-23
Let using directives refer to namespace aliases. Fixes PR5479.
Sebastian Redl
2009-11-23
Do not mark declarations as used when performing overload resolution. Fixes P...
Douglas Gregor
2009-11-23
Encapsulate "an array of TemplateArgumentLocs and two angle bracket locations...
John McCall
2009-11-21
"Incremental" progress on using expressions, by which I mean totally ripping
John McCall
2009-11-21
Added rudimentary C++0x attribute support.
Sean Hunt
2009-11-18
Overhaul previous-declaration and overload checking to work on lookup results
John McCall
2009-11-18
Split LookupResult into its own header.
John McCall
2009-11-18
Incremental progress on using declarations. Split UnresolvedUsingDecl into
John McCall
2009-11-17
Silence some warnings produced by Clang, and add a missing header
Douglas Gregor
2009-11-17
Instead of hanging a using declaration's target decls directly off the using
John McCall
2009-11-17
Unify the way destructor epilogues are generated for synthesized and regular ...
Anders Carlsson
2009-11-17
Carry lookup configuration throughout lookup on the LookupResult. Give
John McCall
2009-11-16
Simplify the AST a bit by skipping creating member initializers for members
Eli Friedman
2009-11-16
First part of changes to eliminate problems with cv-qualifiers and
Douglas Gregor
2009-11-15
Make sure that virtual destructors have delete operators.
Anders Carlsson
2009-11-15
Don't gratuitously mark the default constructors of base or member initialize...
Douglas Gregor
2009-11-14
- Have TryStaticImplicitCast set the cast kind to NoOp when binding a referen...
Sebastian Redl
2009-11-14
When type-checking a static cast (or the static_cast part of a C-style
Douglas Gregor
2009-11-14
If we attempt to add a constructor template specialization that looks
Douglas Gregor
2009-11-13
Clear temporaries in more places.
Anders Carlsson
2009-11-13
Fix bug Doug noticed.
Anders Carlsson
2009-11-13
When transforming an expression statement (e.g., for template
Douglas Gregor
2009-11-12
Give CanQual<T> an implicit conversion to bool, so that it can be used
Douglas Gregor
2009-11-12
Random const correctness, and incidentally use computeDeclContext when building
John McCall
2009-11-10
Diagnose illegally typed operator new/new[].
Fariborz Jahanian
2009-11-10
Improve parsing of template arguments to lay the foundation for
Douglas Gregor
2009-11-10
Use PP.getLocForEndOfToken as suggested by John.
Anders Carlsson
2009-11-10
If a function with a default argument is redefined and the new function also ...
Anders Carlsson
2009-11-09
Add additional note to mark the cause of synthesized constructors. Mark
Eli Friedman
2009-11-09
Remove a useless variable that got left behind.
Eli Friedman
2009-11-09
Unify the codepaths used to verify base and member initializers for explicitly
Eli Friedman
2009-11-08
Always make sure we're using an unqualified type when building a
Douglas Gregor
2009-11-07
Make sure isCopyAssignment is only true for actual copy assignment operators,
Eli Friedman
2009-11-06
This patch implements Sema for clause 13.3.3.1p4.
Fariborz Jahanian
2009-11-05
Fixed two places where we needed to force completion of a type
Douglas Gregor
2009-11-04
Comments, formatting. Based on patch by Brandon Pearcy!
John McCall
2009-11-04
Diagnose using a field to initialize itself. Patch by Brandon Pearcy!
John McCall
[prev]
[next]