1. 31 Dec, 2013 1 commit
  2. 30 Dec, 2013 4 commits
  3. 27 Dec, 2013 6 commits
  4. 26 Dec, 2013 8 commits
  5. 25 Dec, 2013 2 commits
    • Logan Chien's avatar
      Fix compilation error in Clang 3.4. · 72a5123e
      Logan Chien authored
      According to C++ standard, the default destructor will be
      deleted if one of the destructor of the base classes is
      inaccessible.  In our cases, the private inheritance will
      make the destructor inaccessible to the derived class.
      In this commit, we are going to change the "private"
      inheritance to "protected" inheritance so that this test
      case can be standard compliant.
      
      This commit is cherry-picked from libc++abi upstream
      r187429, which is written by Howard Hinnant.  The original
      commit message:
      
      ------------------------------------------------------------
      commit 41458a0681f60e9b6778dbb799cbb5647db628eb
      Author: Howard Hinnant <hhinnant apple com>
      Date:   Tue Jul 30 19:00:45 2013 +0000
      
          tip-of-trunk clang has corrected some access checks for
          special members in a virtual inheritance hierarchy.
          Change a few private inheritances to protected.  This
          change will not impact what the test was testing.  This
          fixes PR16753.
      ------------------------------------------------------------
      
      Change-Id: Ibf0a534276f7e93ea027790a560b17fef1080f84
      72a5123e
    • Andrew Hsieh's avatar
      Merge "Add Clang/LLVM 3.4" · 9056db80
      Andrew Hsieh authored
      9056db80
  6. 24 Dec, 2013 2 commits
  7. 23 Dec, 2013 1 commit
    • Andrew Hsieh's avatar
      Fixed ndk-gdb-py.cmd on SHELL · 5388dfe1
      Andrew Hsieh authored
      Set SHELL as env. var. instead of passing it to python.exe which
      can't understand it.
      
      See b.android.com/63054
      
      Change-Id: I3c751237b1a929543a881321fb2657850b4f4eb8
      5388dfe1
  8. 18 Dec, 2013 5 commits
  9. 17 Dec, 2013 5 commits
  10. 13 Dec, 2013 1 commit
  11. 12 Dec, 2013 1 commit
  12. 11 Dec, 2013 4 commits