1. 91b61ab [NFC] Disallow unused prefixes in clang/test/Analysis by Mircea Trofin · 4 years, 4 months ago
  2. ead98ea [CFG] Make representation of destructor calls more accurate. by Artem Dergachev · 6 years ago
  3. 8bd441a NFC: Unforget a colon in a few CHECK: directives. by Artem Dergachev · 6 years ago
  4. aa40315 [CFG] [analyzer] pr41142: C++17: Skip transparent InitListExprs in constructors. by Artem Dergachev · 6 years ago
  5. 594b541 [CFG] [analyzer] Disable argument construction contexts for variadic functions. by Artem Dergachev · 7 years ago
  6. c531d54 [CFG] [analyzer] Find argument constructors in CXXTemporaryObjectExprs. by Artem Dergachev · 7 years ago
  7. 5a5b867 [analyzer] NFC: Document that we support implicit argument constructors. by Artem Dergachev · 7 years ago
  8. a657a32 [CFG] [analyzer] Implement function argument construction contexts. by Artem Dergachev · 7 years ago
  9. bd880fe [CFG] [analyzer] Add stubs for constructor and message argument constructors. by Artem Dergachev · 7 years ago
  10. 7ed5fb2 Add missing temporary materialization conversion on left-hand side of . by Richard Smith · 7 years ago
  11. 8ac6c9d [CFG] [analyzer] Allow elidable copies to have more than one arguments. by Artem Dergachev · 7 years ago
  12. d18639b [CFG] [analyzer] Simplify lifetime-extended temporary construction contexts. by Artem Dergachev · 7 years ago
  13. ff267df [CFG] [analyzer] Add construction contexts that explain pre-C++17 copy elision. by Artem Dergachev · 7 years ago
  14. a61d4c9 Remove explicit cfg-temporary-dtors=true by Alexander Kornienko · 7 years ago
  15. ab9b78b [CFG] [analyzer] Add construction contexts for loop condition variables. by Artem Dergachev · 7 years ago
  16. 72da02f [CFG] [analyzer] Don't treat argument constructors as temporary constructors. by Artem Dergachev · 7 years ago
  17. 9d3a7d8 [CFG] [analyzer] Avoid modeling C++17 constructors that aren't fully supported. by Artem Dergachev · 7 years ago
  18. 922455f [CFG] [analyzer] Add C++17-specific ctor-initializer construction contexts. by Artem Dergachev · 7 years ago
  19. 317291e [CFG] [analyzer] Add C++17-specific variable and return construction contexts. by Artem Dergachev · 7 years ago
  20. 1527dec [CFG] [analyzer] Add construction context to C++ return-by-value call elements. by Artem Dergachev · 7 years ago
  21. 13f9664 [CFG] [analyzer] Add construction context for implicit constructor conversions. by Artem Dergachev · 7 years ago
  22. 6603052 [CFG] [analyzer] Recall that we only skip NoOp casts in construction contexts. by Artem Dergachev · 7 years ago
  23. a6d91d5 [CFG] Provide construction contexts for temporaries in conditional operators. by Artem Dergachev · 7 years ago
  24. 8cc55e9 [CFG] Provide construction contexts for temporaries bound to const references. by Artem Dergachev · 7 years ago
  25. ceb7d91 [CFG] Provide construction contexts for functional cast-like constructors. by Artem Dergachev · 7 years ago
  26. f43ac4c [CFG] Provide construction contexts for lifetime-extended temporaries. by Artem Dergachev · 7 years ago
  27. 1f68d9d [CFG] Provide construction contexts for temproary objects. by Artem Dergachev · 7 years ago
  28. 9ac2e11 [CFG] Provide construction contexts for return value constructors. by Artem Dergachev · 7 years ago
  29. 08225bb [CFG] Provide construction contexts when constructors have cleanups. by Artem Dergachev · 7 years ago
  30. 5a281bb [CFG] Add construction context for constructor initializers. by Artem Dergachev · 7 years ago
  31. 5fc1033 [CFG] Add construction context for simple variable declarations. by Artem Dergachev · 7 years ago
  32. 41ffb30 [CFG] Add extra context to C++ constructor statement elements. by Artem Dergachev · 7 years ago