]> granicus.if.org Git - clang/history - lib/Analysis/Consumed.cpp
[CFG] Fix crash finding destructor of lifetime-extended temporary.
[clang] / lib / Analysis / Consumed.cpp
2016-07-18 Mehdi Amini[NFC] Header cleanup
2016-06-24 David MajnemerUse more ArrayRefs
2016-06-21 Tim ShenRe-commit "[Temporary] Add an ExprWithCleanups for...
2016-06-09 Tim ShenRevert "[Temporary] Add an ExprWithCleanups for each...
2016-06-09 Tim Shen[Temporary] Add an ExprWithCleanups for each C++ Materi...
2015-10-20 Angel Garcia GomezRoll-back r250822.
2015-10-20 Angel Garcia GomezApply modernize-use-default to clang.
2015-08-14 David Blaikieunique_ptrify ConsumedBlockInfo analysis to make it...
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-15 DeLesley HutchinsFix for PR20402 in -Wconsumed.
2015-03-09 Benjamin KramerMake helper functions static
2014-09-23 Artyom SkrobovReverting r214064 and r215650 while investigating a...
2014-08-14 Artyom SkrobovUse the proper post-order traversal in LiveVariables...
2014-05-28 Richard TrieuMove the logic for testing for namespace std into one...
2014-05-20 Craig Topper[C++11] Use 'nullptr'. Analysis edition.
2014-05-08 Manuel KlimekExplicitly keep track of temporaries during the consume...
2014-05-02 Aaron BallmanUpdated the attribute tablegen emitter for variadic...
2014-05-02 Aaron BallmanRenaming the CallableState variadic attribute argument...
2014-04-28 Aaron BallmanRenaming range-based for loop variables so they don...
2014-04-28 Aaron Ballman[C++11] Converting to range-based for loops. No functio...
2014-03-20 DeLesley HutchinsConsumed Analysis: IgnoreParens bugfix.
2014-03-14 Aaron Ballman[C++11] Replacing DeclStmt iterators decl_begin() and...
2014-03-09 Ahmed Charles[C++11] Replace OwningPtr include with <memory>.
2014-03-07 Ahmed CharlesReplace OwningPtr with std::unique_ptr.
2014-03-07 Ahmed CharlesChange OwningPtr::take() to OwningPtr::release().
2014-03-07 Aaron Ballman[C++11] Replacing FunctionDecl iterators param_begin...
2014-01-16 DeLesley HutchinsConsumed analysis: bugfix for operator calls. Also...
2014-01-14 DeLesley HutchinsConsumed analysis: add two new attributes which fine...
2014-01-07 Chandler CarruthSort all the #include lines with LLVM's utils/sort_incl...
2013-12-19 Aaron BallmanSwitched code from using hasAttr followed by getAttr...
2013-12-17 Richard TrieuFor -Wconsumed, walk the namespaces to find if the...
2013-12-16 Richard TrieuFix PR18260 - Make std::move handling in -Wconsumed...
2013-11-16 DeLesley HutchinsConsumed analysis: track state of temporary objects.
2013-10-31 Chris WailesFixed bug with checking the kind of types.
2013-10-29 Chris WailesChanged tests_typestate to test_typestate for consistency.
2013-10-25 Chris WailesUsed OwningPtr to clean up some memory management in...
2013-10-24 Chris WailesReplaced duplicate code with calls to forwardInfo.
2013-10-18 DeLesley HutchinsConsumed analysis: fix assert failure.
2013-10-18 DeLesley HutchinsConsumed analysis: assume that non-const reference...
2013-10-18 DeLesley HutchinsConsumed analysis: All the return_typestate parameter...
2013-10-17 DeLesley HutchinsConsumed analysis: Add param_typestate attribute, which...
2013-10-17 DeLesley HutchinsConsumed Analysis: Allow parameters that are passed...
2013-10-17 DeLesley HutchinsConsumed analysis: fix ICE in handling of loop source...
2013-10-11 DeLesley HutchinsConsumed analysis: replace the consumes attribute with...
2013-10-11 DeLesley HutchinsConsumed analysis: switch from tests_consumed/unconsume...
2013-10-11 DeLesley HutchinsConsumed analysis: check destructor calls.
2013-10-09 DeLesley HutchinsConsumed analysis: improve loop handling. The prior...
2013-10-04 DeLesley HutchinsConsumed Analysis: Change callable_when so that it...
2013-09-10 DeLesley HutchinsFix ICE in consumed analysis when CFG is null.
2013-09-06 David BlaikieConsumed Analysis: The 'consumable' attribute now takes...
2013-09-03 Eric ChristopherFix non-void return warning, and format.
2013-09-03 DeLesley HutchinsConsumed analysis: add return_typestate attribute.
2013-08-30 DeLesley HutchinsConsumed analysis: add 'consumable' class attribute.
2013-08-29 DeLesley HutchinsConsumed analysis: track function parameters.
2013-08-29 DeLesley HutchinsConsumed analysis: non-const methods no longer transfer...
2013-08-29 Aaron BallmanSilencing the warning from r189605 in a more conformant...
2013-08-29 Aaron BallmanSilencing a rather spurious warning from MSVC 11 about...
2013-08-29 Eric ChristopherFix warning about anonymous structs in anonymous unions.
2013-08-29 DeLesley HutchinsConsumed analysis: improve handling of conditionals.
2013-08-26 DeLesley HutchinsConsumed analyis: Renamed *PStatus to *PInfo.
2013-08-22 DeLesley HutchinsUpdate to consumed analysis.
2013-08-13 Reid KlecknerSilence a warning from MSVC about not returning a value
2013-08-12 Reid KlecknerRemove Sema includes from Analysis code to fix layering
2013-08-12 Hans WennborgSpeculative build fix for r188206.
2013-08-12 DeLesley HutchinsPatch by Chris Wailes <chris.wailes@gmail.com>.