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
/
Sema
/
SemaPseudoObject.cpp
Age
Commit message (
Expand
)
Author
2013-04-16
Don't put too much thought into whether or not to capture a
John McCall
2013-04-16
Basic support for Microsoft property declarations and
John McCall
2013-04-03
Add 178663 back.
Rafael Espindola
2013-04-03
Revert 178663.
Rafael Espindola
2013-04-03
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-02-08
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-11-29
Fix crash-on-invalid. <rdar://problem/12765391>.
Eli Friedman
2012-11-28
Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface,
Argyrios Kyrtzidis
2012-11-13
Don't try to save the assigned value in a Objective-C property assignment
Eli Friedman
2012-10-10
Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.
Jordan Rose
2012-10-02
Add FP_CONTRACT support for clang.
Lang Hames
2012-09-28
-Warc-repeated-use-of-weak: check ivars and variables as well.
Jordan Rose
2012-09-28
Add a warning (off by default) for repeated use of the same weak property.
Jordan Rose
2012-09-12
Fix a couple of Doxygen issues pointed out by -Wdocumentation.
Dmitri Gribenko
2012-08-24
Push ArrayRef through the Expr hierarchy.
Benjamin Kramer
2012-08-23
Fix a bunch of -Wdocumentation warnings.
Dmitri Gribenko
2012-08-02
objective-c arc: Patch to suggest bridge casting of CF
Fariborz Jahanian
2012-05-26
Change warning to error when property setter names conflict.
Fariborz Jahanian
2012-05-24
objective-c: warn on use of property setters
Fariborz Jahanian
2012-05-04
Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType()
Douglas Gregor
2012-04-19
objective-arc: Retune my previous patch so warning
Fariborz Jahanian
2012-04-19
objective-c arc: Issue warning under -Wreceiver-is-weak
Fariborz Jahanian
2012-04-18
objective-c: Issue diagnostic when an implicit
Fariborz Jahanian
2012-04-13
Make control flow more explicit for rebuilding property reference expressions...
Douglas Gregor
2012-04-13
super and class property reference expressions don't need to be
Douglas Gregor
2012-03-30
Add info to ObjCPropertyRefExpr to indicate whether the dot syntax property
Argyrios Kyrtzidis
2012-03-28
objective-c: Improve diagnostics and
Fariborz Jahanian
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-06
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
Ted Kremenek
2012-02-23
Pull the OpaqueValueExpr's source expression into its constructor, so
Douglas Gregor
2012-01-12
Add IsImplicit field in ObjCMessageExpr that is true when the message
Argyrios Kyrtzidis
2011-11-30
Fix the instantiation of pseudo-object expressions. This is a
John McCall
2011-11-15
Resolve placeholder expressions before trying to deduce
John McCall
2011-11-08
Revert r143972, which didn't actually compile under -Wnon-virtual-dtor.
Matt Beaumont-Gay
2011-11-07
There are some crazy cases that LookupMethodInReceiverType
John McCall
2011-11-07
Better fix for -Wnon-virtual-dtor
Matt Beaumont-Gay
2011-11-07
Appease -Wnon-virtual-dtor
Matt Beaumont-Gay
2011-11-06
Unbreak gcc build.
Benjamin Kramer
2011-11-06
Change the AST representation of operations on Objective-C
John McCall
2011-10-28
Reflow code. No intended functionality change.
Benjamin Kramer
2011-10-25
Restore r142914 and r142915, now with missing file and apparent
John McCall