Yaxun Liu
|
248e5bf6ef
[CUDA][HIP] Do not diagnose use of _Float16
|
6 years ago |
Erich Keane
|
57a6ce7ac3
Remove F16 literal support based on Float16 support.
|
6 years ago |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Reid Kleckner
|
1168491f34
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
|
6 years ago |
Fangrui Song
|
abdbb605f2
Remove trailing space
|
7 years ago |
Erich Keane
|
e47a2eb782
Enable C++2a Chrono Literals
|
7 years ago |
Leonard Chan
|
2a5e6fd94b
[Fixed Point Arithmetic] Fix for bug where integer literals could be treated as fixed point literals
|
7 years ago |
Erich Keane
|
12e2fde436
PR15730/PR16986 Allow dependently typed vector_size types.
|
7 years ago |
Leonard Chan
|
84dd23f357
[Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point Literals
|
7 years ago |
Adrian Prantl
|
647be32c60
Remove \brief commands from doxygen comments.
|
7 years ago |
Volodymyr Sapsai
|
3173107098
[Lex] Fix handling numerical literals ending with ' and signed exponent.
|
7 years ago |
Aaron Ballman
|
8873bce640
Now that C++17 is official (https://www.iso.org/standard/68564.html), start changing the C++1z terminology over to C++17. NFC intended, these are all mechanical changes.
|
7 years ago |
Sjoerd Meijer
|
87063256b9
Recommit "Add _Float16 as a C/C++ source language type"
|
8 years ago |
Sjoerd Meijer
|
185b81b1f8
Revert "Add _Float16 as a C/C++ source language type"
|
8 years ago |
Sjoerd Meijer
|
b9fefa5ec7
Add _Float16 as a C/C++ source language type
|
8 years ago |
Richard Smith
|
0018aec614
Rename cxx1z -> cxx17 across all diagnostic IDs.
|
8 years ago |
Tim Northover
|
442707be84
Reapply Sema: allow imaginary constants via GNU extension if UDL overloads not present.
|
8 years ago |
Tim Northover
|
a7bbae3054
Revert "Lexer: always allow imaginary constants in GNU mode."
|
8 years ago |
Tim Northover
|
7e859c0fd6
Lexer: always allow imaginary constants in GNU mode.
|
8 years ago |
Galina Kistanova
|
3fb1501e7d
Added LLVM_FALLTHROUGH to address warning: this statement may fall through + formatted. NFC.
|
8 years ago |
Tim Northover
|
03e95d2ffb
Revert "Sema: allow imaginary constants via GNU extension if UDL overloads not present."
|
8 years ago |
Simon Pilgrim
|
6c360dcc83
Fix 'set but not used' [-Wunused-but-set-variable] warning
|
8 years ago |
Tim Northover
|
ed911ada8c
Sema: allow imaginary constants via GNU extension if UDL overloads not present.
|
8 years ago |
Eric Fiselier
|
904c878814
Allow lexer to handle string_view literals. Patch from Anton Bikineev.
|
8 years ago |
Justin Lebar
|
dd052623fd
Move UTF functions into namespace llvm.
|
9 years ago |
Eugene Zelenko
|
76355613f3
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes.
|
9 years ago |
Mehdi Amini
|
2e23251d3e
[NFC] Header cleanup
|
9 years ago |
Nemanja Ivanovic
|
fa54202263
Enable support for __float128 in Clang and enable it on pertinent platforms
|
9 years ago |
Nemanja Ivanovic
|
c74bb5e707
Revert 266186 as it breaks anything that includes type_traits on some platforms
|
9 years ago |
Nemanja Ivanovic
|
b2ea6d9a87
Enable support for __float128 in Clang
|
9 years ago |