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
*
[CUDA] Ignore implicit target attributes during function template instantiation.
Artem Belevich
2016-12-08
3
-33
/
+71
*
[CodeCompletion][ObjC] Use a parameterized NSSet return type for
Alex Lorenz
2016-12-08
1
-1
/
+1
*
[CodeCompletion] Provide Objective-C class property completion results
Alex Lorenz
2016-12-08
1
-33
/
+80
*
[Sema] Avoid "case value not in enumerated type" warning for C++11 opaque enums
Alex Lorenz
2016-12-08
1
-1
/
+2
*
[c++1z] P0490R0, NB comment GB 20: if std::tuple_size<T> is complete, use the
Richard Smith
2016-12-08
1
-5
/
+2
*
[CUDA] Improve target attribute checking for function templates.
Artem Belevich
2016-12-07
4
-11
/
+117
*
Implement the -Wstrict-prototypes warning
Alex Lorenz
2016-12-07
2
-0
/
+28
*
[ObjC++] Don't enter a C++ declarator scope when the current context is
Alex Lorenz
2016-12-07
1
-0
/
+5
*
Address review feedback by adding comments about ${:uid}
Reid Kleckner
2016-12-07
1
-3
/
+5
*
[c++17] P0135R1: Guaranteed copy elision.
Richard Smith
2016-12-06
3
-13
/
+78
*
Disable -Wweak-vtables when there are no key functions
Reid Kleckner
2016-12-06
1
-13
/
+17
*
Clean up some Sema checking code. NFC
Richard Trieu
2016-12-06
1
-44
/
+12
*
[modules] Use the "redundant #include" diagnostic rather than the "module
Richard Smith
2016-12-06
1
-7
/
+1
*
Warn on unsigned zero in call to std::max
Richard Trieu
2016-12-05
1
-0
/
+87
*
Fix stack-use-after-scope in CheckExplicitlyDefaultedMemberExceptionSpec
Vitaly Buka
2016-12-05
1
-2
/
+2
*
Fix stack-use-after-scope in EvaluateImplicitExceptionSpec
Vitaly Buka
2016-12-05
1
-1
/
+2
*
[Sema] Respect DLL attributes more faithfully
Shoaib Meenai
2016-12-05
1
-15
/
+48
*
DR1213: element access on an array xvalue or prvalue produces an xvalue. In the
Richard Smith
2016-12-05
3
-8
/
+49
*
Sema: delay the DLL exported member referencing
Saleem Abdulrasool
2016-12-03
1
-1
/
+2
*
DR616, and part of P0135R1: member access (or pointer-to-member access) on a
Richard Smith
2016-12-03
4
-16
/
+40
*
PR31244: Use the exception specification from the callee's type directly to
Richard Smith
2016-12-03
1
-17
/
+28
*
More diagnostic name fixups: w_ -> warn_, warning_ -> warn_, not_ -> note_.
Richard Smith
2016-12-02
3
-5
/
+6
*
Mass-rename the handful of error_* diagnostics to err_*.
Richard Smith
2016-12-02
8
-45
/
+45
*
[Sema] Reset a BumpPtrAllocator on clear(). NFC.
George Burgess IV
2016-12-02
1
-0
/
+1
*
PR31081: ignore exception specifications when deducing function template
Richard Smith
2016-12-01
4
-43
/
+89
*
[OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma
Kelvin Li
2016-11-30
2
-5
/
+75
*
[Sema] Teach -Wcast-align to look at the aligned attribute of the
Akira Hatanaka
2016-11-30
1
-0
/
+22
*
Fix formatting issue from r288207
Hans Wennborg
2016-11-30
1
-1
/
+1
*
[c++1z] Improve support for -fno-exceptions: we can't just ignore exception
Richard Smith
2016-11-30
2
-41
/
+55
*
[c++1z] PR31210: ignore exception specification when matching the type of a
Richard Smith
2016-11-29
1
-3
/
+19
*
Don't try to merge DLL attributes on redeclaration of invalid decl (PR31069)
Hans Wennborg
2016-11-29
1
-0
/
+3
*
[OpenCL] Prohibit using reserve_id_t in program scope.
Alexey Bader
2016-11-29
1
-50
/
+55
*
Add a warning for 'main' returning 'true' or 'false'.
Richard Smith
2016-11-29
1
-0
/
+4
*
Use ${:uid} to generate unique MS asm labels, not {:uid}
Reid Kleckner
2016-11-29
1
-1
/
+1
*
[MS] Mangle a unique ID into all MS inline asm labels
Reid Kleckner
2016-11-28
2
-8
/
+5
*
[OPENMP] Fix for PR31137: Wrong DSA for members in struct.
Alexey Bataev
2016-11-28
1
-1
/
+2
*
[Sema] Set range end of constructors and destructors in template instantiations
Malcolm Parsons
2016-11-28
1
-0
/
+2
*
Adjust type-trait evaluation to properly handle Using(Shadow)Decls
Hal Finkel
2016-11-27
1
-4
/
+10
*
[Sema] Pass APSInts by const ref, avoiding copies.
Benjamin Kramer
2016-11-24
1
-3
/
+3
*
Remove comments (NFC)
Kelvin Li
2016-11-24
1
-1509
/
+0
*
[Sema][Atomics] Treat expected pointer in compare exchange atomics as _Nonnull
Alex Lorenz
2016-11-23
1
-0
/
+3
*
Remove C++ default arg side table for MS ABI ctor closures
Reid Kleckner
2016-11-23
3
-28
/
+23
*
[CodeCompletion] Fix incorrect Objective-C block parameter formatting
Alex Lorenz
2016-11-23
1
-4
/
+8
*
[X86] Replace valignd/q builtins with appropriate __builtin_shufflevector.
Craig Topper
2016-11-23
1
-6
/
+0
*
Make diagnostic for use of default member initializer before enclosing class is
Richard Smith
2016-11-22
2
-16
/
+7
*
Sema, CodeGen: Ensure that an implicit copy ctor is available more often unde...
Peter Collingbourne
2016-11-22
1
-0
/
+11
*
Sema: As of MSVC 2015, a user-declared move operation causes the deletion of ...
Peter Collingbourne
2016-11-19
1
-4
/
+9
*
[Sema] Don't allow applying address-of operator to a call to a function
Akira Hatanaka
2016-11-19
1
-0
/
+7
*
[ARM] Fix sema check of ARM special register names
Oleg Ranevskyy
2016-11-18
1
-1
/
+1
*
[OpenCL] Introduce ReadPipeType and WritePipeType.
Joey Gouly
2016-11-18
2
-10
/
+31
[next]