clang-1/docs
Douglas Gregor 4afa39deaa Remove ScopedDecl, collapsing all of its functionality into Decl, so
that every declaration lives inside a DeclContext.

Moved several things that don't have names but were ScopedDecls (and,
therefore, NamedDecls) to inherit from Decl rather than NamedDecl,
including ObjCImplementationDecl and LinkageSpecDecl. Now, we don't
store empty DeclarationNames for these things, nor do we try to insert
them into DeclContext's lookup structure.

The serialization tests are temporarily disabled. We'll re-enable them
once we've sorted out the remaining ownership/serialiazation issues
between DeclContexts and TranslationUnion, DeclGroups, etc.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62562 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-20 01:17:11 +00:00
..
InternalsManual.html Remove ScopedDecl, collapsing all of its functionality into Decl, so 2009-01-20 01:17:11 +00:00
Makefile Unbreak clang install. 2008-08-12 00:32:59 +00:00
doxygen.cfg Add doxygen support 2008-07-26 21:32:24 +00:00
doxygen.cfg.in Add doxygen support 2008-07-26 21:32:24 +00:00
doxygen.css Add the right path to the lines image. 2008-07-26 23:51:08 +00:00
doxygen.footer clean up the footer a bit more. 2008-07-26 23:54:49 +00:00
doxygen.header Add doxygen support 2008-07-26 21:32:24 +00:00
doxygen.intro Add doxygen support 2008-07-26 21:32:24 +00:00
index.html add documentation skeleton 2007-07-24 18:03:18 +00:00