summaryrefslogtreecommitdiff
path: root/include/clang/AST/DeclBase.h
Commit message (Expand)AuthorAge
* Move the logic for testing for namespace std into one location. This check canRichard Trieu2014-05-28
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-10
* Stop all the Decl classes poking at Redeclarable's data member directly, and ...Richard Smith2014-05-10
* [C++11] Use 'nullptr'Craig Topper2014-05-06
* Remove redundant template specialization that just duplicates the partialRichard Smith2014-03-31
* If a DeclContext's lookups need to be reconciled, and we're given external de...Richard Smith2014-03-25
* [C++11] Replacing DeclContext iterators using_directives_begin() and using_di...Aaron Ballman2014-03-17
* [C++11] Replacing DeclContext iterators lookups_begin() and lookups_end() wit...Aaron Ballman2014-03-14
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-11
* [C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_...Aaron Ballman2014-03-10
* [C++11] Replacing some using declarations which are not supported on all comp...Aaron Ballman2014-03-09
* [C++11] Replacing Decl iterators attr_begin() and attr_end() with iterator_ra...Aaron Ballman2014-03-08
* [C++11] Replacing EnumDecl iterators enumerator_begin() and enumerator_end() ...Aaron Ballman2014-03-08
* Reapplying r203299 in a slightly different manner. Now range APIs are impleme...Aaron Ballman2014-03-08
* In my tests, I'm finding that declaring iterators in terms of ranges can some...Aaron Ballman2014-03-07
* [C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera...Aaron Ballman2014-03-07
* [C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer2014-03-07
* [C++11] Replacing iterators ddiag_begin() and ddiag_end() with iterator_range...Aaron Ballman2014-03-07
* [C++11] Updating getUsingDirectives to use iterator_range instead of a std::p...Aaron Ballman2014-03-07
* Fully reverting r203236 -- it seems the only bots that are happy are the MSVC...Aaron Ballman2014-03-07
* [C++11] Replacing iterators attr_begin() and attr_end() with iterator_range a...Aaron Ballman2014-03-07
* Partial revert of r203179. The build bots are telling me that some out-of-tre...Aaron Ballman2014-03-07
* [C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...Aaron Ballman2014-03-06
* Introduce and use Decl::getAsFunction() to simplify templated function checksAlp Toker2014-01-22
* Factored some function-like type reasoning out of SemaDeclAttr and onto Decl ...Aaron Ballman2014-01-16
* Only mark dump() function definitions 'used' in debug buildsAlp Toker2014-01-04
* Eliminate the last trivial NDEBUG uses in clang headersAlp Toker2013-12-07
* AST/DeclBase.h: Fix \param of Decl::new() in r195426. [-Wdocumentation]NAKAMURA Takumi2013-11-22
* Add class-specific operator new to Decl hierarchy. This guarantees that DeclsRichard Smith2013-11-22
* Added warning on structures/unions that are empty or contain onlySerge Pavlov2013-11-14
* A decl never becomes unused. Make that explicit in the API.Rafael Espindola2013-10-23
* This should use the possessive adjective.Rafael Espindola2013-10-19
* Comment improvement.Rafael Espindola2013-10-19
* Add isFirstDecl to DecBase too and use it instead of getPreviousDecl() == 0.Rafael Espindola2013-10-19
* Remove -ast-dump-xml.Richard Smith2013-10-07
* Switch the semantic DeclContext for a block-scope declaration of a function orRichard Smith2013-09-20
* Note when a decl is used in AST files.Eli Friedman2013-09-05
* When we perform dependent name lookup during template instantiation, it's notRichard Smith2013-07-25
* Reinstate r186040, with additional fixes and more test coverage (reverted inRichard Smith2013-07-17
* Re-revert r86040, which was un-reverted in r186199.Chandler Carruth2013-07-15
* C++ modules: Don't call DeclContext::lookup when half-way through deserializingRichard Smith2013-07-13
* Unrevert r186040, reverted in r186185, with fix for PR16597.Richard Smith2013-07-12
* Revert r186040 to fix PR16597 while Richard investigates what the bestChandler Carruth2013-07-12
* If we friend a declaration twice, that should not make it visible to nameRichard Smith2013-07-10
* Delete dead code.Eli Friedman2013-06-27
* AST: small cleanup to FriendObjectKindDavid Majnemer2013-06-26
* Add -ast-dump-lookups switch to -cc1 to dump DeclContext lookup maps. Test toRichard Smith2013-06-24
* AST: Clean up FriendObjectKind related declsDavid Majnemer2013-06-23
* Add dumping support for DeclContext's StoredDeclsMap.Richard Smith2013-06-22
* Make it clear in Decl::hasBody that it can return true on redeclarations.Manuel Klimek2013-06-13