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
/
AST
/
DeclBase.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't double-destroy constructors defined out-of-line. This is a
Douglas Gregor
2008-12-15
1
-1
/
+0
*
Address some comments on the name lookup/DeclContext patch from Chris
Douglas Gregor
2008-12-11
1
-10
/
+8
*
Unifies the name-lookup mechanisms used in various parts of the AST
Douglas Gregor
2008-12-11
1
-7
/
+269
*
Representation of template type parameters and non-type template
Douglas Gregor
2008-12-05
1
-0
/
+2
*
-Add several ObjC types to Decl::getDeclKindName(), a useful debug hook.
Steve Naroff
2008-12-01
1
-0
/
+3
*
Make DeclContext::getLexicalParent reuse DeclContext::getParent.
Argyrios Kyrtzidis
2008-11-19
1
-4
/
+1
*
Take care another assert:
Argyrios Kyrtzidis
2008-11-19
1
-0
/
+9
*
Make the non-const DeclContext::getParent call the const version, instead of ...
Argyrios Kyrtzidis
2008-11-19
1
-3
/
+3
*
Parsing, ASTs, and semantic analysis for the declaration of conversion
Douglas Gregor
2008-11-07
1
-0
/
+1
*
Parsing, representation, and preliminary semantic analysis of destructors.
Douglas Gregor
2008-11-05
1
-0
/
+1
*
Add support for parsing and representing C++ constructor declarations.
Douglas Gregor
2008-10-31
1
-0
/
+1
*
Preliminary support for function overloading
Douglas Gregor
2008-10-21
1
-2
/
+9
*
Simplify handling of struct/union/class tags.
Argyrios Kyrtzidis
2008-10-15
1
-5
/
+4
*
Improve the const-ness of a few methods.
Argyrios Kyrtzidis
2008-10-12
1
-3
/
+3
*
Implement more efficient Decl <-> DeclContext conversions.
Argyrios Kyrtzidis
2008-10-12
1
-10
/
+10
*
Final phase of converting BlockDecls over to DeclContext. This is unfortunate...
Steve Naroff
2008-10-10
1
-0
/
+2
*
- Add BlockDecl AST node.
Steve Naroff
2008-10-08
1
-0
/
+3
*
Added ObjCAtDefsFieldDecl to represent FieldDecls created by @defs.
Ted Kremenek
2008-08-20
1
-1
/
+6
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-0
/
+1
*
Add some C++ Decl statistics.
Argyrios Kyrtzidis
2008-08-10
1
-3
/
+12
*
Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl.
Chris Lattner
2008-06-17
1
-0
/
+1
*
Added new C++ AST Decl subclasses.
Argyrios Kyrtzidis
2008-06-09
1
-0
/
+8
*
Fix the line endings in the newly added DeclBase.cpp.
Eli Friedman
2008-06-07
1
-325
/
+325
*
Move Decl and DeclContext implementations into a new DeclBase.cpp file.
Argyrios Kyrtzidis
2008-06-04
1
-0
/
+325