- Mar 05, 2010
-
-
hjk authored
-
- Feb 15, 2010
-
-
Erik Verbruggen authored
This reverts commit 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".
-
- Feb 07, 2010
-
-
Erik Verbruggen authored
-
- Jan 07, 2010
-
-
Tobias Hunger authored
* Make sure all non-empty source files found below ./src have a copyright header. Reviewed-by: con
-
- Jan 06, 2010
-
-
Tobias Hunger authored
Reviewed-by: Roberto Raggi
-
- Oct 20, 2009
-
-
Roberto Raggi authored
Removed CPLUSPLUS_BEGIN/END_NAMESPACE & co and made it possible to compile the parser with CPLUSPLUS_WITHOUT_QT.
-
- Jan 26, 2009
-
-
hjk authored
-
- Jan 08, 2009
-
-
Roberto Raggi authored
-