Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
SemaCXX
/
cxx0x-defaulted-functions.cpp
5159bbad
PR38627: Fix handling of exception specification adjustment for destructors.
by Richard Smith
· 7 years ago
560ae56
Add a note that points to the linkage specifier for the C++ linkage errors
by Alex Lorenz
· 9 years ago
84a0b6d
DR1330: instantiate exception-specifications when "needed". We previously did
by Richard Smith
· 9 years ago
2a2cda5
When two function types have equivalent (but distinct) noexcept specifications, create separate type sugar nodes. This is necessary so that substitution into the exception specification will substitute into the correct expression.
by Richard Smith
· 9 years ago
3c4f8d2
P0012R1: Make exception specifications be part of the type system. This
by Richard Smith
· 9 years ago
c2265be
Fix crash when emitting error.
by Richard Trieu
· 9 years ago
3d1235a
Revert r282547 and add test to show correct behavior.
by Richard Trieu
· 9 years ago
0013782
Fix defaulted member functions for templated classes.
by Richard Trieu
· 9 years ago
71a7d91
[Sema] Only define function as move assignment when needed
by Erik Pilkington
· 9 years ago
2ee10e6
Teach Sema::MergeFunctionDecl to properly check for an out-of-line definition of a function that is declared as =default in its class definition.
by Vassil Vassilev
· 9 years ago
8e1a913
Sema: Recover when a function template is in an extern "C" block
by David Majnemer
· 11 years ago
3901dfe
PR15597: Fix a confusion between the implicit exception specification and the
by Richard Smith
· 13 years ago
e08de37
Add the testcase from PR13573, this used to crash.
by Benjamin Kramer
· 13 years ago
f96361e
Fixes crash when illegal function definitions are deleted or defaulted. Fixes PR14577.
by Aaron Ballman
· 13 years ago
f716bb8
PR13527: don't assert if a function is explicitly defaulted when it's already
by Richard Smith
· 13 years ago
d3b5c908
Final piece of core issue 1330: delay computing the exception specification of
by Richard Smith
· 13 years ago
337a5a1
Allow friend declarations of defaulted special member functions. Only
by Richard Smith
· 13 years ago
b9e90b1
Fold the six functions checking explicitly-defaulted special member functions
by Richard Smith
· 13 years ago
e7f5de4
Fix another issue introduced by the proposed wording for core issue 1358: since
by Richard Smith
· 14 years ago
9ca5c42
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
by Richard Smith
· 14 years ago
8b45518
Implement some tests for defaulted constructors. To do this I had to
by Alexis Hunt
· 14 years ago