Skip to content
Snippets Groups Projects
  1. Feb 15, 2010
    • Erik Verbruggen's avatar
      Added Objective-C @try block parsing. · f4163b8b
      Erik Verbruggen authored
      f4163b8b
    • Erik Verbruggen's avatar
      Split Objective-C keyword parsing to handle the '@' separately. · 2a59d2ae
      Erik Verbruggen authored
      Because apparently, while designing the Objective-C language, somebody
      thought it was a world-class idea to allow any white-space between the
      '@' character and the subsequent keyword. With this fix, we now
      correctly parse:
          @  dynamic
      and:
          @
            selector
      and:
          @"foo"
           "bar"
          @"mooze"
      (This last one is 1 single string split over multiple lines.)
      Wonderful, isn't it?
      
      What we (and Clang) do not support, but what GCC supports is something
      like:
         @"foo"@@  "bar"  @"mooze"  @@
      which is equivalent to @"foobarmooze".
      2a59d2ae
  2. Feb 10, 2010
  3. Feb 08, 2010
  4. Feb 07, 2010
  5. Feb 05, 2010
  6. Feb 04, 2010
  7. Feb 03, 2010
  8. Feb 02, 2010
  9. Jan 29, 2010
  10. Jan 28, 2010
  11. Jan 26, 2010
  12. Jan 25, 2010
  13. Jan 22, 2010
  14. Jan 19, 2010
  15. Jan 11, 2010
  16. Jan 06, 2010
  17. Dec 18, 2009
  18. Dec 09, 2009
  19. Dec 08, 2009
  20. Dec 07, 2009
  21. Dec 03, 2009
Loading