summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclBase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle use of default member initializers before end of outermost classReid Kleckner2014-11-171-0/+11
* Patch to wrap up '_' as separator in version numbersFariborz Jahanian2014-10-061-3/+9
* [modules] When performing a lookup into a namespace, ensure that any laterRichard Smith2014-08-131-0/+5
* Move the logic for testing for namespace std into one location. This check canRichard Trieu2014-05-281-0/+20
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-121-18/+18
* Make TypeDecl much less friendly.Richard Smith2014-04-231-8/+7
* PR19411: Walk lexical parents, not semantic parents, when determining whether aRichard Smith2014-04-141-1/+1
* If a DeclContext's lookups need to be reconciled, and we're given external de...Richard Smith2014-03-251-7/+15
* [C++11] Replacing DeclContext iterators using_directives_begin() and using_di...Aaron Ballman2014-03-171-4/+4
* [C++11] Replacing Decl iterators attr_begin() and attr_end() with iterator_ra...Aaron Ballman2014-03-081-7/+7
* Reapplying r203299 in a slightly different manner. Now range APIs are impleme...Aaron Ballman2014-03-081-14/+0
* In my tests, I'm finding that declaring iterators in terms of ranges can some...Aaron Ballman2014-03-071-0/+10
* [C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera...Aaron Ballman2014-03-071-5/+4
* [C++11] Updating getUsingDirectives to use iterator_range instead of a std::p...Aaron Ballman2014-03-071-2/+2
* Fully reverting r203236 -- it seems the only bots that are happy are the MSVC...Aaron Ballman2014-03-071-7/+7
* [C++11] Replacing iterators attr_begin() and attr_end() with iterator_range a...Aaron Ballman2014-03-071-7/+7
* [C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...Aaron Ballman2014-03-061-1/+1
* Fix typo that resulted in names at TU scope getting lost sometimes after aRichard Smith2014-03-041-1/+1
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-2/+2
* Introduce and use Decl::getAsFunction() to simplify templated function checksAlp Toker2014-01-221-5/+6
* Factored some function-like type reasoning out of SemaDeclAttr and onto Decl ...Aaron Ballman2014-01-161-0/+18
* Assert that tag decls are never marked (in)valid after definition is completeAlp Toker2013-12-211-0/+1
* Eliminate the last trivial NDEBUG uses in clang headersAlp Toker2013-12-071-2/+3
* Add class-specific operator new to Decl hierarchy. This guarantees that DeclsRichard Smith2013-11-221-8/+13
* Added warning on structures/unions that are empty or contain onlySerge Pavlov2013-11-141-0/+18
* C++ modules: fix a bug where loading a declaration with some name would preventRichard Smith2013-09-091-14/+20
* 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
OpenPOWER on IntegriCloud