aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/DeclBase.h
AgeCommit message (Expand)Author
2013-04-16Sema for Captured StatementsTareq A. Siraj
2013-04-08<rdar://problem/12806802> Propagate access specifiers for conversion function...Douglas Gregor
2013-04-03Revert accidental commit.Richard Smith
2013-04-03Pare back r164351 somewhat. The problem that change was addressing was that weRichard Smith
2013-04-03Escape more @ signs in Doxygen comments.Jordan Rose
2013-02-14Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fixRafael Espindola
2013-02-12Remove an assert which triggers when a decl context in a module hits the 'hasRichard Smith
2013-02-11Don't bother reconciling external visible decls against our current set ofRichard Smith
2013-02-09Ensure that type definitions present in just-loaded modules areDouglas Gregor
2013-02-07Fix handling of module imports adding names to a DeclContext after qualifiedRichard Smith
2013-01-26Highlight various parts of the AST dump with color. Colors are controlled byRichard Trieu
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-12Disable caching of visibility.Rafael Espindola
2013-01-12Provide Decl::getOwningModule(), which determines the (sub)module inDouglas Gregor
2012-12-25Add 171048 back but invalidate the cache of all redeclarations when settingRafael Espindola
2012-12-25Revert r171048, "Cache visibility of decls."NAKAMURA Takumi
2012-12-25Cache visibility of decls.Rafael Espindola
2012-12-19Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe...David Blaikie
2012-12-01Don't include Type.h in DeclarationName.h.Benjamin Kramer
2012-12-01Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer
2012-10-14Simplify code. No functionality change.Benjamin Kramer
2012-10-11Remove pointless classof()'s.Sean Silva
2012-08-23Added a method to DeclContext that marks theSean Callanan
2012-08-14Do NOT use inline functions with LLVM_ATTRIBUTE_USED.Benjamin Kramer
2012-07-26Put back dump() without a default argument, "because debuggers don't usually ...Alexander Kornienko
2012-07-26Added -ast-dump-filter option to clang -cc1.Alexander Kornienko
2012-06-15Fix a documentation typo: \\brief -> \briefJames Dennett
2012-06-06Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie
2012-05-03Split DeclarationName::getFETokenInfoAsVoid() into hot/cold paths andDouglas Gregor
2012-05-01Implement simplify_type traits for redecl_iterator.David Blaikie
2012-05-01Remove ref/value inconsistency in redecl_iterator.David Blaikie
2012-04-30Remove the ref/value inconsistency in filter_decl_iterator.David Blaikie
2012-04-14Add an AttributedStmt type to represent a statement with C++11 attributesRichard Smith
2012-04-03Remove more redundant lookups. Add a new "all_lookups_iterator" which providesNick Lewycky
2012-03-22[PCH] When we are replacing a decl in a chained PCH that is also a DeclContext,Argyrios Kyrtzidis
2012-03-16Fix Objective-C compilation-time performance regression introduced in r152608.Richard Smith
2012-03-13Fix PR10447: lazily building name lookup tables for DeclContexts was broken.Richard Smith
2012-03-09[AST/etc] Mark {getSourceRange(),getStartLoc(),getEndLoc()} as LLVM_READONLY.Daniel Dunbar
2012-03-05AST/stats: Don't effectively use an out-of-line function to return a staticDaniel Dunbar
2012-02-22More ArrayRef-ification of methods.Bill Wendling
2012-02-21Mark a few 'dump' methods as 'used' to make sure they are included in libclangArgyrios Kyrtzidis
2012-02-09[PCH] Avoid using Decl::setAttrs() and Decl::setLexicalDeclContext() from the...Argyrios Kyrtzidis
2012-01-14De-virtualize getPreviousDecl() and getMostRecentDecl() when we knowDouglas Gregor
2012-01-14Introduce Decl::getPreviousDecl() and Decl::getMostRecentDecl(),Douglas Gregor
2012-01-09Implement redeclaration merging for namespaces defined in distinctDouglas Gregor
2012-01-07Switch NamespaceDecl from its own hand-rolled redeclaration chain overDouglas Gregor
2012-01-06Stash Decl's TopLevelDeclInObjCContainer and ModulePrivate bitsDouglas Gregor
2012-01-06Introduce a "Hidden" bit into Decl, to track whether that declarationDouglas Gregor
2012-01-05When we deserialize a declaration from a module file, allocate extraDouglas Gregor
2012-01-05When creating declarations that are deserialized from an module file,Douglas Gregor