Richard Smith
|
fe32c6a334
PR0091R3: Implement parsing support for using templates as types.
|
8 жил өмнө |
Yaxun Liu
|
fbed33dec5
Re-commit r289252 and r289285, and fix PR31374
|
8 жил өмнө |
Nico Weber
|
e9976eea59
Revert 289252 (and follow-up 289285), it caused PR31374
|
8 жил өмнө |
Stephan Bergmann
|
4ed04dd935
Replace APFloatBase static fltSemantics data members with getter functions
|
8 жил өмнө |
Simon Pilgrim
|
5b5b50805e
Fix unused variable warnings. NFCI.
|
8 жил өмнө |
Yaxun Liu
|
b6215483b7
Add support for non-zero null pointer for C and OpenCL
|
8 жил өмнө |
Nemanja Ivanovic
|
fa54202263
Enable support for __float128 in Clang and enable it on pertinent platforms
|
9 жил өмнө |
Nemanja Ivanovic
|
c74bb5e707
Revert 266186 as it breaks anything that includes type_traits on some platforms
|
9 жил өмнө |
Nemanja Ivanovic
|
b2ea6d9a87
Enable support for __float128 in Clang
|
9 жил өмнө |
Alexey Bader
|
4f328fe1eb
[OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.
|
9 жил өмнө |
Alexey Bader
|
aa8b893ccd
[OpenCL] Complete image types support.
|
9 жил өмнө |
David Majnemer
|
202433cccd
[MS ABI] Allow a member pointers' converted type to change
|
9 жил өмнө |
Xiuli Pan
|
97f9428a0d
[OpenCL] Pipe type support
|
9 жил өмнө |
George Burgess IV
|
7727f3dca1
Add the `pass_object_size` attribute to clang.
|
9 жил өмнө |
Alexey Bader
|
a3e40c774f
[OpenCL] Add new types for OpenCL 2.0.
|
10 жил өмнө |
Mehdi Amini
|
02595590ed
LLVM API Change: the Module always owns the DataLayout
|
10 жил өмнө |
David Majnemer
|
029eb4a6d9
[CodeGen] Remove atomic sugar from record types in isSafeToConvert
|
10 жил өмнө |
David Majnemer
|
01eee5eb74
[CodeGen] Handle flexible array members containing pointers to members
|
10 жил өмнө |
Reid Kleckner
|
491c76a771
Use nullptr to silence -Wsentinel when self-hosting on Windows
|
10 жил өмнө |
David Blaikie
|
f8fdd74444
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator, bool> as per the C++ standard's associative container concept.
|
10 жил өмнө |
David Majnemer
|
0e22ee0954
MS ABI: Don't ICE for pointers to pointers to members of incomplete classes
|
11 жил өмнө |
Oliver Stannard
|
8fd4641d99
Allow __fp16 as a function arg or return type for AArch64
|
11 жил өмнө |
David Majnemer
|
c137a233c5
MS ABI: Handle member function pointers returning a member data pointer
|
11 жил өмнө |
Craig Topper
|
d1008e5c93
[C++11] Use 'nullptr'. CodeGen edition.
|
11 жил өмнө |
David Blaikie
|
0cb2626cb5
Reapply: DebugInfo: Emit the definition of enums when the definition preceeds the declaration and initial use.
|
11 жил өмнө |
David Blaikie
|
8304a54201
Revert "DebugInfo: Emit the definition of enums when the definition preceeds the declaration and initial use."
|
11 жил өмнө |
David Blaikie
|
945143441c
DebugInfo: Emit the definition of enums when the definition preceeds the declaration and initial use.
|
11 жил өмнө |
Aaron Ballman
|
7191c6b061
[C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with iterator_range bases(). Updating all of the usages of the iterators with range-based for loops.
|
11 жил өмнө |
Aaron Ballman
|
8328f6462b
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with iterator_range fields(). Updating all of the usages of the iterators with range-based for loops.
|
11 жил өмнө |
Reid Kleckner
|
26b55ea31d
Use llvm::DeleteContainerSeconds when possible
|
11 жил өмнө |