- 22 Feb, 2010 1 commit
-
-
Erik Verbruggen authored
-
- 16 Feb, 2010 1 commit
-
-
Erik Verbruggen authored
-
- 15 Feb, 2010 5 commits
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
This reverts commit 2a59d2ae.
-
Erik Verbruggen authored
This reverts commit f4163b8b.
-
Erik Verbruggen authored
-
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".
-
- 10 Feb, 2010 1 commit
-
-
Erik Verbruggen authored
-
- 08 Feb, 2010 2 commits
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
- 07 Feb, 2010 6 commits
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
- 05 Feb, 2010 1 commit
-
-
Thorbjørn Lindeijer authored
-
- 04 Feb, 2010 3 commits
-
-
Erik Verbruggen authored
Also removed the (conditional) invoke_token from DeclarationAST and use the qt_invokable_token to store the Q_INVOKABLE, and fixed the ASTMatch code generation.
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
- 03 Feb, 2010 1 commit
-
-
Wolfgang Beck authored
-
- 02 Feb, 2010 7 commits
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
For @synchornized when ObjC is disabled.
-
Erik Verbruggen authored
It now includes comma expressions, conditionals and assignment expressions.
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
- 29 Jan, 2010 1 commit
-
-
Oswald Buddenhagen authored
doing it in 1.3 as well to avoid possible later conflicts
-
- 28 Jan, 2010 2 commits
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
- 26 Jan, 2010 1 commit
-
-
Roberto Raggi authored
-
- 25 Jan, 2010 1 commit
-
-
Roberto Raggi authored
-
- 22 Jan, 2010 3 commits
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
- 19 Jan, 2010 1 commit
-
-
Wolfgang Beck authored
-
- 11 Jan, 2010 1 commit
-
-
Erik Verbruggen authored
Fixed semantic check for ObjC fast-enumeration for-loops, then merged it with the semantic check for the foreach.
-
- 06 Jan, 2010 1 commit
-
-
Roberto Raggi authored
-
- 18 Dec, 2009 1 commit
-
-
Erik Verbruggen authored
-