Skip to content
  1. Aug 11, 2008
    • 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
  2. Jul 27, 2008
  3. Jul 26, 2008
  4. Jul 25, 2008
  5. Jul 22, 2008
    • Chris Lattner's avatar
      minor cleanup to the actions interface to pass around SmallVectorImpl instead · d7352d68
      Chris Lattner authored
      of a specific smallvector size.
      
      Fix protocol lists to pass down proper location info, so we get diagnostics
      like this:
      
      t.m:3:35: error: cannot find protocol definition for 'NSCopying', referenced by 'NSWhatever'
      @interface NSWhatever : NSObject <NSCopying>
                                        ^
      
      instead of this:
      
      t.m:3:44: error: cannot find protocol definition for 'NSCopying', referenced by 'NSWhatever'
      @interface NSWhatever : NSObject <NSCopying>
                                                 ^
      
      
      Add a new IdentifierLocPair typedef which is just a pair<IdentifierInfo*, SourceLocation>
      
      llvm-svn: 53883
      d7352d68
  6. Jul 21, 2008
  7. Jul 05, 2008
  8. Jun 28, 2008
  9. Jun 25, 2008
  10. Jun 17, 2008
  11. Jun 06, 2008
  12. Jun 05, 2008
  13. May 23, 2008
  14. May 07, 2008
  15. May 06, 2008
  16. May 05, 2008
  17. May 02, 2008
  18. May 01, 2008
  19. Apr 27, 2008
  20. Apr 24, 2008
  21. Apr 23, 2008
  22. Apr 21, 2008
Loading