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
2013-02-20
Process and handle attributes on conditions and for loop variables. Process and
Richard Smith
2013-02-19
PR15300: Support C++11 attributes on base-specifiers. We don't support any such
Richard Smith
2013-02-18
Replace TypeLoc llvm::cast support to be well-defined.
David Blaikie
2013-02-15
Make helper functions static.
Benjamin Kramer
2013-02-06
Don't check whether a friend declaration is correctly formed when instantiating,
Nick Lewycky
2013-02-05
Add some missing diagnostics for C++11 narrowing conversions.
Richard Smith
2013-02-01
Don't do delayed exception-specification checking on an invalid
Douglas Gregor
2013-01-31
Added outer template parameter lists to friend type AST nodes.
Enea Zaffanella
2013-01-31
Fix unused variable warnings in -asserts build
Matt Beaumont-Gay
2013-01-30
Provide a fixit for constexpr non-static data members.
David Blaikie
2013-01-25
The standard ARM C++ ABI dictates that inline functions are
John McCall
2013-01-18
Remove windows line endings.
David Blaikie
2013-01-17
Improve -Wreorder to handle cases of anonymous class member ordering
David Blaikie
2013-01-17
ArrayRef-ize some ctor initializer related APIs
David Blaikie
2013-01-17
Remove some unnecessary casts
David Blaikie
2013-01-17
Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn on
Richard Smith
2013-01-16
Fixes crash when illegal function definitions are deleted or defaulted. Fixe...
Aaron Ballman
2013-01-14
Refactor to call ActOnFinishFullExpr on every full expression. Teach
Richard Smith
2013-01-13
ArrayRef'ize Sema APIs related to format string checking
Dmitri Gribenko
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-08
Tighten types a bit. No functionality change.
Rafael Espindola
2013-01-02
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2012-12-29
ArrayRefize a CompoundStmt constructor.
Nico Weber
2012-12-19
PR13470: Ensure that copy-list-initialization isntantiates as
Richard Smith
2012-12-19
Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe...
David Blaikie
2012-12-11
PR14558: Compute triviality of special members (etc) at the end of the class
Richard Smith
2012-12-09
Virtual method overrides can no longer have mismatched calling conventions. ...
Aaron Ballman
2012-12-09
PR14550: If a system header contains a bogus constexpr function definition,
Richard Smith
2012-12-08
Finish implementing 'selected constructor' rules for triviality in C++11. In
Richard Smith
2012-12-08
Remove some remnants of the assumption that there is at most one of each
Richard Smith
2012-12-08
Properly compute triviality for explicitly-defaulted or deleted special members.
Richard Smith
2012-12-07
Per [dcl.fct.def.default]p1, don't allow variadic special members to be defau...
Richard Smith
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-01
Consistently use 'needsImplicit<special member>' to determine whether we need
Richard Smith
2012-11-29
The declaration of a special member can require overload resolution to be
Richard Smith
2012-11-28
Store on the CXXRecordDecl whether the class has, or would have, a copy
Richard Smith
2012-11-28
C++ core issue 1344, PR10618: promote "addition of default argument makes this
Richard Smith
2012-11-27
Simplify checking for whether we should implicitly declare special members and
Richard Smith
2012-11-16
A step towards sorting out handling of triviality of special members in C++11.
Richard Smith
2012-11-15
Teach the uninitialized field warning about anonymous structs and union members.
Nick Lewycky
2012-11-14
Remove another questionable use of hasTrivial*. The relevant thing for this
Richard Smith
2012-11-13
Fix some wrong-code bugs in implicitly-defined assignment operators:
Richard Smith
2012-11-12
Factor duplicated implicit memcpy call generation code out of copy/move
Richard Smith
2012-11-10
Rework my implementation of circular-reference finding to not use
Douglas Gregor
2012-11-10
Diagnostic circular inheritance involving dependent base classes. We
Douglas Gregor
2012-11-04
Put the usage-directive inside the nearest namespace or TU decl. We don't want
Nick Lewycky
2012-10-20
Rework implementation of DR1492: Apply the resolution to operator delete too,
Richard Smith
2012-10-19
Handle diamond inheritance in -Woverloaded-virtual.
David Blaikie
2012-10-18
Fix Objective-C implicit property synthesis for C++ classes so we use valid
Eli Friedman
2012-10-17
Fix -Woverloaded-virtual when the using statement refers to a base declaratio...
David Blaikie
[next]