summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclBase.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Note when a decl is used in AST files.Eli Friedman2013-09-051-0/+10
* Implement [class.friend]p11's special name lookup rules for friend declarationsRichard Smith2013-08-091-8/+1
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-061-0/+3
* C++ modules: Don't call DeclContext::lookup when half-way through deserializingRichard Smith2013-07-131-3/+45
* Delete dead code.Eli Friedman2013-06-271-26/+0
* Avoid adding entries to the DeclContext lookup table multiple times when lazilyRichard Smith2013-06-241-1/+9
* When setting the external visible declarations for a decl context, checkRichard Smith2013-06-241-7/+32
* Make all 'is in extern "C"' tests use the lexical context.Rafael Espindola2013-05-051-22/+0
* Added a function to check whether a Decl is inSean Callanan2013-05-041-0/+5
* Micro-optimization: check the overloaded operator kind beforeJohn McCall2013-05-031-2/+2
* Correctly emit certain implicit references to 'self' even withinJohn McCall2013-05-031-12/+28
* Sema for Captured StatementsTareq A. Siraj2013-04-161-0/+2
* Basic support for Microsoft property declarations andJohn McCall2013-04-161-0/+1
* Add 178663 back.Rafael Espindola2013-04-031-1/+1
* Revert 178663.Rafael Espindola2013-04-031-1/+1
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-031-1/+1
* OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev2013-03-221-0/+2
* Add streamed versions of getQualifiedNameAsString.Benjamin Kramer2013-02-231-2/+5
* [Sema] Semantic analysis for empty-declaration and attribute-declaration.Michael Han2013-02-221-0/+1
* Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fixRafael Espindola2013-02-141-0/+11
* Don't bother reconciling external visible decls against our current set ofRichard Smith2013-02-111-11/+5
* Ensure that type definitions present in just-loaded modules areDouglas Gregor2013-02-091-0/+4
* Fix stack overflow and improve performance when a module contains manyRichard Smith2013-02-081-5/+7
* Fix handling of module imports adding names to a DeclContext after qualifiedRichard Smith2013-02-071-10/+37
* Simplify FindExternalVisibleDeclsByName by making it return a bool indicatingRichard Smith2013-02-071-1/+9
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-4/+4
* Provide Decl::getOwningModule(), which determines the (sub)module inDouglas Gregor2013-01-121-0/+5
* Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe...David Blaikie2012-12-191-5/+5
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-4/+4
* Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer2012-12-011-3/+17
* Add r168519 back, but with a fix to also merge the used flag in variables.Rafael Espindola2012-11-251-7/+0
* Revert r168519, "Merge used flags so that we don't have to iterate on isUsed....NAKAMURA Takumi2012-11-241-0/+7
* Merge used flags so that we don't have to iterate on isUsed. With this changeRafael Espindola2012-11-231-8/+1
* Remove redundant check.Rafael Espindola2012-11-231-2/+3
* Remove redundant semicolons which are null statements.Dmitri Gribenko2012-09-101-1/+1
* Teach the ASTImporter how to handle anonymous structs/unionsDouglas Gregor2012-07-171-9/+11
* Introduce ObjCRuntime::hasWeakClassImport() and use it in the appropriateJohn McCall2012-06-201-1/+1
* Restructure how the driver communicates information about theJohn McCall2012-06-201-6/+15
* Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie2012-06-061-11/+0
* Split DeclarationName::getFETokenInfoAsVoid() into hot/cold paths andDouglas Gregor2012-05-031-5/+0
* Fix Objective-C compilation-time performance regression introduced in r152608.Richard Smith2012-03-161-79/+169
* It never makes sense to do a lookup into a LinkageSpecDecl, so assert that weNick Lewycky2012-03-131-0/+3
* Fix PR10447: lazily building name lookup tables for DeclContexts was broken.Richard Smith2012-03-131-92/+58
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-1/+1
* Allow serializing an invalid ParmVarDecl and don't set access to public forArgyrios Kyrtzidis2012-03-091-1/+1
* AST/stats: Don't effectively use an out-of-line function to return a staticDaniel Dunbar2012-03-051-5/+3
* More ArrayRef-ification of methods.Bill Wendling2012-02-221-1/+1
* Improve our handling of lambda expressions that occur within defaultDouglas Gregor2012-02-211-2/+6
* [PCH] Avoid using Decl::setAttrs() and Decl::setLexicalDeclContext() from the...Argyrios Kyrtzidis2012-02-091-6/+15
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+1
OpenPOWER on IntegriCloud