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
*
Class Property: class property and instance property can have the same name.
Manman Ren
2016-01-28
1
-1
/
+2
*
[MSVC] Fix for http://llvm.org/PR25636: indexed accessor property not support...
Alexey Bataev
2015-12-10
1
-3
/
+26
*
[MSVC] 'property' with an empty array in array subscript expression.
Alexey Bataev
2015-11-25
1
-110
/
+132
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
[MSVC] Fix for http://llvm.org/PR24132: __declspec(property): double invocati...
Alexey Bataev
2015-10-14
1
-11
/
+12
*
When building a pseudo-object assignment, and the RHS is
John McCall
2015-08-22
1
-17
/
+14
*
Substitute type arguments into uses of Objective-C interface members.
Douglas Gregor
2015-07-07
1
-26
/
+10
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
[Objective-C Sema]This patch fixes the warning when clang issues
Fariborz Jahanian
2015-04-15
1
-2
/
+2
*
Sema: Parenthesized bound destructor member expressions can be called
David Majnemer
2015-02-25
1
-2
/
+2
*
Update APIs that return a pair of iterators to return an iterator_range instead.
Benjamin Kramer
2015-02-06
1
-9
/
+5
*
Objective-C. Prevents a crash generating AST for a
Fariborz Jahanian
2014-09-15
1
-0
/
+4
*
Objective-C. Accept 'nil' as indexing argument to
Fariborz Jahanian
2014-09-10
1
-1
/
+2
*
Fix some cases where StringRef was being passed by const reference. Remove co...
Craig Topper
2014-08-30
1
-1
/
+1
*
Fix crash when accessing a property of an invalid interface
Olivier Goffart
2014-08-04
1
-12
/
+10
*
Fix crash when assiging to a property with an invalid type
Olivier Goffart
2014-08-04
1
-1
/
+6
*
Switch over a few uses of param_begin() to parameters()
Alp Toker
2014-07-07
1
-9
/
+9
*
Objective-C ARC. Do not warn about properties with both
Fariborz Jahanian
2014-06-17
1
-7
/
+14
*
Objective-C. Diagnose when property access is using declared
Fariborz Jahanian
2014-06-16
1
-1
/
+4
*
Hide the concept of diagnostic levels from lex, parse and sema
Alp Toker
2014-06-15
1
-6
/
+3
*
Objective-C. Don't ignore availability attribute when
Fariborz Jahanian
2014-06-10
1
-1
/
+4
*
Avoid dubious IdentifierInfo::getNameStart() uses
Alp Toker
2014-06-07
1
-4
/
+2
*
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
[next]