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
/
Parse
/
ParseStmt.cpp
Age
Commit message (
Expand
)
Author
2012-06-23
Clean up a large number of C++11 attribute parse issues, including parsing
Sean Hunt
2012-06-12
[ms-inline-asm] The __asm keyword is a statement separator, so multiple asm
Chad Rosier
2012-06-12
[ms-inline-asm] Cleanup MS style inline assembly parsing.
Chad Rosier
2012-06-11
Etch out the code path for MS-style inline assembly.
Chad Rosier
2012-05-16
Include the correct conversion context locations for condition expressions.
David Blaikie
2012-04-28
improve error recovery for extra ')'s after a if/switch/while condition. Bef...
Chris Lattner
2012-04-28
switch some uses of ExpectAndConsume(tok::semi to use ExpectAndConsumeSemi. ...
Chris Lattner
2012-04-14
Add an AttributedStmt type to represent a statement with C++11 attributes
Richard Smith
2012-04-12
Added a flag to the parser to skip method bodies.
Erik Verbruggen
2012-04-10
Disambiguation of '[[':
Richard Smith
2012-03-24
[parser] If there are unmatched braces in a function definition, try to
Argyrios Kyrtzidis
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-06
User-defined literals: reject string and character UDLs in all places where the
Richard Smith
2012-02-23
Handle "#pragma GCC visibility" in a few more places. Switch over "#pragma p...
Eli Friedman
2012-02-22
Fix parsing and processing initializer lists in return statements and as dire...
Sebastian Redl
2012-02-21
Don't assume that a valid expression for the first part of a for-statement
Richard Smith
2012-02-17
Reject continue/break statements within members of local functions nested within
Richard Smith
2012-02-14
Generalize -Wempty-body: warn when statement body is empty (closes: PR11329)
Dmitri Gribenko
2012-01-27
Added source location for the template keyword in AST template-id expressions.
Abramo Bagnara
2012-01-17
Remove unreachable code in Clang. (replace with llvm_unreachable where approp...
David Blaikie
2011-12-22
Add -Wdangling-else.
Nico Weber
2011-12-20
PR11297: Provide a better diagnostic for code which contains a
Richard Smith
2011-12-20
Fix tentative parsing so it knows how to handle an ambiguous for-range-declar...
Eli Friedman
2011-12-02
Fix test regression introduced by r145656. When seeing a string literal that...
Ted Kremenek
2011-10-25
Implement support for dependent Microsoft __if_exists/__if_not_exists
Douglas Gregor
2011-10-24
Rework Microsoft __if_exists/__if_not_exists parsing and semantic
Douglas Gregor
2011-10-21
Treat the Microsoft/Borland keyword "__except" as a context-sensitive
Douglas Gregor
2011-10-15
Implement -Wc++98-compat warnings for the parser.
Richard Smith
2011-10-12
Introduce BalancedDelimiterTracker, to better track open/close
Douglas Gregor
2011-10-08
Fix "Uninitialized" warnings.
NAKAMURA Takumi
2011-10-08
Whitespace
NAKAMURA Takumi
2011-09-30
Some fixes for MS-style asm parsing: specifically, add some error checking, a...
Eli Friedman
2011-09-19
Changes to the name lookup have caused a regression in the digraph fix-it hint.
Richard Trieu
2011-09-17
Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...
Francois Pichet
2011-09-09
Change references to StmtTy to Stmt and removed typedefs of StmtTy. Also rem...
Richard Trieu
2011-09-09
Change all references of type ExprTy to Expr and get rid of the typedefs.
Richard Trieu
2011-09-07
When parsing a function-try-block that does not have a
Douglas Gregor
2011-09-04
PR10458: Finesse behaviour of C++0x features when in pre-0x mode. Accept for-...
Richard Smith
2011-09-04
Support code-completion for C++ inline methods and ObjC buffering methods.
Argyrios Kyrtzidis
2011-09-01
Don't try keeping a 'LeadingEmptyMacroLoc' in NullStmt. This fails
Argyrios Kyrtzidis
2011-07-30
Add code completion to produce "else" blocks after an "if"
Douglas Gregor
2011-07-27
Clean up the analysis of the collection operand to ObjC
John McCall
2011-07-25
Rename getInstantiationLineNumber to getExpansionLineNumber in both
Chandler Carruth
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-14
Move the rest of the preprocessor terminology from 'instantiate' and
Chandler Carruth
2011-07-06
Properly implement the scope restriction on the NRVO for
Douglas Gregor
2011-06-14
Remove the Fix-it for missing statement in switches
David Majnemer
2011-06-13
Improve the diagnostics generated for switch statements missing expressions
David Majnemer
2011-05-07
Add support for _if_exists and __if_not_exists at namespace/global scope.
Francois Pichet
2011-05-06
Add support for Microsoft __if_exists and __if_not_exists construct inside fu...
Francois Pichet
[prev]
[next]