Age | Commit message (Expand) | Author |
2012-05-10 | Don't crash when using objc boxed expression with parsing error. | Argyrios Kyrtzidis |
2012-05-09 | objective-c. Fixes a 'fixit' where location of | Fariborz Jahanian |
2012-05-07 | Refactor DelayedDiagnostics so that it keeps diagnostics in | John McCall |
2012-04-19 | Implements boxed expressions for Objective-C. <rdar://problem/10194391> | Patrick Beard |
2012-04-12 | Added a flag to the parser to skip method bodies. | Erik Verbruggen |
2012-04-06 | Added a new attribute, objc_root_class, which informs the compiler when a roo... | Patrick Beard |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie |
2012-03-09 | Support for raw and template forms of numeric user-defined literals, | Richard Smith |
2012-03-08 | Streamline BalancedDelimiterTracker, by eliminating the duplicate | Douglas Gregor |
2012-03-07 | Silence unused variable warnings. | Benjamin Kramer |
2012-03-06 | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek |
2012-03-06 | User-defined literals: reject string and character UDLs in all places where the | Richard Smith |
2012-03-01 | Change @import to @__experimental_modules_import. We are not ready to commit... | Ted Kremenek |
2012-02-29 | objective-c: provide fixit hint when atomic property does not | Fariborz Jahanian |
2012-02-23 | [libclang] Make sure that all top-level decls in a @implementation are | Argyrios Kyrtzidis |
2012-02-14 | Generalize -Wempty-body: warn when statement body is empty (closes: PR11329) | Dmitri Gribenko |
2012-02-07 | Make parsing of objc @implementations more robust. | Argyrios Kyrtzidis |
2012-01-17 | Remove unreachable code in Clang. (replace with llvm_unreachable where approp... | David Blaikie |
2012-01-03 | Under -fmodules, accept #public <macroname> and #private <macroname> | Douglas Gregor |
2012-01-03 | Introduce a non-uglified syntax for module imports in Objective-C: | Douglas Gregor |
2012-01-01 | Eliminate ObjCForwardProtocolDecl, which is redundant now that | Douglas Gregor |
2011-12-20 | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie |
2011-12-17 | In Parser::SkipUntil do not stop at '@' unconditionally. | Argyrios Kyrtzidis |
2011-12-17 | After late parsing an objc method, make sure there are no leftover cached tok... | Argyrios Kyrtzidis |
2011-12-08 | Fix: allow @protocol forward declarations inside @implementation-s. | Erik Verbruggen |
2011-12-06 | Extend warnings for missing '@end'. | Erik Verbruggen |
2011-11-29 | Fix leaking of LexedMethod objects created for caching objc method definition... | Argyrios Kyrtzidis |
2011-11-16 | [libclang] Fix crash on invalid code. Fixes rdar://10451854 | Argyrios Kyrtzidis |
2011-10-12 | Introduce BalancedDelimiterTracker, to better track open/close | Douglas Gregor |
2011-10-06 | When using an unavailable/deprecated interface Foo inside Foo's interface/imp... | Argyrios Kyrtzidis |
2011-10-03 | Pass from the parser the locations of selector identifiers when creating | Argyrios Kyrtzidis |
2011-10-03 | Pass all the locations of the selector identifiers for a message expression f... | Argyrios Kyrtzidis |
2011-10-01 | Parse attributes written in an ObjC method parameter type as | John McCall |
2011-09-23 | Clean up parsing the category names in interfaces slightly, using | Douglas Gregor |
2011-09-23 | Switch assert(0/false) llvm_unreachable. | David Blaikie |
2011-09-22 | ArrayRef-ifying the fields passed to Sema::ActOnFields | David Blaikie |
2011-09-08 | Implement the Objective-C 'instancetype' type, which is an alias of | Douglas Gregor |
2011-09-04 | Support code-completion for C++ inline methods and ObjC buffering methods. | Argyrios Kyrtzidis |
2011-08-31 | objective-c: this patch (re)introduces objective-c's default property | Fariborz Jahanian |
2011-08-31 | objective-c - This patch buffers method implementations | Fariborz Jahanian |
2011-08-29 | Minor clean up of objc's decl context stuff. | Fariborz Jahanian |
2011-08-27 | objective-c: Treat top-level objective-c declarations | Fariborz Jahanian |
2011-08-25 | Reverse r138567 until a buildbot failure is investigated. | Fariborz Jahanian |
2011-08-25 | objc -arse: Use DeclGroup for forward class declarations; | Fariborz Jahanian |
2011-08-22 | objc refactoring - minor clean up. | Fariborz Jahanian |
2011-08-22 | objc - Simplify switing objc decl context by using | Fariborz Jahanian |
2011-08-22 | Restore patch I reversed in r138040. Known buildbot | Fariborz Jahanian |
2011-08-19 | Revers r138040. Need to look at a few buildbot failures. | Fariborz Jahanian |
2011-08-19 | objective-c: Bring objective-c handling of decl context | Fariborz Jahanian |
2011-07-27 | The lock operand to an @synchronized statement is also | John McCall |