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
/
RAIIObjectsForParser.h
Age
Commit message (
Expand
)
Author
2012-05-07
Change how we suppress access control in explicit instantiations
John McCall
2012-05-07
Refactor DelayedDiagnostics so that it keeps diagnostics in
John McCall
2011-09-25
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-04-28
Parsing/AST support for Structured Exception Handling
John Wiegley
2010-09-15
Implement bracket insertion for Objective-C instance message sends as
Douglas Gregor
2010-06-17
Make sure parens/braces/brackets are correctly balanced.
Argyrios Kyrtzidis
2009-12-10
Privatize class members.
Benjamin Kramer
2009-12-10
If we enter parens, colons can become un-sacred, allowing us to emit
Chris Lattner
2009-12-10
move GreaterThanIsOperatorScope into RAIIObjectsForParser. Add some more
Chris Lattner
2009-12-10
fix PR5740: a colon is sacred when parsing case statement expressions!
Chris Lattner
2009-12-10
refactor the 'ColonIsSacred' argument to ParseOptionalCXXScopeSpecifier
Chris Lattner
2009-12-10
rename ExtensionRAIIObject.h -> RAIIObjectsForParser.h
Chris Lattner