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
/
ParseInit.cpp
Age
Commit message (
Expand
)
Author
2008-12-10
Modify the move emulation according to the excellent design of Howard Hinnant...
Sebastian Redl
2008-12-09
Kick out the proof-of-concept ASTOwner and replace it with ASTOwningResult
Sebastian Redl
2008-12-09
Consistently use smart pointers for stmt and expr nodes in parser local varia...
Sebastian Redl
2008-11-25
Use RAII objects to ensure proper destruction of expression and statement AST...
Sebastian Redl
2008-11-19
Fix <rdar://problem/6150376> [sema] crash on invalid message send.
Steve Naroff
2008-11-03
Fix PR3001: if we have an error parsing an initializer, make sure to remove
Chris Lattner
2008-10-26
pass designators into sema. This completes parser-level designator
Chris Lattner
2008-10-26
implement some more FIXMEs, by rejecting more bogus stuff in
Chris Lattner
2008-10-26
add some simple designator testcases. Reject things like this:
Chris Lattner
2008-10-26
improve comments, build array and array range designator nodes,
Chris Lattner
2008-10-26
improve comments, build a Designation for field designators and
Chris Lattner
2008-10-26
restructure ParseInitializerWithPotentialDesignator to make it
Chris Lattner
2008-10-26
improve MayBeDesignationStart to do the entire determination
Chris Lattner
2008-10-26
inline the decision logic that chooses between an assign expr and brace
Chris Lattner
2008-10-26
This patch continues parser-level implementation of designators:
Chris Lattner
2008-10-26
minor cleanups
Chris Lattner
2008-07-09
Simplify the parser a bit by looking at the next token without consuming it (...
Argyrios Kyrtzidis
2008-06-02
handle the full assignment-expression grammar when using an
Chris Lattner
2008-04-20
Two improvements to initializer parsing:
Chris Lattner
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
[prev]