Skip to content
  1. Jul 27, 2009
  2. Jul 25, 2009
  3. Jul 24, 2009
  4. Jul 23, 2009
    • Fariborz Jahanian's avatar
      Add constructor used to initialize base/member in · 0228bc1a
      Fariborz Jahanian authored
      CXXBaseOrMemberInitializer AST node. Needed by
      its clients to do the initialization.
      
      llvm-svn: 76826
      0228bc1a
    • Mike Stump's avatar
      Add warning for falling off the end of a function that should return a · 33979f75
      Mike Stump authored
      value.  This is on by default, and controlled by -Wreturn-type (-Wmost
      -Wall).  I believe there should be very few false positives, though
      the most interesting case would be:
      
        int() { bar(); }
      
      when bar does:
      
        bar() { while (1) ; }
      
      Here, we assume functions return, unless they are marked with the
      noreturn attribute.  I can envision a fixit note for functions that
      never return normally that don't have a noreturn attribute to add a
      noreturn attribute.
      
      If anyone spots other false positives, let me know!
      
      llvm-svn: 76821
      33979f75
  5. Jul 22, 2009
  6. Jul 21, 2009
  7. Jul 20, 2009
  8. Jul 19, 2009
  9. Jul 18, 2009
  10. Jul 12, 2009
    • Daniel Dunbar's avatar
      Remove excessive use of Carbon.h / Cocoa.h in clang tests. · df1cff73
      Daniel Dunbar authored
       - These kinds of "shotgun" tests are very slow, and do not belong in the
         regression suite. If these kinds of tests are regarded to have value, they
         should be added to the LLVM test-suite.
      
       - I would actually like to remove all of these tests, but I left Sema/carbon.c
         and SemaObjC/cocoa.m...
      
      llvm-svn: 75399
      df1cff73
  11. Jul 11, 2009
  12. Jul 10, 2009
  13. Jul 09, 2009
  14. Jul 08, 2009
  15. Jul 07, 2009
  16. Jul 06, 2009
  17. Jul 04, 2009
  18. Jul 01, 2009
  19. Jun 30, 2009
Loading