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
/
SemaTemplateInstantiateDecl.cpp
Age
Commit message (
Expand
)
Author
2011-11-18
Fixed implicit instantiations source range.
Abramo Bagnara
2011-11-15
Compute whether a class is trivial correctly for template classes with an exp...
Eli Friedman
2011-11-10
Removing unused initialization.
David Blaikie
2011-11-07
Drastically simplify the mapping from the declaration corresponding to
Douglas Gregor
2011-11-04
Revert r143551. It is causing g++.dg/template/crash52.C test failure.
Devang Patel
2011-11-02
Drastically simplify the mapping from the declaration corresponding to
Douglas Gregor
2011-11-01
Rework the AST for the initializer of a delegating constructor, so
Douglas Gregor
2011-10-29
Fixed FriendDecl source locations.
Abramo Bagnara
2011-10-19
Add a -Wc++98-compat warning for friend functions of class templates which would
Richard Smith
2011-10-17
Revert r142142: "Make a C-style cast a const-cast, to suppress a GCC warning."
Sebastian Redl
2011-10-16
Make a C-style cast a const-cast, to suppress a GCC warning. I should fix the...
Sebastian Redl
2011-10-11
Move some bool flags out of function parameter lists.
Kaelyn Uhrain
2011-10-09
After instantiating a 'noexcept' expression, be sure to convert it to
Douglas Gregor
2011-10-08
Silence a warning about casting away constness.
Benjamin Kramer
2011-10-08
Whitespace
NAKAMURA Takumi
2011-10-01
constexpr: semantic checking for constexpr functions and constructors. Based in
Richard Smith
2011-09-24
Correctly parse braced member initializers (even in delayed parsing) and corr...
Sebastian Redl
2011-09-23
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-22
ArrayRef-ifying the UnexpandedParameterPacks passed to Sema::CheckParameterPa...
David Blaikie
2011-09-21
ArrayRef-ifying Function/BlockDecl's setParams
David Blaikie
2011-09-09
Changed references of BaseTy, MemInitTy, CXXScopeTy, TemplateParamsTy to CXXB...
Richard Trieu
2011-08-18
Always mark friend function declarations in class templates as
Chandler Carruth
2011-08-15
Track in the AST whether a function is constexpr.
Richard Smith
2011-08-14
Implement function template specialization at class scope extension in Micros...
Francois Pichet
2011-07-28
Make the deserialization of Sema::PendingInstantiations lazy. At this
Douglas Gregor
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-20
Replace r134583's fix for PR10290 with one which also works for non-value-dep...
Richard Smith
2011-07-06
Use attributes from the definition (if available) when
Rafael Espindola
2011-07-05
Look through parenthesized declarators when determining whether an
Douglas Gregor
2011-07-01
Introduce the notion of instantiation dependence into Clang's AST. A
Douglas Gregor
2011-06-22
When instantiating a function template declaration that was expressed
Douglas Gregor
2011-06-21
Fix PR10168: don't warn for unused non-dependent variables in both the templa...
Richard Smith
2011-06-11
Implement support for C++11 in-class initialization of non-static data members.
Richard Smith
2011-06-03
When performing template argument deduction given a function argument
Douglas Gregor
2011-06-01
The expression in a noexcept exception-specification is a
Douglas Gregor
2011-05-31
Whenever we instantiate a static data member, make sure to define any new
Nick Lewycky
2011-05-27
Add assertions to verify that we are not trying to instantiate a
Sean Hunt
2011-05-27
Add an additional check for null pointer before accessing PatternDecl.
Richard Trieu
2011-05-25
Fix a minor thinko that leads to a crash if PatternDecl is null but
Sean Hunt
2011-05-23
Delete the extraneous return statement that was causing my earlier
Sean Hunt
2011-05-23
Implement explicit specialization of explicitly-defaulted constructors.
Sean Hunt
2011-05-23
Correctly propagate defaultedness across template instantiation. This
Sean Hunt
2011-05-12
Fix crasher spotted in IWYU.
Nick Lewycky
2011-05-06
Modify some deleted function methods to better reflect reality:
Sean Hunt
2011-05-06
Revert r130912 in order to approach defaulted functions from the other
Sean Hunt
2011-05-05
Implement support for C++0x alias templates.
Richard Smith
2011-05-05
Implement some framework for defaulted constructors.
Sean Hunt
2011-05-02
Remove redeclaration of Invalid. The code that set this to true was updating an
Nick Lewycky
2011-05-01
Store a parameter index and function prototype depth in every
John McCall
[prev]
[next]