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
*
Fixes for r287241. Use placement new. Apply clang-format.
Malcolm Parsons
2016-11-17
2
-7
/
+4
*
Use unique_ptr for cached tokens for default arguments in C++.
Malcolm Parsons
2016-11-17
2
-5
/
+9
*
Sema: correct typo correction for ivars in @implementation
Saleem Abdulrasool
2016-11-17
1
-3
/
+10
*
[Sema] Fix a bug in enable_if condition instantiation.
George Burgess IV
2016-11-17
1
-3
/
+2
*
Add warning when assigning enums to bitfields without an explicit unsigned un...
Reid Kleckner
2016-11-16
1
-1
/
+19
*
Use the member function location in enable_if diagnostics.
George Burgess IV
2016-11-16
1
-2
/
+2
*
[Frontend] Allow attaching an external sema source to compiler instance and e...
Benjamin Kramer
2016-11-16
1
-0
/
+4
*
Rangify for loop, NFC.
Yaron Keren
2016-11-16
1
-6
/
+4
*
[OpenCL] Use the semantic spelling of the Access attribute, rather than a str...
Joey Gouly
2016-11-16
1
-12
/
+15
*
Fixed spelling in comments. NFCI.
Simon Pilgrim
2016-11-15
1
-1
/
+1
*
[OPENMP] Fix for PR30632: Name mangling issue.
Alexey Bataev
2016-11-15
1
-3
/
+4
*
[OpenCL] Fix for integer parameters of enqueue_kernel
Anastasia Stulova
2016-11-14
1
-19
/
+23
*
[OpenCL] Change to clk_event parameter in enqueue_kernel.
Anastasia Stulova
2016-11-14
1
-4
/
+8
*
Revert "Improve handling of floating point literals in OpenCL to only use dou...
Renato Golin
2016-11-14
2
-23
/
+9
*
Improve handling of floating point literals in OpenCL to only use double prec...
Neil Hickey
2016-11-14
2
-9
/
+23
*
Remove some false positives when taking the address of packed members
Roger Ferrer Ibanez
2016-11-14
1
-15
/
+93
*
Fix PR28366: Handle variables from enclosing local scopes more gracefully dur...
Faisal Vali
2016-11-13
1
-1
/
+1
*
Use descriptive message if list initializer is incorrectly parenthesized.
Serge Pavlov
2016-11-12
2
-1
/
+48
*
[AVX-512] Convert the rest of the masked shift by immediate and by single ele...
Craig Topper
2016-11-12
1
-11
/
+0
*
Remove double setting of invalid flag.
Richard Trieu
2016-11-11
1
-2
/
+0
*
Fix for PR28523: unexpected compilation error.
Alexey Bataev
2016-11-11
4
-10
/
+32
*
Don't require nullability on 'va_list', even when it's a pointer.
Jordan Rose
2016-11-11
1
-28
/
+35
*
Revert "Speculative fix for va_list/nullability test on Hexagon and PPC."
Jordan Rose
2016-11-11
1
-4
/
+0
*
Speculative fix for va_list/nullability test on Hexagon and PPC.
Jordan Rose
2016-11-11
1
-0
/
+4
*
Don't require nullability on 'va_list' harder.
Jordan Rose
2016-11-11
1
-0
/
+3
*
[Sema] Fix-up for MSVC, which is stricter about template types.
Jordan Rose
2016-11-10
1
-1
/
+1
*
Don't require nullability on 'va_list'.
Jordan Rose
2016-11-10
1
-1
/
+15
*
Warn when 'assume_nonnull' infers nullability within an array.
Jordan Rose
2016-11-10
1
-7
/
+50
*
Add -Wnullability-completeness-on-arrays.
Jordan Rose
2016-11-10
1
-57
/
+91
*
Accept nullability qualifiers on array parameters.
Jordan Rose
2016-11-10
1
-29
/
+62
*
[Sema] Range-ify for loop, add period to comment. NFC.
George Burgess IV
2016-11-10
2
-3
/
+3
*
[Sema] Avoid -Wshadow warnings for shadowed variables that
Alex Lorenz
2016-11-10
2
-9
/
+40
*
[Sema] Use MS ABI behavior for dllexport in Itanium
Shoaib Meenai
2016-11-09
1
-1
/
+2
*
[Sema][NFC] Reset HasFallthroughStmt when clearing FunctionScopeInfo
Erik Pilkington
2016-11-09
1
-0
/
+1
*
[CodeCompletion] Show block invocation results for block property setters
Alex Lorenz
2016-11-09
1
-34
/
+91
*
[Sema] Avoid -Wshadow warnings for shadowed variables that aren't captured
Alex Lorenz
2016-11-09
1
-1
/
+30
*
[index] Fix issue with protocol name locations in conformance list of an ObjC...
Argyrios Kyrtzidis
2016-11-09
1
-1
/
+8
*
[CUDA] Use only the GVALinkage on function definitions.
Justin Lebar
2016-11-08
1
-2
/
+16
*
Test commit of vbyakovl.
Vladimir Yakovlev
2016-11-08
1
-2
/
+2
*
Correctly ignore unnamed bit-fields when checking whether a union has fields.
Richard Smith
2016-11-08
1
-2
/
+7
*
[AVX-512][Sema] Add more intrinsics to the checks for valid immediates for em...
Craig Topper
2016-11-07
1
-0
/
+17
*
[index] Expose FriendDecl
Olivier Goffart
2016-11-04
1
-0
/
+1
*
Delete a trivially true check for a variable 'S' being null.
Chandler Carruth
2016-11-04
1
-1
/
+1
*
Add an assert to further check the invariant that a null pointer
Chandler Carruth
2016-11-04
1
-0
/
+4
*
Remove no-op checks for a null CodeCompleter. We have already
Chandler Carruth
2016-11-04
1
-2
/
+2
*
Fix spelling mistake.
Akira Hatanaka
2016-11-03
1
-1
/
+1
*
[Sema] Avoid instantiating templates only when UncompilableErrorOccurred
Akira Hatanaka
2016-11-03
1
-3
/
+5
*
[Sema] Remove a dead assignment, NFC.
Vedant Kumar
2016-11-03
1
-3
/
+2
*
[Sema] Allow static_cast<T&&>(e) to check explicit conversions for non-refere...
Eric Fiselier
2016-11-03
1
-14
/
+17
*
Don't require nullability on template parameters in typedefs.
Jordan Rose
2016-11-02
1
-1
/
+11
[next]