index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Parse
/
ParseCXXInlineMethods.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reimplement much of the way that we track nested classes in the
Douglas Gregor
2009-05-27
1
-11
/
+36
*
The mysterious bug turns out to be an incredibly bone-headed mistake.
Sebastian Redl
2009-04-26
1
-1
/
+1
*
Implement function-try-blocks. However, there's a very subtle bug that I can'...
Sebastian Redl
2009-04-26
1
-7
/
+20
*
Push DeclGroup much farther throughout the compiler. Now the various
Chris Lattner
2009-03-29
1
-2
/
+1
*
Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a
Chris Lattner
2009-03-28
1
-2
/
+3
*
Convert a bunch of actions to smart pointers, and also bring PrintParserCallb...
Sebastian Redl
2009-03-15
1
-1
/
+1
*
Simplify the interface to ParseFunctionStatementBody to not take
Chris Lattner
2009-03-05
1
-2
/
+2
*
move library-specific diagnostic headers into library private dirs. Reduce
Chris Lattner
2009-01-29
1
-1
/
+1
*
Split the single monolithic DiagnosticKinds.def file into one
Chris Lattner
2009-01-27
1
-1
/
+1
*
When we see a reference to a struct, class, or union like "struct X"
Douglas Gregor
2009-01-09
1
-1
/
+2
*
Delay parsing of default arguments of member functions until the class
Douglas Gregor
2008-12-16
1
-17
/
+71
*
Use a scoped object to manage entry/exit from a parser scope rather than expl...
Douglas Gregor
2008-12-10
1
-4
/
+2
*
Improve parser error recovery after a constructor initializer
Douglas Gregor
2008-11-10
1
-2
/
+22
*
Initial implementation of parsing, semantic analysis, and AST-building
Douglas Gregor
2008-11-05
1
-5
/
+17
*
The only caller of this knows that the current token is l_brace, so this can ...
Argyrios Kyrtzidis
2008-06-24
1
-12
/
+1
*
Add parsing support for C++ classes.
Argyrios Kyrtzidis
2008-06-24
1
-0
/
+159