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
/
Sema
/
SemaPseudoObject.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Refactoring. Remove release and take methods from ActionResult. Rename takeAs...
Nikola Smiljanic
2014-05-29
1
-15
/
+15
*
Objective-C. Diagnose use of properties in functions nested in,
Fariborz Jahanian
2014-05-28
1
-0
/
+20
*
[C++11] Use 'nullptr'. Sema edition.
Craig Topper
2014-05-26
1
-18
/
+19
*
Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.
Benjamin Kramer
2014-05-10
1
-0
/
+1
*
Objective-C. Patch to allow use of dot syntax on class
Fariborz Jahanian
2014-04-21
1
-2
/
+4
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-12
/
+12
*
Objective-C properties. Fixes a crash in Sema where RHS of
Fariborz Jahanian
2014-03-06
1
-4
/
+7
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-14
/
+11
*
Removing some more unnecessary manual quotes from diagnostics.
Aaron Ballman
2014-01-03
1
-1
/
+1
*
Removing some more unnecessary manual quotes from attribute diagnostics.
Aaron Ballman
2014-01-03
1
-4
/
+4
*
s/getter_setter/accessor No functional changes intended.
Aaron Ballman
2013-12-26
1
-4
/
+4
*
Parameterizing some MS property-related diagnostics. No functional changes in...
Aaron Ballman
2013-12-26
1
-6
/
+8
*
Remove a whole lot of unused variables
Alp Toker
2013-11-27
1
-2
/
+0
*
ObjectiveC++: support for passing C++11 style initialized temporaries to
Fariborz Jahanian
2013-10-16
1
-0
/
+10
*
Make IgnoreParens() look through ChooseExprs.
Eli Friedman
2013-07-20
1
-0
/
+19
*
address some comments on r183474:
Adrian Prantl
2013-06-07
1
-3
/
+3
*
Objective-C arc: don't count use of __weak
Fariborz Jahanian
2013-05-21
1
-2
/
+2
*
Replace 'MultiExprArg()' with 'None'
Dmitri Gribenko
2013-05-05
1
-4
/
+3
*
Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...
Dmitri Gribenko
2013-05-05
1
-3
/
+2
*
Don't put too much thought into whether or not to capture a
John McCall
2013-04-16
1
-1
/
+2
*
Basic support for Microsoft property declarations and
John McCall
2013-04-16
1
-0
/
+116
*
Add 178663 back.
Rafael Espindola
2013-04-03
1
-3
/
+0
*
Revert 178663.
Rafael Espindola
2013-04-03
1
-0
/
+3
*
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-03
1
-3
/
+0
*
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
2013-02-08
1
-1
/
+3
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-2
/
+2
*
Fix crash-on-invalid. <rdar://problem/12765391>.
Eli Friedman
2012-11-29
1
-4
/
+3
*
Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface,
Argyrios Kyrtzidis
2012-11-28
1
-5
/
+4
*
Don't try to save the assigned value in a Objective-C property assignment
Eli Friedman
2012-11-13
1
-7
/
+15
*
Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.
Jordan Rose
2012-10-10
1
-3
/
+3
*
Add FP_CONTRACT support for clang.
Lang Hames
2012-10-02
1
-5
/
+5
*
-Warc-repeated-use-of-weak: check ivars and variables as well.
Jordan Rose
2012-09-28
1
-1
/
+2
*
Add a warning (off by default) for repeated use of the same weak property.
Jordan Rose
2012-09-28
1
-1
/
+34
*
Fix a couple of Doxygen issues pointed out by -Wdocumentation.
Dmitri Gribenko
2012-09-12
1
-1
/
+1
*
Push ArrayRef through the Expr hierarchy.
Benjamin Kramer
2012-08-24
1
-3
/
+2
*
Fix a bunch of -Wdocumentation warnings.
Dmitri Gribenko
2012-08-23
1
-3
/
+3
*
objective-c arc: Patch to suggest bridge casting of CF
Fariborz Jahanian
2012-08-02
1
-2
/
+31
*
Change warning to error when property setter names conflict.
Fariborz Jahanian
2012-05-26
1
-1
/
+1
*
objective-c: warn on use of property setters
Fariborz Jahanian
2012-05-24
1
-3
/
+21
*
Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType()
Douglas Gregor
2012-05-04
1
-2
/
+1
*
objective-arc: Retune my previous patch so warning
Fariborz Jahanian
2012-04-19
1
-4
/
+0
*
objective-c arc: Issue warning under -Wreceiver-is-weak
Fariborz Jahanian
2012-04-19
1
-0
/
+4
*
objective-c: Issue diagnostic when an implicit
Fariborz Jahanian
2012-04-18
1
-3
/
+20
*
Make control flow more explicit for rebuilding property reference expressions...
Douglas Gregor
2012-04-13
1
-7
/
+7
*
super and class property reference expressions don't need to be
Douglas Gregor
2012-04-13
1
-2
/
+7
*
Add info to ObjCPropertyRefExpr to indicate whether the dot syntax property
Argyrios Kyrtzidis
2012-03-30
1
-2
/
+13
*
objective-c: Improve diagnostics and
Fariborz Jahanian
2012-03-28
1
-4
/
+10
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-8
/
+8
*
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
Ted Kremenek
2012-03-06
1
-0
/
+505
*
Pull the OpaqueValueExpr's source expression into its constructor, so
Douglas Gregor
2012-02-23
1
-2
/
+2
[prev]
[next]