index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaCXX
Age
Commit message (
Expand
)
Author
2013-04-26
Add r180263 back, but fix hasBraces() to be correct during parsing.
Rafael Espindola
2013-04-26
Add a testcase for a recent regression.
Rafael Espindola
2013-04-25
Revert r180263. It's causing failures.
Bill Wendling
2013-04-25
Put friend decls in the correct context.
Rafael Espindola
2013-04-25
Fix a case in linkage computation that should check for single line extern "C".
Rafael Espindola
2013-04-23
Warn that scoped enumerations are a C++11 extenstion when compiling in
Richard Trieu
2013-04-22
C++1y constexpr extensions, round 1: Allow most forms of declaration and
Richard Smith
2013-04-22
Fix array constant expression evaluation bug: we can have different values for
Richard Smith
2013-04-22
Add a triple to make a test resilient to non-TLS hosts (eg: darwin10)
David Blaikie
2013-04-21
The 'constexpr implies const' rule for non-static member functions is gone in
Richard Smith
2013-04-20
Disable VLA diagnostic in C++1y mode, and add some tests.
Richard Smith
2013-04-20
C++1y: Allow aggregates to have default initializers.
Richard Smith
2013-04-20
Implement core issue 1608: class members can be found via operator lookup in ...
Richard Smith
2013-04-19
Note that we support (and in fact have supported since the dawn of time itself)
Richard Smith
2013-04-17
Revert r179671 and just pass a triple to the test for a platform with known
Eric Christopher
2013-04-17
Fix PR15291: noreturn adjustment in overload resolution for function template...
Douglas Gregor
2013-04-17
Add a bit of a hack to deal with a failing testcase on darwin10 bots.
Eric Christopher
2013-04-16
Don't put too much thought into whether or not to capture a
John McCall
2013-04-16
Sema for Captured Statements
Tareq A. Siraj
2013-04-16
Suppress unused warning on static inline function template specializations.
Rafael Espindola
2013-04-16
Basic support for Microsoft property declarations and
John McCall
2013-04-15
Local thread_local variables are implicitly 'static'. (This doesn't apply to ...
Richard Smith
2013-04-10
Suppress -Wunused-variable for variables declared in headers, which may in
Matt Beaumont-Gay
2013-04-09
Mark as referenced the functions from instantiated UserDefinedLiterals.
Argyrios Kyrtzidis
2013-04-08
Thread safety analysis: turn on checking within lock and unlock functions.
DeLesley Hutchins
2013-04-05
When -Woverloaded-virtual is triggered, call HandleFunctionTypeMismatch to add
Richard Trieu
2013-04-04
Don't patch the storage class of static data members.
Rafael Espindola
2013-04-04
Use isExternalLinkage instead of hasExternalLinkage.
Rafael Espindola
2013-04-04
Fix a recent linkage regression.
Rafael Espindola
2013-04-04
Fix linkage related crash.
Rafael Espindola
2013-04-04
Fix 41 of the 61 tests which fail with modules enabled: we were computing and
Richard Smith
2013-04-03
Complain about attempts to befriend declarations via a using
John McCall
2013-04-03
Give the default CorrectionCandidateCallback::ValidateCandidate some
Kaelyn Uhrain
2013-04-02
Moved fallthrough regression test to switch-implicit-fallthrough.cpp.
Alexander Kornienko
2013-04-02
Fixed "fallthrough annotation does not directly precede switch label" warning in
Alexander Kornienko
2013-04-01
PR15633: Note that we are EnteringContext when parsing the nested name
Richard Smith
2013-03-29
Don't special case one line extern "C" decls.
Rafael Espindola
2013-03-28
[ms-cxxabi] Add more tests for r178297
Reid Kleckner
2013-03-28
[ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
2013-03-28
Provide a fixit to static_cast for reinterpret_casts within a class hierarchy.
Jordan Rose
2013-03-28
For -Wignored-qualifiers, don't warn on qualifiers which we acquire via a
Richard Smith
2013-03-28
Teach -Wigored-qualifiers about exotic flavors of declarator and the _Atomic ...
Richard Smith
2013-03-28
Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar...
Richard Smith
2013-03-27
Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_t...
Joao Matos
2013-03-27
PR15597: Fix a confusion between the implicit exception specification and the
Richard Smith
2013-03-27
Make the -Wreinterpret-base-class logic safe against invalid
John McCall
2013-03-26
<rdar://problem/13267210> Ensure that Sema::CompareReferenceRelationship retu...
Douglas Gregor
2013-03-26
Handle CXXOperatorCallExpr when checking self referrnce during initialization of
Richard Trieu
2013-03-25
<rdar://problem/13185264> Don't crash when attempting to redundantly initiali...
Douglas Gregor
2013-03-22
Warn about attempts to reinterpret_cast between two types that are
John McCall
[next]