summaryrefslogtreecommitdiff
path: root/clang/test/Analysis/cfg.cpp
AgeCommit message (Expand)Author
2025-07-19Reland [Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sug...YexuanXiao
2025-07-17Revert "[Clang] Make the SizeType, SignedSizeType and PtrdiffType be named su...Kazu Hirata
2025-07-17[Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar type...YexuanXiao
2024-08-23Deprecate -fheinous-gnu-extensions; introduce a new warning flag (#105821)Aaron Ballman
2022-07-28[Clang] Diagnose ill-formed constant expression when setting a non fixed enum...Shafik Yaghmour
2022-07-27[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov
2022-07-14Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere
2022-07-15[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov
2022-07-13Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere
2022-07-13[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov
2022-06-17[Static Analyzer][CFG] Introducing the source array in the CFG of Decompositi...isuckatcs
2022-05-09[clang] Recognize scope of thread local variables in CFGBuilderKrzysztof Parzyszek
2021-10-21Recommit: Compress formatting of array type names (int [4] -> int[4])David Blaikie
2021-10-14Revert "Compress formatting of array type names (int [4] -> int[4])"David Blaikie
2021-10-14Compress formatting of array type names (int [4] -> int[4])David Blaikie
2021-02-22Modify TypePrinter to differentiate between anonymous struct and unnamed structShafik Yaghmour
2021-02-18Revert "Modify TypePrinter to differentiate between anonymous struct and unna...Shafik Yaghmour
2021-02-18Modify TypePrinter to differentiate between anonymous struct and unnamed structShafik Yaghmour
2020-08-05CFG: Destroy temporaries in (a,b) expression in the correct order.Richard Smith
2020-04-27[Analyzer] Include typedef statements in CFG build.Balázs Kéri
2019-09-21Improve -Wtautological-overlap-compareRichard Trieu
2019-08-29[CFG] Fix CFG for statement-expressions in return values.Artem Dergachev
2019-08-28[CFG] Make representation of destructor calls more accurate.Artem Dergachev
2019-01-18[analyzer] pr37688: Fix a crash upon evaluating a deleted destructor of a union.Artem Dergachev
2018-10-20[AST, analyzer] Transform rvalue cast outputs to lvalues (fheinous-gnu-extens...Aleksei Sidorin
2018-05-04Remove explicit cfg-temporary-dtors=trueAlexander Kornienko
2018-02-10[CFG] Add construction context for simple variable declarations.Artem Dergachev
2018-02-08[CFG] Add extra context to C++ constructor statement elements.Artem Dergachev
2017-03-03Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-02-28Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen
2017-02-28Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27[analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen
2016-11-10Make output of -ast-print a valid C++ code.Serge Pavlov
2016-10-18[c++1z] Include "noexcept" in builtin function types where appropriate. FixesRichard Smith
2016-10-05PR22924, PR22845, some of CWG1464: When checking the initializer for an arrayRichard Smith
2014-07-30Fix some cases of incorrect handling of lifetime extended temporaries.Manuel Klimek
2014-04-02Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie
2014-02-27[CFG] record the original (now unreachable) block of 'case:' and 'default:' c...Ted Kremenek
2014-01-15[analyzer] Print function name when dumping its CFG.Jordan Rose
2014-01-14CFG: use Visit instead of VisitStmt to look through parens.Jordan Rose
2014-01-13[analyzer] Add a CFG node for the allocator call in a C++ 'new' expression.Jordan Rose
2013-12-11Add CFG tests for switch's involving "extended" enum.Ted Kremenek
2013-09-06Avoid double edges when constructing CFGsPavel Labath
2013-09-03Add an implicit dtor CFG node just before C++ 'delete' expressions.Jordan Rose
2013-08-19[analyzer] Add a triple to test/Analysis/cfg.cppJordan Rose