index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Parse
/
ParseObjc.cpp
Age
Commit message (
Expand
)
Author
2013-04-29
Fix a typo in a parse assert.
Fariborz Jahanian
2013-04-24
Objective-C parsing [qoi]: Recover gracefully with good diagnostic
Fariborz Jahanian
2013-04-18
Objective-C++: Enable passing of modern C++11 style
Fariborz Jahanian
2013-04-18
Objective-C parsing [qoi]: Provide good recovery when
Fariborz Jahanian
2013-04-04
Make the ObjC attributes diagnostics a bit more informative.
Nico Weber
2013-04-03
Emit a nicer diagnostic for misplaced attributes on ObjC directives.
Nico Weber
2013-03-27
[Parser] Don't code-complete twice.
Argyrios Kyrtzidis
2013-03-20
Do the error recovery for @end only.
Fariborz Jahanian
2013-03-20
Objective-C [qoi] more gracefull recovery when
Fariborz Jahanian
2013-03-19
Objective-C [qoi]: Provide improved parse diagnostics when
Fariborz Jahanian
2013-02-21
Use None rather than Optional<T>() where possible.
David Blaikie
2013-02-20
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-08
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
2013-01-28
Finish semantic analysis for [[carries_dependency]] attribute.
Richard Smith
2013-01-22
objectiveC (take two): don't warn when in -Wselector mode and
Fariborz Jahanian
2013-01-21
objectiveC: don't warn when in -Wselector mode and
Fariborz Jahanian
2013-01-14
Refactor to call ActOnFinishFullExpr on every full expression. Teach
Richard Smith
2013-01-02
s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...
Richard Smith
2012-12-31
Remove some remnants of OwningExprResult / OwningStmtResult.
Nico Weber
2012-12-14
Don't require a space between the two ">" in "vector<id<protocol>>" in objc++11.
Nico Weber
2012-12-11
Use @import rather than @__experimental_modules_import, since the
Douglas Gregor
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-09-17
objective-C: improve on warnings about misplacement of method
Fariborz Jahanian
2012-09-17
objective-C: issue warning when there is no whitespace
Fariborz Jahanian
2012-09-12
Fix a couple of Doxygen issues pointed out by -Wdocumentation.
Dmitri Gribenko
2012-09-12
Revert "objective-C: warn under a flag if missing argument"
Ted Kremenek
2012-09-12
Revert "objective-C: warn if selector has nothing but bare"
Ted Kremenek
2012-09-11
objective-C: warn if selector has nothing but bare
Fariborz Jahanian
2012-09-11
objective-C: warn under a flag if missing argument
Fariborz Jahanian
2012-08-23
Remove ASTOwningVector, it doesn't own anything and provides no value over Sm...
Benjamin Kramer
2012-08-23
Rip out remnants of move semantic emulation and smart pointers in Sema.
Benjamin Kramer
2012-08-10
objective-C++: dalyed parsing of ctors with member
Fariborz Jahanian
2012-08-10
objective-C++: delay parsing of ctor with try block
Fariborz Jahanian
2012-08-10
objective-C++: delayed parsing of member function with
Fariborz Jahanian
2012-08-09
objective-C: refactoring of objc's delayed parsing.
Fariborz Jahanian
2012-08-09
objective-C: minor refactoring in method
Fariborz Jahanian
2012-08-08
Minor simplification for r161534.
Eli Friedman
2012-08-08
objective-C: refactor/simplify parsing of delayed
Fariborz Jahanian
2012-08-08
PR13558: Fix typo 'compatiblity'. Thinking of the children. Apparently.
Richard Smith
2012-08-08
Handle deprecation diagnostics correctly for C struct fields and Objective-C ...
Eli Friedman
2012-07-26
objective-c parsing. Don't crash when selector name
Fariborz Jahanian
2012-07-09
objective-c: provide fixit hint for @autoreleasepool
Fariborz Jahanian
2012-07-02
objective-c: just as we have done for method definitions,
Fariborz Jahanian
2012-06-23
Clean up a large number of C++11 attribute parse issues, including parsing
Sean Hunt
2012-06-21
objective-c: deprecated C-like parameters in Objective-C
Fariborz Jahanian
2012-06-15
Move isCXXSimpleTypeSpecifier from Parser to Sema and tweak it for wider use.
Kaelyn Uhrain
2012-06-11
Documentation cleanup, fixing Doxygen markup. Mostly this avoids common terms
James Dennett
2012-05-29
objc: position of 'fixit' was off by one.
Fariborz Jahanian
2012-05-21
objective-c: provide a useful 'fixit' suggestion when
Fariborz Jahanian
2012-05-16
Move the warnings for extra semi-colons under -Wextra-semi. Also, added
Richard Trieu
[next]