index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Parse
/
ParseObjc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Generate a marker token when entering or leaving a submodule when building a
Richard Smith
2013-11-23
1
-4
/
+4
*
Replaced bool parameters in SkipUntil function with single bit-based parameter.
Alexey Bataev
2013-11-18
1
-25
/
+25
*
ObjectiveC: Handle the case of qualifying protocols
Fariborz Jahanian
2013-09-25
1
-0
/
+3
*
This patch removes unused parameter allProperties and converts remaining
Fariborz Jahanian
2013-07-16
1
-4
/
+1
*
ArrayRef'ize Sema::CodeComplete*
Dmitri Gribenko
2013-06-16
1
-25
/
+13
*
address some comments on r183474:
Adrian Prantl
2013-06-07
1
-3
/
+4
*
Objective-C parsing. Error recovery when category implementation
Fariborz Jahanian
2013-05-17
1
-0
/
+6
*
Fix a typo in a parse assert.
Fariborz Jahanian
2013-04-29
1
-1
/
+1
*
Objective-C parsing [qoi]: Recover gracefully with good diagnostic
Fariborz Jahanian
2013-04-24
1
-0
/
+7
*
Objective-C++: Enable passing of modern C++11 style
Fariborz Jahanian
2013-04-18
1
-1
/
+8
*
Objective-C parsing [qoi]: Provide good recovery when
Fariborz Jahanian
2013-04-18
1
-1
/
+3
*
Make the ObjC attributes diagnostics a bit more informative.
Nico Weber
2013-04-04
1
-6
/
+10
*
Emit a nicer diagnostic for misplaced attributes on ObjC directives.
Nico Weber
2013-04-03
1
-0
/
+15
*
[Parser] Don't code-complete twice.
Argyrios Kyrtzidis
2013-03-27
1
-1
/
+1
*
Do the error recovery for @end only.
Fariborz Jahanian
2013-03-20
1
-4
/
+7
*
Objective-C [qoi] more gracefull recovery when
Fariborz Jahanian
2013-03-20
1
-17
/
+28
*
Objective-C [qoi]: Provide improved parse diagnostics when
Fariborz Jahanian
2013-03-19
1
-0
/
+4
*
Use None rather than Optional<T>() where possible.
David Blaikie
2013-02-21
1
-1
/
+1
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-1
/
+1
*
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
2013-02-08
1
-1
/
+2
*
Finish semantic analysis for [[carries_dependency]] attribute.
Richard Smith
2013-01-28
1
-2
/
+2
*
objectiveC (take two): don't warn when in -Wselector mode and
Fariborz Jahanian
2013-01-22
1
-24
/
+5
*
objectiveC: don't warn when in -Wselector mode and
Fariborz Jahanian
2013-01-21
1
-3
/
+22
*
Refactor to call ActOnFinishFullExpr on every full expression. Teach
Richard Smith
2013-01-14
1
-1
/
+1
*
s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...
Richard Smith
2013-01-02
1
-1
/
+1
*
Remove some remnants of OwningExprResult / OwningStmtResult.
Nico Weber
2012-12-31
1
-20
/
+17
*
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
[prev]
[next]