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
/
SemaInit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LifetimeAnalysis] Make it possible to disable the new warnings
Gabor Horvath
2019-08-23
1
-38
/
+70
*
Revert "[LifetimeAnalysis] Support more STL idioms (template forward declarat...
Richard Smith
2019-08-22
1
-2
/
+2
*
[LifetimeAnalysis] Support more STL idioms (template forward declaration and ...
Matthias Gehre
2019-08-21
1
-2
/
+2
*
[LifetimeAnalysis] Add support for free functions
Gabor Horvath
2019-08-20
1
-0
/
+29
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
[LifetimeAnalysis] Support std::stack::top() and std::optional::value()
Matthias Gehre
2019-08-14
1
-1
/
+1
*
[LifetimeAnalysis] Fix false negatives of statement local lifetime analysis f...
Gabor Horvath
2019-08-14
1
-19
/
+42
*
Fix multiple lifetime warning messages for range based for loop
Gabor Horvath
2019-08-12
1
-2
/
+5
*
[OpenCL] Ignore parentheses for sampler initialization
Sven van Haastregt
2019-08-12
1
-1
/
+1
*
Properly detect temporary gsl::Owners through reference initialization chains.
Gabor Horvath
2019-08-11
1
-1
/
+2
*
Properly handle reference initialization when detecting gsl::Pointer initiali...
Gabor Horvath
2019-08-11
1
-5
/
+9
*
Fix a false positive warning when initializing members with gsl::Owners.
Gabor Horvath
2019-08-10
1
-0
/
+5
*
Attempt to reapply "Even more warnings utilizing gsl::Owner/gsl::Pointer anno...
Gabor Horvath
2019-08-09
1
-9
/
+29
*
Revert Even more warnings utilizing gsl::Owner/gsl::Pointer annotations
Gabor Horvath
2019-08-09
1
-29
/
+9
*
Revert Fix a build bot failure and multiple warnings instances for range base...
Gabor Horvath
2019-08-09
1
-6
/
+3
*
Fix a build bot failure and multiple warnings instances for range base for loops
Gabor Horvath
2019-08-09
1
-3
/
+6
*
Even more warnings utilizing gsl::Owner/gsl::Pointer annotations
Gabor Horvath
2019-08-09
1
-9
/
+29
*
More warnings regarding gsl::Pointer and gsl::Owner attributes
Gabor Horvath
2019-08-09
1
-4
/
+22
*
Update fix-it hints for std::move warnings.
Richard Trieu
2019-08-08
1
-24
/
+27
*
Teach some warnings to respect gsl::Pointer and gsl::Owner attributes
Gabor Horvath
2019-08-06
1
-9
/
+90
*
[OpenCL] Allow OpenCL C style vector initialization in C++
Anastasia Stulova
2019-08-02
1
-3
/
+11
*
[OpenCL] Fixing sampler initialisations for C++ mode.
Neil Hickey
2019-07-16
1
-3
/
+3
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-3
/
+3
*
[Sema] Fix diagnostic for addr spaces in reference binding
Anastasia Stulova
2019-06-21
1
-8
/
+18
*
[Sema] Improved diagnostic for qualifiers in reference binding
Anastasia Stulova
2019-06-21
1
-1
/
+2
*
[Sema] Diagnose addr space mismatch while constructing objects
Anastasia Stulova
2019-06-20
1
-0
/
+2
*
Remove unused SK_LValueToRValue initialization step.
Richard Smith
2019-06-14
1
-27
/
+0
*
PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type
Richard Smith
2019-06-14
1
-3
/
+7
*
Revert 363295, it caused PR42276. Also revert follow-ups 363337, 363340.
Nico Weber
2019-06-14
1
-0
/
+23
*
Remove unused SK_LValueToRValue initialization step.
Richard Smith
2019-06-13
1
-27
/
+0
*
PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type
Richard Smith
2019-06-13
1
-3
/
+7
*
PR42220: take into account the possibility of aggregates with base
Richard Smith
2019-06-12
1
-0
/
+3
*
[Sema] Prevent binding incompatible addr space ref to temporaries
Anastasia Stulova
2019-06-05
1
-1
/
+18
*
[Sema] Mark array element destructors referenced during initialization
Erik Pilkington
2019-05-10
1
-29
/
+41
*
[c++20] Add support for explicit(bool), as described in P0892R2.
Richard Smith
2019-05-09
1
-41
/
+50
*
Revert r359949 "[clang] adding explicit(bool) from c++2a"
Hans Wennborg
2019-05-06
1
-48
/
+40
*
[clang] adding explicit(bool) from c++2a
Nicolas Lesser
2019-05-04
1
-40
/
+48
*
SemaOverload: Complete candidates before emitting the error, to ensure diagno...
David Blaikie
2019-05-03
1
-40
/
+57
*
[PR41276] Fixed incorrect generation of addr space cast for 'this' in C++.
Anastasia Stulova
2019-04-04
1
-3
/
+13
*
[Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...
Bruno Ricci
2019-03-25
1
-3
/
+7
*
[Sema] Deduplicate some availability checking logic
Erik Pilkington
2019-03-20
1
-2
/
+2
*
[PR40778] Add addr space conversion when binding reference to a temporary.
Anastasia Stulova
2019-03-06
1
-4
/
+17
*
[Sema] Mark GNU compound literal array init as an rvalue.
Eli Friedman
2019-02-11
1
-7
/
+33
*
[Sema] Make string literal init an rvalue.
Eli Friedman
2019-02-08
1
-0
/
+1
*
Fix ICE on reference binding with mismatching addr spaces.
Anastasia Stulova
2019-02-05
1
-10
/
+14
*
Improve diagnostic to tell you a type is incomplete.
Eric Fiselier
2019-02-01
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Add -Wctad-maybe-unsupported to diagnose CTAD on types with no user defined d...
Eric Fiselier
2019-01-17
1
-0
/
+18
*
[OpenCL] Set generic addr space of 'this' in special class members.
Anastasia Stulova
2019-01-14
1
-0
/
+11
*
[AST] Store the arguments of CXXConstructExpr in a trailing array
Bruno Ricci
2018-12-22
1
-1
/
+1
[next]