summaryrefslogtreecommitdiffstats
path: root/include/clang/Analysis/CFG.h
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Treat functions without run-time branches as "small".Artem Dergachev2019-04-301-0/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [CFG] [analyzer] Implement function argument construction contexts.Artem Dergachev2018-07-311-1/+2
* [CFG] [analyzer] Add construction contexts for returning C++ objects in ObjC++.Artem Dergachev2018-07-311-12/+16
* [CFG] Remove duplicate function/class names at the beginning of commentsFangrui Song2018-07-281-61/+56
* [CFG] [analyzer] Add construction contexts that explain pre-C++17 copy elision.Artem Dergachev2018-06-281-0/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-3/+3
* [CFG] [analyzer] Add C++17-specific ctor-initializer construction contexts.Artem Dergachev2018-03-221-1/+3
* [CFG] [analyzer] Add C++17-specific variable and return construction contexts.Artem Dergachev2018-03-221-18/+14
* [CFG] [analyzer] Don't add construction context to a return-by-reference call.Artem Dergachev2018-03-121-4/+6
* [CFG] [analyzer] Add construction context to C++ return-by-value call elements.Artem Dergachev2018-03-121-5/+49
* [analyzer] Add scope information to CFGMaxim Ostapenko2018-03-121-0/+83
* [CFG] NFC: Refactor ConstructionContext into a finite set of cases.Artem Dergachev2018-02-271-105/+2
* [CFG] Provide construction contexts for lifetime-extended temporaries.Artem Dergachev2018-02-241-0/+15
* [CFG] [analyzer] NFC: Allow more complicated construction contexts.Artem Dergachev2018-02-231-9/+47
* [analyzer] NFC: Use CFG construction contexts instead of homemade lookahead.Artem Dergachev2018-02-101-0/+10
* [CFG] Add construction context for constructor initializers.Artem Dergachev2018-02-101-4/+19
* [CFG] Add extra context to C++ constructor statement elements.Artem Dergachev2018-02-081-5/+73
* [Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko2017-12-071-165/+186
* [CFG] Add LoopExit information to CFGPeter Szecsi2017-08-191-1/+30
* CFG: Add CFGElement for automatic variables that leave the scopeMatthias Gehre2017-07-121-1/+44
* [CFG] Add iterator_ranges to CFG and CFGBlock.Martin Bohme2016-09-121-0/+25
* s/static inline/static/ for headers I have changed in r279475. NFC.Tim Shen2016-08-311-16/+8
* [GraphTraits] Replace all NodeType usage with NodeRefTim Shen2016-08-221-34/+28
* [GraphTraits] Make nodes_iterator dereference to NodeType*/NodeRefTim Shen2016-08-191-61/+8
* [ADT] Change PostOrderIterator to use NodeRef. NFC.Tim Shen2016-08-151-0/+4
* Roll-back r250822.Angel Garcia Gomez2015-10-201-2/+2
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-2/+2
* Analysis: Make CFG::graph_iterator dereference to non-constDuncan P. N. Exon Smith2015-10-091-1/+1
* Fix Clang-tidy modernize-use-nullptr warnings in headers and generated files;...Hans Wennborg2015-09-291-3/+3
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Append CXXDefaultInitExpr's wrapped expression to the CFG when visiting a con...Enrico Pertoso2015-06-031-1/+2
* Remove empty non-virtual destructors or mark them =default when non-publicBenjamin Kramer2015-04-111-1/+0
* Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma...Aaron Ballman2015-02-151-1/+1
* unique_ptrify the result of CFG::buildCFG/CFGBuilder::buildCFGDavid Blaikie2014-08-291-4/+3
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Fix a crash in Retain Count checker error reportingAnna Zaks2014-06-131-0/+2
* Add a check for tautological bitwise comparisons to -Wtautological-compare.Jordan Rose2014-05-201-0/+2
* [C++11] Use 'nullptr'Craig Topper2014-05-061-15/+15
* Add a new subgroup to -Wtautological-compare, -Wtautological-overlap-compare,Richard Trieu2014-04-051-2/+12
* Improve -Wunreachable-code to provide a means to indicate code is intentional...Ted Kremenek2014-03-291-3/+3
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-091-1/+1
* Fix CFG bug where the 'isTemporaryDtorsBranch' bit was silently lost for term...Ted Kremenek2014-03-081-1/+1
* CFG: Also apply the filter to the first block in a FilteredCFGBlockIterator.Benjamin Kramer2014-02-281-4/+7
* Rework CFG edges to encode potentially unreachable edges, instead of just mak...Ted Kremenek2014-02-271-6/+60
* [analyzer] Add a CFG node for the allocator call in a C++ 'new' expression.Jordan Rose2014-01-131-2/+32
* Update Clang's CFGBlock interface to conform to the strange part ofChandler Carruth2014-01-091-0/+4
* [analyzer] Handle destructors for the argument to C++ 'delete'.Jordan Rose2013-09-251-1/+1
* Add an implicit dtor CFG node just before C++ 'delete' expressions.Jordan Rose2013-09-031-0/+32