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
/
SemaStmt.cpp
Age
Commit message (
Expand
)
Author
2012-05-08
Bind cleanups after doing l2r conversion on the operand of a
John McCall
2012-05-04
Move Sema::VerifyIntegerConstantExpression() and
Douglas Gregor
2012-05-04
Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType()
Douglas Gregor
2012-05-04
Skip checking for infinite for-loops if there are global or static variables
Richard Trieu
2012-04-30
Add -Wloop-analysis. This warning will fire on for loops which the variables
Richard Trieu
2012-04-30
Remove the ref/value inconsistency in filter_decl_iterator.
David Blaikie
2012-04-14
Add an AttributedStmt type to represent a statement with C++11 attributes
Richard Smith
2012-03-30
Handle placeholder expressions in an ObjC for-collection loop.
John McCall
2012-03-30
Make sure we perform the relevant implied conversions correctly for ObjC meth...
Eli Friedman
2012-03-21
For enums with no tag name, display its location in
Fariborz Jahanian
2012-03-21
fixes the diagnostic issued in // rdar://11069896
Fariborz Jahanian
2012-03-21
Allow void blocks to return witn a void expression in
Fariborz Jahanian
2012-03-21
Undo previous patch as I checked more than I intended.
Fariborz Jahanian
2012-03-21
modern objective-c rewriter: remove 'const' from
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-22
Doug's review comments.
Sebastian Redl
2012-02-22
Fix parsing and processing initializer lists in return statements and as dire...
Sebastian Redl
2012-02-15
Specialize noreturn diagnostics for lambda expressions.
Douglas Gregor
2012-02-15
Fix silly precedence error.
Douglas Gregor
2012-02-15
Specialize the diagnostic complaining about conflicting types of
Douglas Gregor
2012-02-14
Generalize -Wempty-body: warn when statement body is empty (closes: PR11329)
Dmitri Gribenko
2012-02-09
Don't allow deduction of a lambda result type from an initializer
Douglas Gregor
2012-02-04
In C++11 mode, when an integral constant expression is desired and we have a
Richard Smith
2012-02-04
Don't allow a value of a scoped enumeration to be used as the first bound for an
Richard Smith
2012-01-31
Make sure we call MaybeCreateExprWithCleanups for the sub-expression of an in...
Eli Friedman
2012-01-27
Added source location for the template keyword in AST template-id expressions.
Abramo Bagnara
2012-01-26
Refactor to share code for handling return statements between lambda expressi...
Eli Friedman
2012-01-26
Slight refactoring; catch yet another case where we were missing an lvalue-to...
Eli Friedman
2012-01-25
Allow typo correction to be disabled in BuildOverloadedCallExpr variant.
Kaelyn Uhrain
2012-01-23
Minor fixups for auto deduction of initializer lists.
Sebastian Redl
2012-01-23
Implement -Wswitch-enum correctly.
David Blaikie
2012-01-23
Make sure the AST correctly represents lvalue-to-rvalue conversions where app...
Eli Friedman
2012-01-22
Fix -Wswitch to warn about out of bounds enum cases even when there's a default
David Blaikie
2012-01-21
Add -Wswitch-enum-redundant-default.
David Blaikie
2012-01-18
constexpr: converted constant expression handling for enumerator values, case
Richard Smith
2012-01-17
Auto deduction support for std::initializer_list, including for-range support...
Sebastian Redl
2012-01-06
Suppress -Wunused-value within macros from system headers.
Matt Beaumont-Gay
2012-01-05
Minor cleanup; no functional change.
Eli Friedman
2011-12-28
Small refactoring and simplification of constant evaluation and some of its
Richard Smith
2011-12-03
Move block return type inference diagnostic to a common place where
Fariborz Jahanian
2011-12-03
If block literal return type is not specified, return type of the block is
Fariborz Jahanian
2011-11-14
Use Sema::RequireCompleteType to check for the completeness of
Douglas Gregor
2011-11-11
Don't apply NRVO to over-aligned variables. The caller only
John McCall
2011-11-06
Change the AST representation of operations on Objective-C
John McCall
2011-10-29
Rename Expr::Evaluate to Expr::EvaluateAsRValue to make it clear that it will
Richard Smith
2011-10-27
Fix some cases where a CK_IntegralCast was being used to convert an lvalue to an
Richard Smith
2011-10-27
objc: fix an ir-gen crash caused by recent
Fariborz Jahanian
2011-10-25
Restore r142914 and r142915, now with missing file and apparent
John McCall
2011-10-25
Revert r142914 and r142915, due to possibly missing file.
NAKAMURA Takumi
[next]