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
/
lib
/
Sema
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[CodeComplete] Include more text into typed chunks of pattern completions
Ilya Biryukov
2019-06-04
1
-12
/
+4
*
Permit Exception Spec mismatch with NoThrow on inherited Virtual
Erich Keane
2019-06-03
1
-3
/
+15
*
Re-check in clang support gun asm goto after fixing tests.
Jennifer Yu
2019-06-03
3
-54
/
+124
*
[PR41567][Sema] Fixed cast kind in addr space conversions
Anastasia Stulova
2019-06-03
1
-0
/
+4
*
Revert rL362358 : PR42104: Support instantiations of lambdas that implicitly ...
Simon Pilgrim
2019-06-03
5
-108
/
+58
*
[OpenCL] Declare builtin functions using TableGen
Sven van Haastregt
2019-06-03
1
-0
/
+84
*
[CodeComplete] Add a bit more whitespace to completed patterns
Ilya Biryukov
2019-06-03
1
-0
/
+17
*
PR42104: Support instantiations of lambdas that implicitly capture
Richard Smith
2019-06-03
5
-58
/
+108
*
[coroutines][PR41909] Don't build dependent coroutine statements for generic ...
Brian Gesiak
2019-06-03
1
-7
/
+16
*
Transform lambda expression captures when transforming an expression to
Richard Smith
2019-06-02
3
-28
/
+44
*
Factor out commonality between variable capture initialization and
Richard Smith
2019-06-02
2
-92
/
+101
*
Replace 'default' in an enum-over-a-switch with the missing list.
Erich Keane
2019-05-31
1
-1
/
+5
*
Suppress nothrow/Exception spec conflict warning when we dont know the ES.
Erich Keane
2019-05-31
1
-7
/
+7
*
Suppress nothrow/exception spec conflict warning when ES is parsed.
Erich Keane
2019-05-31
1
-1
/
+3
*
Fix for PR42089, regression from r362119
Erich Keane
2019-05-31
1
-1
/
+8
*
PR39728: When completing a class, complete the destructor first.
Richard Smith
2019-05-31
1
-39
/
+53
*
Defer building 'this' captures until we have left the capturing region
Richard Smith
2019-05-31
4
-41
/
+25
*
Defer capture initialization for captured regions until after we've left
Richard Smith
2019-05-31
6
-64
/
+132
*
Defer capture initialization for blocks until after we've left the
Richard Smith
2019-05-31
3
-80
/
+106
*
Refactor OpenMP stack management.
Richard Smith
2019-05-30
1
-214
/
+224
*
Fix "fallthrough annotation in unreachable code" warning.
Richard Smith
2019-05-30
1
-1
/
+1
*
Add Attribute NoThrow as an Exception Specifier Type
Erich Keane
2019-05-30
4
-2
/
+64
*
Revert "clang support gnu asm goto."
Erich Keane
2019-05-30
3
-124
/
+54
*
[OpenCL] Support logical vector operators in C++ mode
Sven van Haastregt
2019-05-30
1
-2
/
+3
*
Add the `objc_class_stub` attribute.
John McCall
2019-05-30
2
-0
/
+10
*
clang support gnu asm goto.
Jennifer Yu
2019-05-30
3
-54
/
+124
*
[CodeComplete] Add semicolon when completing patterns for 'static_assert' and...
Ilya Biryukov
2019-05-29
1
-0
/
+2
*
[mips] Check argument for __builtin_msa_ctcmsa / __builtin_msa_cfcmsa
Simon Atanasyan
2019-05-29
1
-0
/
+2
*
[X86] Fix the Sema checks for getmant builtins to only allow 4 and 8 for roun...
Craig Topper
2019-05-28
1
-7
/
+4
*
Defer creating fields for captures until we finish building the
Richard Smith
2019-05-28
7
-150
/
+103
*
If capturing a variable fails, add a capture anyway (and mark it
Richard Smith
2019-05-28
4
-50
/
+68
*
Move code to mark a variable as odr-used adjacement to all the related
Richard Smith
2019-05-28
2
-5
/
+39
*
[CodeComplete] Set preferred type for qualified-id
Ilya Biryukov
2019-05-28
1
-5
/
+11
*
[CodeComplete] Consistently break after '{' in multi-line patterns
Ilya Biryukov
2019-05-28
1
-0
/
+8
*
[OpenCL] Fix file-scope const sampler variable for 2.0
Yaxun Liu
2019-05-27
1
-1
/
+15
*
[CodeComplete] Complete 'return true/false' in boolean functions
Ilya Biryukov
2019-05-27
1
-11
/
+26
*
Permit static local structured bindings to be named from arbitrary scopes ins...
Richard Smith
2019-05-25
1
-3
/
+5
*
Default arguments are potentially constant evaluated.
Richard Smith
2019-05-24
1
-5
/
+1
*
Refactor use-marking to better match standard terminology. No
Richard Smith
2019-05-24
1
-162
/
+244
*
[CodeComplete] Add whitespace around braces in lambda completions
Ilya Biryukov
2019-05-24
1
-0
/
+3
*
[CodeComplete] Filter override completions by function name
Ilya Biryukov
2019-05-24
1
-18
/
+29
*
Factor out repeated code to build 'this' expressions and mark them
Richard Smith
2019-05-24
4
-15
/
+21
*
[CFG] NFC: Remove implicit conversion from CFGTerminator to Stmt *.
Artem Dergachev
2019-05-24
1
-6
/
+8
*
[CodeComplete] Only show lambda completions if patterns are requested
Ilya Biryukov
2019-05-23
1
-0
/
+2
*
Ensure builtins use the target default Calling Convention
Erich Keane
2019-05-23
1
-1
/
+1
*
Enable queue_t and clk_event_t comparisons in C++ mode
Sven van Haastregt
2019-05-23
1
-1
/
+1
*
[CodeComplete] Complete a lambda when preferred type is a function
Ilya Biryukov
2019-05-23
1
-0
/
+71
*
Part of P1091R3: permit structured bindings to be declared 'static' and
Richard Smith
2019-05-22
1
-5
/
+25
*
[OpenCL] Support pipe keyword in C++ mode
Sven van Haastregt
2019-05-22
2
-3
/
+5
*
Refactor: split Uninitialized state on APValue into an "Absent" state
Richard Smith
2019-05-21
1
-1
/
+4
[prev]
[next]