summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/DeclBase.h
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev2016-03-031-3/+7
* Improve documentation comments for IdentifierNamespace values.Richard Smith2016-01-071-2/+7
* Use llvm::make_range to reduce mentions of iterator type. NFCCraig Topper2015-12-061-2/+1
* Set flag for lldb when qualified name lookup is being doneEugene Leviant2015-11-181-0/+16
* Instantiate function declarations in instantiated functions.Serge Pavlov2015-08-231-0/+9
* Fix alignment issues in Clang.James Y Knight2015-07-171-0/+7
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-2/+2
* Extend type nullability qualifiers for Objective-C.Douglas Gregor2015-06-191-1/+6
* [modules] Fix some visibility issues with default template arguments.Richard Smith2015-06-091-1/+3
* [modules] Add local submodule visibility support for declarations.Richard Smith2015-05-151-2/+17
* [Modules] A second attempt at writing out on-disk hash tables for theChandler Carruth2015-03-261-0/+5
* When looking for lexical decls from an external source, check all contextsRichard Smith2015-03-241-1/+1
* [modules] Remove redundant import of lexical decls when building a lookup tableRichard Smith2015-03-231-17/+28
* Reverting r232793 until some new LLDB failures are discussedVince Harron2015-03-221-0/+2
* [modules] Remove some redundant work when building a lookup table for a DeclC...Richard Smith2015-03-201-2/+0
* Cleanup: remove artificial division between lookup results and const lookupRichard Smith2015-02-211-7/+0
* Revert r167816 and replace it with a proper fix for the issue: do notRichard Smith2015-02-211-16/+75
* [modules] Don't accidentally trigger deserialization from DeclContext::noload...Richard Smith2015-02-071-1/+1
* Handle use of default member initializers before end of outermost classReid Kleckner2014-11-171-0/+7
* [modules] Use DeclContext::equals rather than == on DeclContext* whenRichard Smith2014-09-031-3/+3
* [modules] When performing a lookup into a namespace, ensure that any laterRichard Smith2014-08-131-1/+5
* Modify behavior of -ast-dump-lookups: if -ast-dump is not also provided, dumpRichard Smith2014-08-111-1/+1
* Import MutableArrayRef into clang namespace.Craig Topper2014-06-281-1/+1
* Move the logic for testing for namespace std into one location. This check canRichard Trieu2014-05-281-0/+4
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-101-1/+1
* Stop all the Decl classes poking at Redeclarable's data member directly, and ...Richard Smith2014-05-101-5/+5
* [C++11] Use 'nullptr'Craig Topper2014-05-061-17/+17
* Remove redundant template specialization that just duplicates the partialRichard Smith2014-03-311-14/+0
* If a DeclContext's lookups need to be reconciled, and we're given external de...Richard Smith2014-03-251-1/+1
* [C++11] Replacing DeclContext iterators using_directives_begin() and using_di...Aaron Ballman2014-03-171-14/+2
* [C++11] Replacing DeclContext iterators lookups_begin() and lookups_end() wit...Aaron Ballman2014-03-141-0/+5
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-111-1/+1
* [C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_...Aaron Ballman2014-03-101-0/+6
* [C++11] Replacing some using declarations which are not supported on all comp...Aaron Ballman2014-03-091-4/+0
* [C++11] Replacing Decl iterators attr_begin() and attr_end() with iterator_ra...Aaron Ballman2014-03-081-2/+5
* [C++11] Replacing EnumDecl iterators enumerator_begin() and enumerator_end() ...Aaron Ballman2014-03-081-0/+4
* Reapplying r203299 in a slightly different manner. Now range APIs are impleme...Aaron Ballman2014-03-081-5/+6
* In my tests, I'm finding that declaring iterators in terms of ranges can some...Aaron Ballman2014-03-071-6/+8
* [C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera...Aaron Ballman2014-03-071-4/+8
* [C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer2014-03-071-1/+1
* [C++11] Replacing iterators ddiag_begin() and ddiag_end() with iterator_range...Aaron Ballman2014-03-071-2/+3
* [C++11] Updating getUsingDirectives to use iterator_range instead of a std::p...Aaron Ballman2014-03-071-4/+4
* Fully reverting r203236 -- it seems the only bots that are happy are the MSVC...Aaron Ballman2014-03-071-14/+4
* [C++11] Replacing iterators attr_begin() and attr_end() with iterator_range a...Aaron Ballman2014-03-071-4/+14
* Partial revert of r203179. The build bots are telling me that some out-of-tre...Aaron Ballman2014-03-071-0/+3
* [C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...Aaron Ballman2014-03-061-5/+8
* Introduce and use Decl::getAsFunction() to simplify templated function checksAlp Toker2014-01-221-1/+13
* Factored some function-like type reasoning out of SemaDeclAttr and onto Decl ...Aaron Ballman2014-01-161-0/+6
* Only mark dump() function definitions 'used' in debug buildsAlp Toker2014-01-041-5/+5