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
/
ParseDecl.cpp
Age
Commit message (
Expand
)
Author
2008-05-09
-Implement proper name lookup for namespaces.
Argyrios Kyrtzidis
2008-04-13
This patch adds very basic support for parsing and type-checking class
Douglas Gregor
2008-04-13
This patch is just the easy part of the class names patch, which
Chris Lattner
2008-04-12
Default argument cleanups and minor improvements, patch by
Chris Lattner
2008-04-10
Patch for:
Fariborz Jahanian
2008-04-10
reduce the amount of 'C++ magic' this code depends on :)
Chris Lattner
2008-04-10
refactor Parser::ParseStructDeclaration to return a vector of uninterpreted
Chris Lattner
2008-04-10
Simplify lifetime of location object.
Chris Lattner
2008-04-10
Several improvements from Doug Gregor related to default
Chris Lattner
2008-04-08
Add support for C++ default arguments, and rework Parse-Sema
Chris Lattner
2008-04-06
move a semantic check out of the parser into sema.
Chris Lattner
2008-04-06
now that identifier list parsing is split out, simplify handling of
Chris Lattner
2008-04-06
reject 'int test(x, x) int x; {}'
Chris Lattner
2008-04-06
reject 'typedef int y; int test(x, y)'.
Chris Lattner
2008-04-06
simplify Parser::ParseFunctionDeclaratorIdentifierList
Chris Lattner
2008-04-06
split parsing of identifier lists in function declarators out into
Chris Lattner
2008-04-06
split code for handling grouping parens in declarators from code that
Chris Lattner
2008-04-06
another minor simplification
Chris Lattner
2008-04-06
Use token lookahead to simplify some code that is rarely executed.
Chris Lattner
2008-04-05
Fix handling of implicit int, resolving PR2012 and reverting (and
Chris Lattner
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner