Skip to content
Snippets Groups Projects
  1. Feb 15, 2010
    • 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 07, 2010
  3. Jan 07, 2010
    • Tobias Hunger's avatar
      Add copyright headers. · f5a893bc
      Tobias Hunger authored
       * Make sure all non-empty source files found below ./src have
         a copyright header.
      
      Reviewed-by: con
      f5a893bc
  4. Jan 06, 2010
  5. Oct 20, 2009
  6. Jan 26, 2009
  7. Jan 08, 2009
Loading