| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't require a space between the two ">" in "vector<id<protocol>>" in objc++11. | Nico Weber | 2012-12-14 | 1 | -5/+1 |
* | Use @import rather than @__experimental_modules_import, since the | Douglas Gregor | 2012-12-11 | 1 | -1/+1 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -1/+1 |
* | objective-C: improve on warnings about misplacement of method | Fariborz Jahanian | 2012-09-17 | 1 | -20/+4 |
* | objective-C: issue warning when there is no whitespace | Fariborz Jahanian | 2012-09-17 | 1 | -1/+25 |
* | Fix a couple of Doxygen issues pointed out by -Wdocumentation. | Dmitri Gribenko | 2012-09-12 | 1 | -2/+2 |
* | Revert "objective-C: warn under a flag if missing argument" | Ted Kremenek | 2012-09-12 | 1 | -14/+3 |
* | Revert "objective-C: warn if selector has nothing but bare" | Ted Kremenek | 2012-09-12 | 1 | -7/+2 |
* | objective-C: warn if selector has nothing but bare | Fariborz Jahanian | 2012-09-11 | 1 | -2/+7 |
* | objective-C: warn under a flag if missing argument | Fariborz Jahanian | 2012-09-11 | 1 | -3/+14 |
* | Remove ASTOwningVector, it doesn't own anything and provides no value over Sm... | Benjamin Kramer | 2012-08-23 | 1 | -18/+9 |
* | Rip out remnants of move semantic emulation and smart pointers in Sema. | Benjamin Kramer | 2012-08-23 | 1 | -13/+13 |
* | objective-C++: dalyed parsing of ctors with member | Fariborz Jahanian | 2012-08-10 | 1 | -6/+16 |
* | objective-C++: delay parsing of ctor with try block | Fariborz Jahanian | 2012-08-10 | 1 | -0/+10 |
* | objective-C++: delayed parsing of member function with | Fariborz Jahanian | 2012-08-10 | 1 | -4/+15 |
* | objective-C: refactoring of objc's delayed parsing. | Fariborz Jahanian | 2012-08-09 | 1 | -22/+3 |
* | objective-C: minor refactoring in method | Fariborz Jahanian | 2012-08-09 | 1 | -9/+4 |
* | Minor simplification for r161534. | Eli Friedman | 2012-08-08 | 1 | -6/+4 |
* | objective-C: refactor/simplify parsing of delayed | Fariborz Jahanian | 2012-08-08 | 1 | -1/+4 |
* | PR13558: Fix typo 'compatiblity'. Thinking of the children. Apparently. | Richard Smith | 2012-08-08 | 1 | -2/+2 |
* | Handle deprecation diagnostics correctly for C struct fields and Objective-C ... | Eli Friedman | 2012-08-08 | 1 | -4/+6 |
* | objective-c parsing. Don't crash when selector name | Fariborz Jahanian | 2012-07-26 | 1 | -5/+5 |
* | objective-c: provide fixit hint for @autoreleasepool | Fariborz Jahanian | 2012-07-09 | 1 | -2/+17 |
* | objective-c: just as we have done for method definitions, | Fariborz Jahanian | 2012-07-02 | 1 | -22/+41 |
* | Clean up a large number of C++11 attribute parse issues, including parsing | Alexis Hunt | 2012-06-23 | 1 | -1/+1 |
* | objective-c: deprecated C-like parameters in Objective-C | Fariborz Jahanian | 2012-06-21 | 1 | -2/+5 |
* | Move isCXXSimpleTypeSpecifier from Parser to Sema and tweak it for wider use. | Kaelyn Uhrain | 2012-06-15 | 1 | -1/+1 |
* | Documentation cleanup, fixing Doxygen markup. Mostly this avoids common terms | James Dennett | 2012-06-11 | 1 | -5/+5 |
* | objc: position of 'fixit' was off by one. | Fariborz Jahanian | 2012-05-29 | 1 | -1/+1 |
* | objective-c: provide a useful 'fixit' suggestion when | Fariborz Jahanian | 2012-05-21 | 1 | -1/+5 |
* | Move the warnings for extra semi-colons under -Wextra-semi. Also, added | Richard Trieu | 2012-05-16 | 1 | -3/+1 |
* | [libclang/AST] Index references of protocols in "@protocol(...)" syntax. | Argyrios Kyrtzidis | 2012-05-16 | 1 | -1/+2 |
* | Don't crash when using objc boxed expression with parsing error. | Argyrios Kyrtzidis | 2012-05-10 | 1 | -1/+4 |
* | objective-c. Fixes a 'fixit' where location of | Fariborz Jahanian | 2012-05-09 | 1 | -0/+1 |
* | Refactor DelayedDiagnostics so that it keeps diagnostics in | John McCall | 2012-05-07 | 1 | -1/+1 |
* | Implements boxed expressions for Objective-C. <rdar://problem/10194391> | Patrick Beard | 2012-04-19 | 1 | -0/+26 |
* | Added a flag to the parser to skip method bodies. | Erik Verbruggen | 2012-04-12 | 1 | -5/+3 |
* | Added a new attribute, objc_root_class, which informs the compiler when a roo... | Patrick Beard | 2012-04-06 | 1 | -0/+1 |
* | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -13/+13 |
* | Support for raw and template forms of numeric user-defined literals, | Richard Smith | 2012-03-09 | 1 | -2/+0 |
* | Streamline BalancedDelimiterTracker, by eliminating the duplicate | Douglas Gregor | 2012-03-08 | 1 | -1/+1 |
* | Silence unused variable warnings. | Benjamin Kramer | 2012-03-07 | 1 | -3/+3 |
* | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek | 2012-03-06 | 1 | -0/+181 |
* | User-defined literals: reject string and character UDLs in all places where the | Richard Smith | 2012-03-06 | 1 | -0/+2 |
* | Change @import to @__experimental_modules_import. We are not ready to commit... | Ted Kremenek | 2012-03-01 | 1 | -1/+1 |
* | objective-c: provide fixit hint when atomic property does not | Fariborz Jahanian | 2012-02-29 | 1 | -4/+10 |
* | [libclang] Make sure that all top-level decls in a @implementation are | Argyrios Kyrtzidis | 2012-02-23 | 1 | -3/+1 |
* | Generalize -Wempty-body: warn when statement body is empty (closes: PR11329) | Dmitri Gribenko | 2012-02-14 | 1 | -1/+3 |
* | Make parsing of objc @implementations more robust. | Argyrios Kyrtzidis | 2012-02-07 | 1 | -82/+105 |
* | Remove unreachable code in Clang. (replace with llvm_unreachable where approp... | David Blaikie | 2012-01-17 | 1 | -2/+0 |