Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
48c7e17a24063eda5ef0e92b640c06fc1a553eb8
/
clang
/
lib
/
Sema
/
SemaPseudoObject.cpp
e14c0f8
[C++11] Add 'override' keyword to virtual methods that override their base class.
by Craig Topper
· 12 years ago
15dde89
Objective-C properties. Fixes a crash in Sema where RHS of
by Fariborz Jahanian
· 12 years ago
314cc81
Rename getResultType() on function and method declarations to getReturnType()
by Alp Toker
· 12 years ago
1fb3955
Removing some more unnecessary manual quotes from diagnostics.
by Aaron Ballman
· 12 years ago
1bda459
Removing some more unnecessary manual quotes from attribute diagnostics.
by Aaron Ballman
· 12 years ago
213cf41
s/getter_setter/accessor No functional changes intended.
by Aaron Ballman
· 12 years ago
9e35bfe
Parameterizing some MS property-related diagnostics. No functional changes intended.
by Aaron Ballman
· 12 years ago
965f882
Remove a whole lot of unused variables
by Alp Toker
· 12 years ago
2eaec61
ObjectiveC++: support for passing C++11 style initialized temporaries to
by Fariborz Jahanian
· 12 years ago
75807f2
Make IgnoreParens() look through ChooseExprs.
by Eli Friedman
· 12 years ago
a4ce906
address some comments on r183474:
by Adrian Prantl
· 12 years ago
6f829e3
Objective-C arc: don't count use of __weak
by Fariborz Jahanian
· 12 years ago
78852e9
Replace 'MultiExprArg()' with 'None'
by Dmitri Gribenko
· 13 years ago
44ebbd5
Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constructor from None
by Dmitri Gribenko
· 13 years ago
0d9dd73
Don't put too much thought into whether or not to capture a
by John McCall
· 13 years ago
5e77d76
Basic support for Microsoft property declarations and references thereto.
by John McCall
· 13 years ago
6ae7e50
Add 178663 back.
by Rafael Espindola
· 13 years ago
985a3ab
Revert 178663.
by Rafael Espindola
· 13 years ago
adea16b
Don't compute a patched/semantic storage class.
by Rafael Espindola
· 13 years ago
a7d0384
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
by Jordan Rose
· 13 years ago
3a02247
Sort all of Clang's files under 'lib', and fix up the broken headers uncovered.
by Chandler Carruth
· 13 years ago
fd41aee
Fix crash-on-invalid. <rdar://problem/12765391>.
by Eli Friedman
· 13 years ago
a6567c4
Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface,
by Argyrios Kyrtzidis
· 13 years ago
00fa429
Don't try to save the assigned value in a Objective-C property assignment
by Eli Friedman
· 13 years ago
d01e83a
Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.
by Jordan Rose
· 13 years ago
5de91cc
Add FP_CONTRACT support for clang.
by Lang Hames
· 13 years ago
657b5f4
-Warc-repeated-use-of-weak: check ivars and variables as well.
by Jordan Rose
· 13 years ago
d393458
Add a warning (off by default) for repeated use of the same weak property.
by Jordan Rose
· 13 years ago
00bcdd3
Fix a couple of Doxygen issues pointed out by -Wdocumentation.
by Dmitri Gribenko
· 13 years ago
c215e76
Push ArrayRef through the Expr hierarchy.
by Benjamin Kramer
· 13 years ago
adba9be
Fix a bunch of -Wdocumentation warnings.
by Dmitri Gribenko
· 13 years ago
9080491
objective-c arc: Patch to suggest bridge casting of CF
by Fariborz Jahanian
· 13 years ago
f3b7681
Change warning to error when property setter names conflict. // rdar://11528439
by Fariborz Jahanian
· 13 years ago
3f88afa
objective-c: warn on use of property setters
by Fariborz Jahanian
· 13 years ago
7bfb2d0
Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType()
by Douglas Gregor
· 14 years ago
d155c78
objective-arc: Retune my previous patch so warning
by Fariborz Jahanian
· 14 years ago
fce89c6
objective-c arc: Issue warning under -Wreceiver-is-weak
by Fariborz Jahanian
· 14 years ago
b525b52
objective-c: Issue diagnostic when an implicit
by Fariborz Jahanian
· 14 years ago
aa0df2d
Make control flow more explicit for rebuilding property reference expressions without their OpaqueValueExprs
by Douglas Gregor
· 14 years ago
eba02fe
super and class property reference expressions don't need to be
by Douglas Gregor
· 14 years ago
ab468b0
Add info to ObjCPropertyRefExpr to indicate whether the dot syntax property
by Argyrios Kyrtzidis
· 14 years ago
ba0afde
objective-c: Improve diagnostics and
by Fariborz Jahanian
· 14 years ago
bbafb8a
Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST).
by David Blaikie
· 14 years ago
e65b086
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
by Ted Kremenek
· 14 years ago
2d5aea0
Pull the OpaqueValueExpr's source expression into its constructor, so
by Douglas Gregor
· 14 years ago
a80f1bf
Add IsImplicit field in ObjCMessageExpr that is true when the message
by Argyrios Kyrtzidis
· 14 years ago
e929082
Fix the instantiation of pseudo-object expressions. This is a
by John McCall
· 14 years ago
d5c98ae
Resolve placeholder expressions before trying to deduce
by John McCall
· 14 years ago
fb3cb9a
Revert r143972, which didn't actually compile under -Wnon-virtual-dtor.
by Matt Beaumont-Gay
· 14 years ago
cfef546
There are some crazy cases that LookupMethodInReceiverType
by John McCall
· 14 years ago
50da84b
Better fix for -Wnon-virtual-dtor
by Matt Beaumont-Gay
· 14 years ago
43e15ff
Appease -Wnon-virtual-dtor
by Matt Beaumont-Gay
· 14 years ago
5c29d69
Unbreak gcc build.
by Benjamin Kramer
· 14 years ago
fe96e0b
Change the AST representation of operations on Objective-C
by John McCall
· 14 years ago
8dc5760
Reflow code. No intended functionality change.
by Benjamin Kramer
· 14 years ago
526ab47
Restore r142914 and r142915, now with missing file and apparent
by John McCall
· 14 years ago