1. fd9b099 Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default" by hyeongyu kim · 3 years, 7 months ago
  2. aacfbb9 [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default by hyeongyukim · 3 years, 8 months ago
  3. 89ad282 Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default" by Juneyoung Lee · 3 years, 8 months ago
  4. 7584ef7 [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default by Juneyoung Lee · 3 years, 8 months ago
  5. f193bcc Revert D105169 due to the two-stage failure in ASAN by Juneyoung Lee · 3 years, 8 months ago
  6. 8ca4b3e [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default (2) by Juneyoung Lee · 3 years, 8 months ago
  7. 69cd776 [CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointer arguments. by CJ Johnson · 4 years, 7 months ago
  8. 62f3ef2 [CGCall] Annotate references with "align" attribute. by Eli Friedman · 5 years ago
  9. 3dd5a29 [clang] Annotating C++'s `operator new` with more attributes by Roman Lebedev · 5 years ago
  10. d900dd0 Revert "[CodeGenCXX] Treat 'this' as noalias in constructors" by Sean Fertile · 7 years ago
  11. cc7e747 [CodeGenCXX] Treat 'this' as noalias in constructors by Anton Bikineev · 7 years ago
  12. fad0241 [Lit Test] Make tests C++11 compatible - nothrow destructors by Charles Li · 8 years ago
  13. 351241c Replace Sema-level implementation of -fassume-sane-operator-new with a by Richard Smith · 9 years ago
  14. a2347ba Mark C++ reference parameters as dereferenceable by Hal Finkel · 11 years ago
  15. 9b46eb8 Add 'nonnull' parameter or return attribute when producing an llvm pointer type in a function type where the C++ type is a reference. Update the tests. by Nick Lewycky · 11 years ago
  16. 4362261 CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 12 years ago
  17. f4beacd Whenever explicitly activating or deactivating a cleanup, we by John McCall · 14 years ago
  18. 8e4c74b Simplify EH control flow by observing that EH scopes form a simple by John McCall · 14 years ago
  19. 9b382dd Convert Clang over to resuming from landing pads with llvm.eh.resume. by John McCall · 14 years ago
  20. 6774b1f Add -fcxx-exceptions to all tests that use C++ exceptions. by Anders Carlsson · 14 years ago
  21. dc689c4 Not really sure how this worked, but it seems like a clear typo. =] by Chandler Carruth · 15 years ago
  22. 09d1369 When instantiating a new-expression, force a rebuild if there were default by John McCall · 15 years ago
  23. 46b4dc3 ...without leaving a temporary file behind. by John McCall · 15 years ago
  24. 0ec01b0 Er, this test should actually run IR generation. by John McCall · 15 years ago
  25. e5dd32d Teach PopCleanupBlock to correctly handle the possibility of branching through by John McCall · 15 years ago