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
/
Parser.cpp
Age
Commit message (
Expand
)
Author
2008-11-18
Change a couple of the Parser::Diag methods to return DiagnosticInfo
Chris Lattner
2008-11-18
This reworks some of the Diagnostic interfaces a bit to change how diagnostics
Chris Lattner
2008-11-18
Change the diagnostics interface to take an array of pointers to
Chris Lattner
2008-11-17
Eliminate all of the placeholder identifiers used for constructors,
Douglas Gregor
2008-11-08
Implement support for C++ nested-name-specifiers ('foo::bar::x') in the Parse...
Argyrios Kyrtzidis
2008-11-05
Initial implementation of parsing, semantic analysis, and AST-building
Douglas Gregor
2008-10-20
eliminate ObjCPropertyAttrs an corresponding enums, just use
Chris Lattner
2008-10-20
remove extraneous braces
Chris Lattner
2008-10-20
simplify some other code for __extension__ processing.
Chris Lattner
2008-10-20
implement a couple fixme's by implementing __extension__ properly.
Chris Lattner
2008-10-20
fix indentation
Chris Lattner
2008-10-06
Implement support for C++ direct initializers in declarations, e.g. "int x(1);".
Argyrios Kyrtzidis
2008-10-04
Add Parser support for #pragma pack
Daniel Dunbar
2008-09-26
Parser support for prefix __attribute__ on @protocol.
Daniel Dunbar
2008-08-24
Pass SourceRanges by reference to the various Diag methods.
Argyrios Kyrtzidis
2008-08-24
Add a Parser::Diag overload that can receive a custom string along with a Sou...
Argyrios Kyrtzidis
2008-08-23
make sure that ParseAST invokes the action for end of translation unit.
Chris Lattner
2008-08-23
add action to know about end of translation unit.
Chris Lattner
2008-08-23
we already have a handle on the 'in' keyword, don't bother getting two.
Chris Lattner
2008-08-23
minor cleanup, remove finalize method.
Chris Lattner
2008-08-14
Change Parser & Sema to use interned "super" for comparions.
Daniel Dunbar
2008-08-11
More #include cleaning
Daniel Dunbar
2008-08-05
Fix rdar://6124613 a crash on invalid code.
Chris Lattner
2008-08-05
Add more Parser/Sema support for GCC asm-label extension.
Daniel Dunbar
2008-07-26
add a new diag helper that takes a range.
Chris Lattner
2008-06-26
Make Declarator::getDeclSpec() return a const reference to avoid
Chris Lattner
2008-06-24
Add parsing support for C++ classes.
Argyrios Kyrtzidis
2008-06-21
K&R-style functions not allowed in C++.
Argyrios Kyrtzidis
2008-06-19
Test commit to see if new account works.
Mike Stump
2008-05-27
Fix a couple crashes on invalid input.
Chris Lattner
2008-05-20
Fix the scope of K&R-style argument declarations so that they don't
Eli Friedman
2008-04-08
Add support for C++ default arguments, and rework Parse-Sema
Chris Lattner
2008-04-05
Fix handling of implicit int, resolving PR2012 and reverting (and
Chris Lattner
2008-04-05
Step #1 to fixing PR2012: c89 allows declspecs to be completely
Chris Lattner
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
[prev]