summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclBase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reland r267691 fixing PR27535.Vassil Vassilev2016-04-281-7/+11
* Revert r267691, it caused PR27535.Nico Weber2016-04-271-11/+7
* [modules] Fix Decl's Used invariant.Vassil Vassilev2016-04-271-7/+11
* Warn if function or variable cannot be implicitly instantiatedSerge Pavlov2016-04-191-0/+11
* [GCC] Attribute ifunc support in clangDmitry Polukhin2016-04-111-0/+12
* [modules] Don't try to add lookup results to non-lookup contexts.Vassil Vassilev2016-04-061-2/+5
* Sema: Treat 'strict' availability flag like unavailableDuncan P. N. Exon Smith2016-03-081-1/+1
* [OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev2016-03-031-0/+4
* Serialize `#pragma detect_mismatch`.Nico Weber2016-03-021-0/+1
* Serialize `#pragma comment`.Nico Weber2016-03-021-0/+1
* SemaCXX: Support templates in availability attributesDuncan P. N. Exon Smith2016-02-261-0/+3
* [OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC.Alexey Bataev2016-02-111-1/+1
* [OPENMP 4.5] Ccapture/codegen of private non-static data members.Alexey Bataev2016-02-081-0/+1
* PR26048, PR26050: put non-type template parameters and indirect field declsRichard Smith2016-01-061-1/+6
* [modules] Follow the C++ standard's rule for linkage of enumerators: they haveRichard Smith2015-11-131-7/+10
* [Sema] Implement __make_integer_seqDavid Majnemer2015-11-041-0/+1
* Roll-back r250822.Angel Garcia Gomez2015-10-201-2/+2
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-2/+2
* No functionality change, just fix whitespace, a typo and remove an unnecessaryNick Lewycky2015-10-181-1/+1
* Changes missed from r245810Serge Pavlov2015-08-231-3/+3
* Instantiate function declarations in instantiated functions.Serge Pavlov2015-08-231-0/+12
* function_ref-ize ExternalASTSource::FindExternalLexicalDecl and remove itsRichard Smith2015-08-051-8/+1
* Fix alignment issues in Clang.James Y Knight2015-07-171-2/+17
* Parsing, semantic analysis, and AST for Objective-C type parameters.Douglas Gregor2015-07-071-0/+1
* [modules] Don't make out-of-line member specializations of an instantiatedRichard Smith2015-07-011-0/+1
* [modules] Fix some visibility issues with default template arguments.Richard Smith2015-06-091-0/+4
* [modules] Add local submodule visibility support for declarations.Richard Smith2015-05-151-0/+6
* [modules] More removal of unnecessary deserialization of lexical decls.Richard Smith2015-03-241-2/+0
* When looking for lexical decls from an external source, check all contextsRichard Smith2015-03-241-15/+21
* [modules] Remove redundant import of lexical decls when building a lookup tableRichard Smith2015-03-231-51/+48
* Reverting r232793 until some new LLDB failures are discussedVince Harron2015-03-221-5/+30
* [modules] Remove some redundant work when building a lookup table for a DeclC...Richard Smith2015-03-201-30/+5
* Replace Sema's map of locally-scoped extern "C" declarations with a DeclContextRichard Smith2015-03-071-0/+2
* Add clang support for Objective-C application extensions.Bob Wilson2015-03-021-8/+22
* [modules] Even if we already have a definition of a class, loading in anotherRichard Smith2015-02-251-5/+8
* Cleanup: remove artificial division between lookup results and const lookupRichard Smith2015-02-211-1/+1
* Revert r167816 and replace it with a proper fix for the issue: do notRichard Smith2015-02-211-13/+17
* [modules] When determining whether a name from a module replaces a name weRichard Smith2015-02-101-2/+2
* [modules] Treat friend declarations that are lexically within a dependentRichard Smith2015-02-071-0/+4
* [modules] Don't accidentally trigger deserialization from DeclContext::noload...Richard Smith2015-02-071-6/+6
* 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
OpenPOWER on IntegriCloud