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
/
AST
/
Decl.cpp
Age
Commit message (
Expand
)
Author
2008-05-04
Simplify FunctionDecl::AddRedeclaration a bit by using std::swap.
Chris Lattner
2008-04-27
Parsing of namespaces:
Argyrios Kyrtzidis
2008-04-22
"This patch renames
Chris Lattner
2008-04-21
Clean up handling of function redeclarations
Douglas Gregor
2008-04-17
Addition of TranslationUnitDecl to the AST:
Argyrios Kyrtzidis
2008-04-16
New AST class for property implementation declarations.
Fariborz Jahanian
2008-04-15
Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...
Steve Naroff
2008-04-13
Use static_cast<> instead of cast<> in Decl::Destroy(). Suggestion by Argiris
Sam Bishop
2008-04-12
Default argument cleanups and minor improvements, patch by
Chris Lattner
2008-04-11
Invoke destructors in Decl::Destroy().
Sam Bishop
2008-04-11
Stub out and start using a Decl::Destroy() method.
Sam Bishop
2008-04-10
Several improvements from Doug Gregor related to default
Chris Lattner
2008-04-08
Changed the Decl::Kind enum of the ObjCPropertyDecl class, so that it follows
Sam Bishop
2008-04-08
Add support for C++ default arguments, and rework Parse-Sema
Chris Lattner
2008-04-06
remove a use of getCanonicalType.
Chris Lattner
2008-04-06
This patch contains these changes:
Chris Lattner
2008-04-04
Rename ScopedDecl::getContext() -> getContextDecl(). Two motivations:
Steve Naroff
2008-04-04
Introduce ContextDecl, patch by Argiris Kirtzidis!
Chris Lattner
2008-04-03
Call "delete" on the body of FunctionDecls.
Sam Bishop
2008-04-01
Fairly large "cleaup" related to changing ObjCCompatibleAliasDecl superclass ...
Steve Naroff
2008-03-31
rename Decl::CompatibleAlias -> ObjCCompatibleAlias.
Chris Lattner
2008-03-16
Split objc decl implementation out into DeclObjC.cpp
Chris Lattner
2008-03-16
switch the rest of the C decl classes to do their
Chris Lattner
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner