Skip to content
Snippets Groups Projects
  1. Jan 20, 2017
  2. Jan 19, 2017
  3. Jan 17, 2017
  4. Jan 16, 2017
  5. Jan 14, 2017
  6. Jan 13, 2017
  7. Jan 12, 2017
  8. Jan 09, 2017
  9. Dec 31, 2016
  10. Dec 30, 2016
  11. Dec 28, 2016
  12. Dec 24, 2016
  13. Dec 23, 2016
  14. Dec 15, 2016
  15. Dec 14, 2016
  16. Dec 12, 2016
  17. Dec 08, 2016
  18. Dec 07, 2016
    • Duncan P. N. Exon Smith's avatar
      Driver: Remove support for -fobjc-gc* · ae933a51
      Duncan P. N. Exon Smith authored
      As a first step toward removing Objective-C garbage collection from
      Clang, remove support from the driver.  I'm hoping this will flush out
      any expected bots/configurations/whatever that might rely on it.
      
      I've left the options behind temporarily in -cc1 to keep tests passing.
      I'll kill them off entirely in a follow up when I've had a chance to
      update/delete the rest of Clang.
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@288872 91177308-0d34-0410-b5e6-96231b3b80d8
      ae933a51
  19. Dec 05, 2016
  20. Dec 04, 2016
  21. Dec 02, 2016
  22. Dec 01, 2016
  23. Nov 30, 2016
    • Artem Dergachev's avatar
      [analyzer] Minor fixes and improvements to debug.ExprInspection · aa1bd55b
      Artem Dergachev authored
      - Fix the bug with transition handling in ExprInspectionChecker's
        checkDeadSymbols implementation.
      
      - Test this bug by adding a new function clang_analyzer_numTimesReached() to
        catch number of passes through the code, which should be handy for testing
        against unintended state splits.
      
      - Add two more functions should help debugging issues quickly without running
        the debugger or dumping exploded graphs - clang_analyzer_dump() which dump()s
        an SVal argument to a warning message, and clang_analyzer_printState(), which
        dump()s the current program state to stderr.
      
      Differential Revision: https://reviews.llvm.org/D26835
      
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@288257 91177308-0d34-0410-b5e6-96231b3b80d8
      aa1bd55b
  24. Nov 25, 2016
  25. Nov 14, 2016
  26. Nov 12, 2016
  27. Nov 11, 2016
Loading