summaryrefslogtreecommitdiff
path: root/clang/test/Analysis/initializers-cfg-output.cpp
AgeCommit message (Expand)Author
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
2019-12-11[analyzer] Do not cache out on some shared implicit AST nodesGabor Horvath
2019-05-24[CFG] Add branch to skip vbase inits when they're handled by superclass.Artem Dergachev
2019-05-24[CFG] NFC: Modernize a test file for constructor initializer CFGs.Artem Dergachev
2018-02-10[CFG] Add construction context for constructor initializers.Artem Dergachev
2018-02-10[CFG] Add construction context for simple variable declarations.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-05-19Make Sema::getPrintingPolicy less ridiculously expensive. This used to performRichard Smith
2013-10-22CFG: Properly print delegating initializer CFG elements.Jordan Rose
2013-01-25Remove useless 'XPASS: *' from testsDmitri Gribenko
2012-07-31[analyzer] Turn -cfg-add-initializers on by default, and remove the flag.Jordan Rose
2011-12-22Colorize and condense CFG pretty-printing.Ted Kremenek
2011-07-28[analyzer] Overhaul how the static analyzer expects CFGs by forcing CFGs to b...Ted Kremenek
2011-02-17[analyzer] Use the new registration mechanism for the debugging info "checks".Argyrios Kyrtzidis
2010-11-01Make all CXXConstructExpr's block-level expressions. This is required by Zhongxing Xu
2010-10-04Added support for C++ initializers in CFG.Marcin Swiderski