index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Lexer
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Lex] Fix handling numerical literals ending with ' and signed exponent.
Volodymyr Sapsai
2018-02-06
1
-0
/
+2
*
[Lex] Avoid out-of-bounds dereference in LexAngledStringLiteral.
Volodymyr Sapsai
2018-01-12
1
-0
/
+0
*
Warn if we find a Unicode homoglyph for a symbol in an identifier.
Richard Smith
2017-12-14
1
-0
/
+5
*
Switch to gnu++14 as the default dialect.
Tim Northover
2017-12-09
2
-3
/
+3
*
Hardware-assisted AddressSanitizer (clang part).
Evgeniy Stepanov
2017-12-09
1
-0
/
+13
*
[c++2a] P0515R3: Support for overloaded operator<=>.
Richard Smith
2017-12-01
1
-2
/
+2
*
[c++2a] P0515R3: lexer support for new <=> token.
Richard Smith
2017-12-01
1
-0
/
+73
*
Driver: hoist the `wchar_t` handling to the driver
Saleem Abdulrasool
2017-10-06
1
-1
/
+1
*
Recommit "Add _Float16 as a C/C++ source language type"
Sjoerd Meijer
2017-09-08
1
-0
/
+3
*
Revert "Add _Float16 as a C/C++ source language type"
Sjoerd Meijer
2017-09-08
1
-3
/
+0
*
Add _Float16 as a C/C++ source language type
Sjoerd Meijer
2017-09-08
1
-0
/
+3
*
Add missing test for warning added in r310803.
Richard Smith
2017-08-16
1
-0
/
+9
*
[clang] Get rid of "%T" expansions
Kuba Mracek
2017-08-15
4
-20
/
+20
*
Replace remaining user-visible mentions of C++1z with C++17.
Richard Smith
2017-08-13
1
-5
/
+5
*
[c++2a] Treat 'concept' and 'requires' as keywords, add compat warning for C+...
Richard Smith
2017-08-13
1
-1
/
+2
*
Implement latest feature test macro recommendations, P0096R4.
Richard Smith
2017-08-11
1
-7
/
+11
*
Revert "Lexer: always allow imaginary constants in GNU mode."
Tim Northover
2017-08-08
1
-25
/
+0
*
Lexer: always allow imaginary constants in GNU mode.
Tim Northover
2017-08-08
1
-0
/
+25
*
Reorder tests to match latest SD-6 draft.
Richard Smith
2017-07-25
1
-8
/
+8
*
Allow for unfinished #if blocks in preambles
Erik Verbruggen
2017-05-30
2
-6
/
+24
*
[coroutines] Bump __cpp_coroutines version
Eric Fiselier
2017-05-25
1
-1
/
+1
*
Do not warn about whitespace between ??/ trigraph and newline in line comment...
Richard Smith
2017-04-18
1
-1
/
+6
*
Fix mishandling of escaped newlines followed by newlines or nuls.
Richard Smith
2017-04-17
1
-0
/
+0
*
Skip Unicode character expansion in assembly files
Sanne Wouda
2017-04-07
1
-0
/
+8
*
[c++1z] Mark constexpr lambdas as done on status page and start advertising
Richard Smith
2017-02-21
1
-2
/
+2
*
Fix for pr31836 - pp_nonportable_path on absolute paths: broken delimiters
Taewook Oh
2017-02-21
1
-0
/
+9
*
[c++1z] Add some more tests for class template argument deduction, add
Richard Smith
2017-02-14
1
-0
/
+8
*
P0426: Make the library implementation of constexpr char_traits a little easier
Richard Smith
2017-01-20
1
-0
/
+11
*
Add __cpp_structured_bindings feature test macro for structured bindings, per
Richard Smith
2016-12-19
1
-1
/
+5
*
[c++1z] cxx_status: mark p0195r2 as done.
Richard Smith
2016-12-19
1
-2
/
+5
*
p0012r1: define corresponding feature test macro
Richard Smith
2016-12-02
1
-2
/
+1
*
Mark aligned allocation as done.
Richard Smith
2016-10-10
1
-2
/
+1
*
[coroutines] Rename driver flag -fcoroutines to -fcoroutines-ts
Gor Nishanov
2016-10-02
2
-2
/
+2
*
Mark P0127R3 as done, and replace its __has_feature check with the correspond...
Richard Smith
2016-09-29
1
-2
/
+1
*
Add a couple more tentative names for upcoming SD-6 feature checks. These might
Richard Smith
2016-09-28
1
-0
/
+21
*
P0095R3: Implement the latest published revision of SD-6 (C++ feature test ma...
Richard Smith
2016-09-28
1
-3
/
+19
*
P0096R2: Implement more recent revision of SD-6 (C++ feature test macros).
Richard Smith
2016-09-28
1
-12
/
+63
*
Add -fmodules-ts flag to cc1 for the provisional C++ modules TS, and mark
Richard Smith
2016-07-23
1
-0
/
+11
*
Use the name of the file on disk to issue a new diagnostic about non-portable...
Taewook Oh
2016-06-13
4
-0
/
+71
*
Revert r272562 for build bot failure (clang-x86-win2008-selfhost)
Taewook Oh
2016-06-13
4
-71
/
+0
*
Use the name of the file on disk to issue a new diagnostic about non-portable...
Taewook Oh
2016-06-13
4
-0
/
+71
*
Revert commit r271708
Taewook Oh
2016-06-04
3
-50
/
+0
*
Use the name of the file on disk to issue a new diagnostic about non-portable...
Taewook Oh
2016-06-03
3
-0
/
+50
*
[esan|wset] Add working set tool driver flags
Derek Bruening
2016-05-25
1
-0
/
+1
*
Revert "[Lex] Support more type-traits in __has_feature"
David Majnemer
2016-05-24
1
-25
/
+0
*
[Lex] Support more type-traits in __has_feature
David Majnemer
2016-05-24
1
-0
/
+20
*
Clang support for __is_assignable intrinsic
David Majnemer
2016-05-23
1
-0
/
+5
*
[OpenCL] Add supported OpenCL extensions to target info.
Yaxun Liu
2016-05-16
1
-1
/
+1
*
Revert "[OpenCL] Add supported OpenCL extensions to target info."
Yaxun Liu
2016-05-13
1
-1
/
+1
*
[OpenCL] Add supported OpenCL extensions to target info.
Yaxun Liu
2016-05-13
1
-1
/
+1
[next]