index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
AST
/
DeclCXX.h
Age
Commit message (
Expand
)
Author
2012-02-29
Add some iterators for grabbing lambda expression contexts.
Eric Christopher
2012-02-25
Teach CXXRecordDecl::hasIrrelevantDestructor to check the base classes and
Richard Smith
2012-02-22
Generate an AST for the conversion from a lambda closure type to a
Douglas Gregor
2012-02-21
Improve our handling of lambda expressions that occur within default
Douglas Gregor
2012-02-21
Implement name mangling for lambda expressions that occur within the
Douglas Gregor
2012-02-20
Basic support for name mangling of C++11 lambda expressions. Because
Douglas Gregor
2012-02-18
Diagnose uses of deleted destructors and inaccessible defaulted destructors.
Richard Smith
2012-02-17
Rework the Sema/AST/IRgen dance for the lambda closure type's
Douglas Gregor
2012-02-16
Implicitly define a lambda's conversion functions (to function
Douglas Gregor
2012-02-14
Refactor out new function EmitInitializerForField from EmitMemberInitializer....
Eli Friedman
2012-02-13
Split the storage of lambda information between the LambdaExpr and the
Douglas Gregor
2012-02-13
Keep track of the set of array index variables we use when we
Douglas Gregor
2012-02-13
Move the storage of lambda captures and capture initializers from
Douglas Gregor
2012-02-13
Update constexpr implementation to match CWG's chosen approach for core issues
Richard Smith
2012-02-11
const-qualify CXXRecordDecl::getCaptureFields.
Eli Friedman
2012-02-10
Extend CXXRecordDecl with a function that determines the mapping from
Douglas Gregor
2012-02-02
constexpr:
Richard Smith
2012-01-26
Change HasMutableFields to HasOnlyCMembers and consider that a tag inside
Argyrios Kyrtzidis
2012-01-23
Introduce CXXRecordDecl::isCLike() that is true if the class is C-like,
Argyrios Kyrtzidis
2012-01-14
De-virtualize getPreviousDecl() and getMostRecentDecl() when we know
Douglas Gregor
2012-01-10
Per John's comment, it makes sense to ask isLambda on any CXXRecordDecl; make...
Eli Friedman
2012-01-07
Pack UsingDecl more.
Benjamin Kramer
2012-01-07
More lambda work: semantic analysis of capturing 'this'. It's a bit complica...
Eli Friedman
2012-01-05
When creating declarations that are deserialized from an module file,
Douglas Gregor
2011-12-22
PR11614: Mark defaulted special constructors as constexpr if their implicit
Richard Smith
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-11-12
Remove unnecessary 'else's after 'return's.
David Blaikie
2011-11-09
Fixing 80 col violations (& removing any trailing whitespace on files I was t...
David Blaikie
2011-11-03
Teach the ASTImporter to import DefinitionData bits.
Douglas Gregor
2011-11-01
Rework the AST for the initializer of a delegating constructor, so
Douglas Gregor
2011-10-01
constexpr: semantic checking for constexpr functions and constructors. Based in
Richard Smith
2011-08-30
Declare and define implicit move constructor and assignment operator.
Sebastian Redl
2011-08-15
Track in the AST whether a function is constexpr.
Richard Smith
2011-08-10
Renamings to consistently use 'Constexpr' not 'ConstExpr' when referring to t...
Richard Smith
2011-07-29
Add a missing \endcode for Doxygen
Douglas Gregor
2011-06-20
Remove more unnecessary #include <llvm/ADT/SmallVector.h>
Francois Pichet
2011-06-11
Implement support for C++11 in-class initialization of non-static data members.
Richard Smith
2011-05-25
Implement a little bit of cleanup and a lot more of the base work
Sean Hunt
2011-05-13
When determining whether we can make a declaration into a global
Douglas Gregor
2011-05-12
Add a method to query whether or not a class has a default constructor declared.
Nick Lewycky
2011-05-11
Implement implicit deletion of default constructors.
Sean Hunt
2011-05-10
Further implement defaulting constructors.
Sean Hunt
2011-05-09
Clean up trivial default constructors now.
Sean Hunt
2011-05-09
Rename "hasTrivialConstructor" to "hasTrivialDefaultConstructor" and
Sean Hunt
2011-05-06
Modify some deleted function methods to better reflect reality:
Sean Hunt
2011-05-06
Do defaulted constructors properly.
Sean Hunt
2011-05-06
Revert r130912 in order to approach defaulted functions from the other
Sean Hunt
2011-05-05
Implement some framework for defaulted constructors.
Sean Hunt
2011-05-04
Implement a better version of delegating constructor cycle detection.
Sean Hunt
2011-05-04
Ensure that delegating constructor loop detection uses canonical
Sean Hunt
[prev]
[next]