Skip to content
  1. Jul 18, 2011
  2. Jul 05, 2011
  3. Jun 20, 2011
  4. May 13, 2011
  5. May 12, 2011
  6. May 07, 2011
  7. May 05, 2011
  8. Apr 30, 2011
  9. Apr 25, 2011
  10. Apr 21, 2011
  11. Apr 15, 2011
  12. Apr 13, 2011
  13. Apr 06, 2011
  14. Mar 30, 2011
  15. Mar 15, 2011
  16. Feb 27, 2011
  17. Feb 20, 2011
  18. Dec 01, 2010
  19. Nov 22, 2010
    • Chandler Carruth's avatar
      Undo part of my previous commit to mm_malloc.h, going back to the use of · 45c2fb1e
      Chandler Carruth authored
      stdlib.h. There were numerous problems with forward declaring 'malloc' and
      'free', but the most important is that these are reserved by POSIX and may be
      implemented via a function-like macro.
      
      As suggested by Dale Johannesen, I'm instead guarding the only include of this
      in our builtin headers with __STDC_HOSTED__, and I've removed the include of
      the header from the test suite. I'll discuss with folks whether we want to have
      a hosted section of the test suite or not, and add it (and perhaps other tests)
      back there if that's the direction.
      
      llvm-svn: 119958
      45c2fb1e
  20. Nov 16, 2010
  21. Oct 19, 2010
  22. Oct 14, 2010
  23. Oct 12, 2010
    • Douglas Gregor's avatar
      Eliminate CIndexer::getClangPath(), since libclang no longer depends · bd82998e
      Douglas Gregor authored
      on the presence of a 'clang' executable. Simplify
      CIndexer::getClangResourcesPath() a bit.
      
      Patch up the CMake makefiles to install headers into two locations in
      the build tree, for those silly cases where 'clang' will end up
      looking into the wrong build directory for headers.
      
      llvm-svn: 116260
      bd82998e
  24. Oct 02, 2010
  25. Oct 01, 2010
  26. Sep 29, 2010
  27. Sep 28, 2010
  28. Sep 18, 2010
  29. Sep 06, 2010
  30. Aug 27, 2010
Loading