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
2013-04-20
Disable VLA diagnostic in C++1y mode, and add some tests.
Richard Smith
2013-04-16
Sema for Captured Statements
Tareq A. Siraj
2013-04-08
<rdar://problem/13540921> Fix a crasher when an Objective-C for-in loop gets ...
Douglas Gregor
2013-04-08
<rdar://problem/13540921> Cope with deduced 'auto' in a C++11 for-range loop ...
Douglas Gregor
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-03-22
Fix a crash-on-valid where a block capture copy expression was
John McCall
2013-03-19
Add a clarifying note when a return statement is rejected because
John McCall
2013-03-05
Silence a number of static analyzer warnings with assertions and such.
Jordan Rose
2013-02-26
Warn on dropping the return value from a warn_unused_result function, even in
Matt Beaumont-Gay
2013-02-18
Replace TypeLoc llvm::cast support to be well-defined.
David Blaikie
2013-02-15
When a statement is dropped from the AST because it was invalid, make sure
Argyrios Kyrtzidis
2013-01-24
Patch to check for integer overflow. It has been
Fariborz Jahanian
2013-01-17
Suppress all -Wunused-value warnings from macro body expansions.
Matt Beaumont-Gay
2013-01-17
Implement C++11 semantics for [[noreturn]] attribute. This required splitting
Richard Smith
2013-01-14
Refactor to call ActOnFinishFullExpr on every full expression. Teach
Richard Smith
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
Fix -Wunused-comparison for comparisons in arguments to function-like macros.
Matt Beaumont-Gay
2013-01-10
Provide a better warning when case value overflows.
Fariborz Jahanian
2013-01-09
Issue warning when case value is too large to fit
Fariborz Jahanian
2013-01-02
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2012-12-29
ArrayRefize CXXTryStmt.
Nico Weber
2012-12-29
ArrayRefize a CompoundStmt constructor.
Nico Weber
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-11-18
Remove redundant (duplicated) check.
Dmitri Gribenko
2012-10-15
Fixed LabelDecl source range.
Abramo Bagnara
2012-09-20
If the range in a for range statement doesn't have a viable begin/end function,
Richard Smith
2012-09-06
Clarified diagnostics for range-based for loops with invalid ranges
Sam Panzer
2012-09-04
Revert r163083 per chandlerc's request.
Joao Matos
2012-09-02
Implemented parsing and AST support for the MS __leave exception statement. A...
Joao Matos
2012-08-31
don't warn about unused values when the unused value is a statement expressio...
Chris Lattner
2012-08-23
Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl...
Benjamin Kramer
2012-08-23
Rip out remnants of move semantic emulation and smart pointers in Sema.
Benjamin Kramer
2012-08-21
Better diagnostics for range-based for loops with bad range types.
Sam Panzer
2012-08-17
[ms-inline asm] Extract AsmStmt handling into a separate file, so as to not
Chad Rosier
2012-08-17
[ms-inline asm] Instantiate the MCStreamer as a NullStream. We're parsing
Chad Rosier
2012-08-16
[ms-inline asm] Comment.
Chad Rosier
2012-08-16
[ms-inline asm] Extract a helper function, getSpelling(). Also use this on
Chad Rosier
2012-08-16
[ms-inline asm] If we don't know how to handle a token then assume this is not a
Chad Rosier
2012-08-16
[ms-inline asm] Add a helper function, isMSAsmKeyword().
Chad Rosier
2012-08-16
Removed unused LParenLoc parameter to ActOnCXXForRangeStmt
Sam Panzer
2012-08-16
[ms-inline asm] Perform symbol table lookup on variables. The idea is to use
Chad Rosier
2012-08-16
[ms-inline asm] Start tracking which tokens are registers and which are
Chad Rosier
2012-08-16
[ms-inline asm] Add inputs and outputs to AST. No functional change.
Chad Rosier
2012-08-15
[ms-inline asm] Use a set container to remove redundant clobbers.
Chad Rosier
2012-08-15
[ms-inline asm] Address a FIXME by computing the number of asm statements when
Chad Rosier
2012-08-15
[ms-inline asm] MSVC parses multiple __asm statements on a single line as one
Chad Rosier
2012-08-15
[ms-inline asm] Don't emit newlines as these are ignored by the AsmParser
Chad Rosier
2012-08-15
[ms-inline asm] Capturing loop-scoped (std::string)Reg with a StringRef is bad.
Chad Rosier
[next]