summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/warn-lifetime-analysis-nocfg.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LifetimeAnalysis] Fix PR44150Gabor Horvath2019-11-271-0/+5
* [LifetimeAnalysis] Fix some false positivesGabor Horvath2019-09-031-5/+157
* [LifetimeAnalysis] Add support for free functionsGabor Horvath2019-08-201-4/+28
* [LifetimeAnalysis] Support std::stack::top() and std::optional::value()Matthias Gehre2019-08-141-4/+23
* [LifetimeAnalysis] Fix false negatives of statement local lifetime analysis f...Gabor Horvath2019-08-141-9/+11
* Fix multiple lifetime warning messages for range based for loopGabor Horvath2019-08-121-0/+7
* Properly detect temporary gsl::Owners through reference initialization chains.Gabor Horvath2019-08-111-2/+8
* Properly handle reference initialization when detecting gsl::Pointer initiali...Gabor Horvath2019-08-111-3/+11
* Fix a false positive warning when initializing members with gsl::Owners.Gabor Horvath2019-08-101-0/+15
* Attempt to reapply "Even more warnings utilizing gsl::Owner/gsl::Pointer anno...Gabor Horvath2019-08-091-1/+50
* Revert Even more warnings utilizing gsl::Owner/gsl::Pointer annotationsGabor Horvath2019-08-091-50/+1
* Revert Fix a build bot failure and multiple warnings instances for range base...Gabor Horvath2019-08-091-7/+0
* Fix a build bot failure and multiple warnings instances for range base for loopsGabor Horvath2019-08-091-0/+7
* Even more warnings utilizing gsl::Owner/gsl::Pointer annotationsGabor Horvath2019-08-091-1/+50
* More warnings regarding gsl::Pointer and gsl::Owner attributesGabor Horvath2019-08-091-15/+50
* Teach some warnings to respect gsl::Pointer and gsl::Owner attributesGabor Horvath2019-08-061-0/+135
OpenPOWER on IntegriCloud