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
*
PR44540: Prefer an inherited default constructor over an initializer
Richard Smith
2020-01-14
1
-2
/
+2
*
CWG2352: Allow qualification conversions during reference binding.
Richard Smith
2020-01-09
1
-1
/
+7
*
When diagnosing the lack of a viable conversion function, also list
Richard Smith
2020-01-09
1
-32
/
+23
*
Revert "CWG2352: Allow qualification conversions during reference binding."
David Blaikie
2019-12-27
1
-7
/
+1
*
CWG2352: Allow qualification conversions during reference binding.
Richard Smith
2019-12-19
1
-1
/
+7
*
Refactor CompareReferenceRelationship and its callers in preparation for
Richard Smith
2019-12-18
1
-46
/
+42
*
Add `QualType::hasAddressSpace`. NFC.
Michael Liao
2019-12-06
1
-3
/
+2
*
[LifetimeAnalysis] Fix PR44150
Gabor Horvath
2019-11-27
1
-7
/
+26
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-19
1
-5
/
+4
*
Revert "[NFC] Refactor representation of materialized temporaries"
Nico Weber
2019-11-17
1
-4
/
+5
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-16
1
-5
/
+4
*
When diagnosing an ambiguity, only note the candidates that contribute
Richard Smith
2019-10-24
1
-5
/
+5
*
Sema: Create a no-op implicit cast for lvalue function conversions.
Peter Collingbourne
2019-10-19
1
-12
/
+20
*
Properly handle instantiation-dependent array bounds.
Richard Smith
2019-10-04
1
-7
/
+9
*
SemaInit - silence static analyzer getAs<> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-02
1
-16
/
+16
*
Revert r368237 - Update fix-it hints for std::move warnings.
Richard Trieu
2019-10-02
1
-27
/
+24
*
Reland [LifetimeAnalysis] Support more STL idioms (template forward declarati...
Matthias Gehre
2019-09-06
1
-2
/
+2
*
[LifetimeAnalysis] Fix some false positives
Gabor Horvath
2019-09-03
1
-0
/
+6
*
Fix variable HasArrayDesignator set but not used warning. NFCI.
Simon Pilgrim
2019-09-01
1
-3
/
+0
*
[c++20] Add support for designated direct-list-initialization syntax.
Richard Smith
2019-08-31
1
-3
/
+27
*
[c++20] Implement semantic restrictions for C++20 designated
Richard Smith
2019-08-30
1
-92
/
+176
*
Fix silent wrong-code bugs and crashes with designated initialization.
Richard Smith
2019-08-29
1
-176
/
+239
*
Refactor InitListChecker to check only a single (explicit) initializer
Richard Smith
2019-08-29
1
-45
/
+12
*
Refactor InitListChecker to make it a bit clearer that hasError is only
Richard Smith
2019-08-29
1
-44
/
+36
*
Improve behavior in the case of stack exhaustion.
Richard Smith
2019-08-26
1
-2
/
+5
*
[NFC] Add comments to some bool arguments for better readability
Gabor Horvath
2019-08-26
1
-4
/
+8
*
[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
[next]