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
Age
Commit message (
Expand
)
Author
2012-05-12
Only check NSArray/NSDictionary boxing method params once.
Jordy Rose
2012-05-12
80-col violations and minor reformatting. No functionality change.
Jordy Rose
2012-05-12
Clean up ObjC boxing method checks by reducing duplicated code.
Jordy Rose
2012-05-12
Remove unused variable. Thanks to Dmitri Gribenko for noticing it.
Rafael Espindola
2012-05-12
Don't crash on boxed strings when +stringWithUTF8String: is missing.
Jordy Rose
2012-05-11
Teach the parser to deal with multiple spellings for the same
Douglas Gregor
2012-05-11
Make sure that we recognize __attribute__((align)) as a synonym for
Douglas Gregor
2012-05-11
When diagnosing inaccessible temporary destructors in decltype expressions, use
Richard Smith
2012-05-11
Merge branch 'format-string-braced-init'
Matt Beaumont-Gay
2012-05-11
PR11857: When the wrong number of arguments are provided for a function
Richard Smith
2012-05-11
Fix a recent regression with the merging of format attributes.
Rafael Espindola
2012-05-10
Warn about visibility attributes in typedefs.
Rafael Espindola
2012-05-10
Fix an old (2009) FIXME:
Rafael Espindola
2012-05-09
objective-c. Fixes a 'fixit' where location of
Fariborz Jahanian
2012-05-09
Pull some cases of initialization with self-reference warnings out of
Richard Trieu
2012-05-09
[AST/libclang] Speed up clang_getOverriddenCursors() considerably by reservin...
Argyrios Kyrtzidis
2012-05-09
Teach IsTailPaddedMemberArray() (used by -Warray-bounds) that a FieldDecl may...
Ted Kremenek
2012-05-09
A little tweak to the SFINAE condition reporting. Don't say:
Richard Smith
2012-05-09
Update the SelfReferenceChecker. Refactored some of the visitor methods.
Richard Trieu
2012-05-08
Bind cleanups after doing l2r conversion on the operand of a
John McCall
2012-05-08
Fixes a typo. note_xxx not not_xxx.
Fariborz Jahanian
2012-05-08
Clean up SemaDeclAttr for high-warnings build.
Jordy Rose
2012-05-08
Add missing 'y'.
Rafael Espindola
2012-05-07
Process attributes in the order they appear in the source code. This make clang
Rafael Espindola
2012-05-07
When we suppress an error due to SFINAE, stash the diagnostic away with the
Richard Smith
2012-05-07
Change how we suppress access control in explicit instantiations
John McCall
2012-05-07
There is no reason for these methods to be out-of-line.
John McCall
2012-05-07
Refactor DelayedDiagnostics so that it keeps diagnostics in
John McCall
2012-05-07
A union can have a constexpr defaulted default constructor, if it has an
Richard Smith
2012-05-07
Detecting illegal instantiations of abstract types when using a function-styl...
Aaron Ballman
2012-05-06
Split mergeAvailabilityAttr out of handleAvailabilityAttr. This is important
Rafael Espindola
2012-05-05
Make BuiltinType::getName return a StringRef and introduce BuiltinType::getNa...
Argyrios Kyrtzidis
2012-05-04
Move Sema::VerifyIntegerConstantExpression() and
Douglas Gregor
2012-05-04
Inhibit ObjC format warning only in system headers (NSLocalizedString).
Jean-Daniel Dupas
2012-05-04
IsTailPaddedMemberArray uses a FieldDecl's
Sean Callanan
2012-05-04
Move Sema::RequireNonAbstractType() off of PartialDiagnostic.
Douglas Gregor
2012-05-04
Switch RequireLiteralType() off of PartialDiagnostic.
Douglas Gregor
2012-05-04
Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType()
Douglas Gregor
2012-05-04
Thread safety analysis: check for LOCKABLE attribute on base classes.
DeLesley Hutchins
2012-05-04
Fix handling of wint_t - we can't assume wint_t is purely an integer promotio...
James Molloy
2012-05-04
Skip checking for infinite for-loops if there are global or static variables
Richard Trieu
2012-05-03
Add support for full-width 128-bit integer literals.
Stephen Canon
2012-05-03
Do not keep track of the set of visited Objective-C containers when
Douglas Gregor
2012-05-03
Disable -Wformat-extra-args for arguments defined in system headers.
Bob Wilson
2012-05-03
Silence unused-variable warning when assertions are disabled.
Kaelyn Uhrain
2012-05-03
Add -Wimplicit-fallthrough warning flag, which warns on fallthrough between
Richard Smith
2012-05-03
objective-c: warn for properties being default synthesized
Fariborz Jahanian
2012-05-03
Fix a note without a SourceLocation.
Richard Trieu
2012-05-02
Revert most of r154844, which was disabled in r155975. Keep around the
Richard Smith
2012-05-02
Thread safety analysis: additional support for smart pointers in lock express...
DeLesley Hutchins
[next]