John McCall
|
de5d3c7176
Whether an argument is required (in contrast with being an
|
13 lat temu |
John McCall
|
4d4e5c1ae8
Split reinterpret_casts of member pointers out from CK_BitCast; this
|
13 lat temu |
Richard Smith
|
7ca4850a3e
Deal with a horrible C++11 special case. If a non-literal type has a constexpr
|
13 lat temu |
Benjamin Kramer
|
d7a3e2c5f6
Revert my patches which removed Diagnostic.h includes by moving some operator overloads out of line.
|
13 lat temu |
Benjamin Kramer
|
00bd44d567
Move various diagnostic operator<< overloads out of line and remove includes of Diagnostic.h.
|
13 lat temu |
Richard Smith
|
e7aa62de65
Remove constant member pointer support from Expr-based constant emission now
|
13 lat temu |
Richard Smith
|
2d6a567046
constexpr irgen: Add irgen support for APValue::Struct, APValue::Union,
|
13 lat temu |
David Blaikie
|
d6471f7c19
Rename Diagnostic to DiagnosticsEngine as per issue 5397
|
14 lat temu |
Chris Lattner
|
5f9e272e63
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
|
14 lat temu |
Chris Lattner
|
2acc6e3fed
de-constify llvm::Type, patch by David Blaikie!
|
14 lat temu |
Chris Lattner
|
9cbe4f0ba0
clang side to match the LLVM IR type system rewrite patch.
|
14 lat temu |
John McCall
|
755d8497e3
After some discussion with Doug, we decided that it made a lot more sense
|
14 lat temu |
John McCall
|
379b5155b4
More __unknown_anytype work.
|
14 lat temu |
John McCall
|
d26bc76c98
Use the "undergoes default argument promotion" bit on parameters to
|
14 lat temu |
John McCall
|
5808ce43f8
More capturing of 'this': implicit member expressions. Getting that
|
14 lat temu |
John McCall
|
6ec278d1a3
Do a proper recursive lookup when deciding whether a class's usual
|
14 lat temu |
Anders Carlsson
|
1af610f853
Make the destructor be the 'vtable anchor' of the CGCXXABI class.
|
14 lat temu |
Anders Carlsson
|
ee7cde2f39
Move CGCXXABI functions to CGCXXABI.cpp
|
14 lat temu |
Anders Carlsson
|
4992eaf5f3
Add a CGCXXABI.cpp file.
|
14 lat temu |