Skip to content
  1. Sep 26, 2008
  2. Sep 18, 2008
  3. Sep 02, 2008
  4. Sep 01, 2008
    • Ted Kremenek's avatar
      Tidy up sema processing of attribute "nonull": · c4f6d90b
      Ted Kremenek authored
      - warn about nonnull being applied to functions with no pointer arguments
      - continue processing argument list in the attribute when we encounter a non-pointer parameter being marked as nonnull
      - when no argument list is specified, only mark pointers as nonnull.  This fixes PR 2732 and radar 6188814.
      
      llvm-svn: 55610
      c4f6d90b
  5. Aug 24, 2008
  6. Aug 23, 2008
  7. Aug 11, 2008
    • Daniel Dunbar's avatar
      More #include cleaning · 56fdb6ae
      Daniel Dunbar authored
       - Kill unnecessary #includes in .cpp files. This is an automatic
         sweep so some things removed are actually used, but happen to be
         included by a previous header. I tried to get rid of the obvious
         examples and this was the easiest way to trim the #includes in one
         fell swoop.
       - We now return to regularly scheduled development.
      
      llvm-svn: 54632
      56fdb6ae
    • Daniel Dunbar's avatar
      More #include cleaning · c74b5cc2
      Daniel Dunbar authored
       - Drop Diagnostic.h from DeclSpec.h, move utility Diag methods into
         implementation .cpp
      
      llvm-svn: 54626
      c74b5cc2
    • Daniel Dunbar's avatar
      Minor #include cleaning · 34fb6727
      Daniel Dunbar authored
       - Drop TokenKinds.h from Action.h
       - Move DeclSpec.h from Sema.h into individual Sema .cpp files
      
      llvm-svn: 54625
      34fb6727
  8. Aug 07, 2008
  9. Aug 01, 2008
  10. Jul 27, 2008
  11. Jul 25, 2008
  12. Jul 22, 2008
  13. Jul 21, 2008
  14. Jul 16, 2008
  15. Jun 29, 2008
  16. Jun 28, 2008
  17. Jun 26, 2008
Loading