summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Allow address space qualifiers on OpenCL array parametersFraser Cormack2014-04-151-2/+6
* Improve error recovery around colon.Serge Pavlov2014-04-131-4/+3
* [MS-ABI] Add support for #pragma section and related pragmasWarren Hunt2014-04-081-0/+34
* Fix clang-tidy warning (argument comments don't match parameter names).Richard Smith2014-04-071-3/+3
* PR19305: Don't issue -Wunused-variable warnings on variable templates. It's notRichard Smith2014-04-021-2/+4
* Sema: Require external linkage for dll attributesNico Rieck2014-03-311-0/+16
* Sema: Check dll attributes on redeclarationsNico Rieck2014-03-311-11/+62
* Enforce the restriction that a parameter to a kernel functionDavid Tweed2014-03-271-2/+15
* PR19252: Fix crash if alignas is used with an auto-typed variable. Don't checkRichard Smith2014-03-271-4/+3
* Treat dllimport globals without explicit storage class as externNico Rieck2014-03-231-0/+38
* [C++11] Replacing Scope iterators decl_begin() and decl_end() with iterator_r...Aaron Ballman2014-03-171-3/+1
* [C++11] Replacing FunctionProtoType iterators param_type_begin() and param_ty...Aaron Ballman2014-03-171-16/+7
* Objective-C. Redo turning off designated initialization warnings onFariborz Jahanian2014-03-141-5/+10
* [C++11] Removing the found_decls_begin() and found_decls_end() APIs and repla...Aaron Ballman2014-03-141-3/+2
* [C++11] Replacing ObjCInterfaceDecl iterators known_extensions_begin() and kn...Aaron Ballman2014-03-131-4/+1
* [C++11] Replacing CXXRecordDecl iterators capture_begin() and capture_end() w...Aaron Ballman2014-03-131-10/+9
* [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...Aaron Ballman2014-03-131-3/+2
* Fix crash if delayed template parsing meets an erroneous trailing return type.Richard Smith2014-03-121-0/+24
* DR1346: a parenthesized braced-init-list cannot be used as the initializer whenRichard Smith2014-03-121-0/+5
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-121-2/+2
* [C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_...Aaron Ballman2014-03-101-27/+15
* [C++11] Replacing Decl iterators attr_begin() and attr_end() with iterator_ra...Aaron Ballman2014-03-081-9/+6
* [C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...Aaron Ballman2014-03-081-3/+1
* [C++11] Replacing EnumDecl iterators enumerator_begin() and enumerator_end() ...Aaron Ballman2014-03-081-4/+3
* [C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera...Aaron Ballman2014-03-071-30/+22
* Renaming the chains() ranged iterator to chain() per suggestion by Richard Sm...Aaron Ballman2014-03-071-1/+1
* [C++11] Replacing IndirectFieldDecl iterators chain_begin() and chain_end() w...Aaron Ballman2014-03-071-3/+2
* [C++11] Replacing FunctionDecl iterators param_begin() and param_end() with i...Aaron Ballman2014-03-071-6/+2
* Fully reverting r203236 -- it seems the only bots that are happy are the MSVC...Aaron Ballman2014-03-071-6/+9
* [C++11] Replacing iterators attr_begin() and attr_end() with iterator_range a...Aaron Ballman2014-03-071-9/+6
* [C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...Aaron Ballman2014-03-061-6/+3
* Tests for DR370-380.Richard Smith2014-03-051-2/+2
* AST: Remove layering violation with SemaDavid Majnemer2014-03-051-4/+8
* [-cxx-abi microsoft] Implement local manglings accuratelyDavid Majnemer2014-03-051-6/+19
* Add [extern_c] attribute for modules, allowing a C module to be imported with...Richard Smith2014-03-021-1/+35
* argument -> parameter terminology fixes for FunctionTypeInfoAlp Toker2014-02-261-20/+19
* Sema: Definition of dllimport globals is not allowedNico Rieck2014-02-261-0/+7
* [Win32 ABI] Defer operator delete checks until vtable is marked usedHans Wennborg2014-02-241-9/+0
* Do not add enums to prototype scope in C++ modes.Peter Collingbourne2014-02-221-23/+7
* OpenCL: fix for the restriction on pointers to functions.Pekka Jaaskelainen2014-02-201-6/+19
* Implement DR577David Majnemer2014-02-191-17/+0
* Enable correcting a member declaration where the type is class template,Kaelyn Uhrain2014-02-131-9/+15
* MS ABI: Add support for #pragma pointers_to_membersDavid Majnemer2014-02-101-2/+3
* Clarify comment. Remove braces from single-statement block.David Blaikie2014-02-091-4/+4
* MS ABI: Don't be so hasty to judge an inheritance modelDavid Majnemer2014-02-071-1/+1
* DR101, PR12770: If a function is declared in the same context as aRichard Smith2014-02-061-12/+28
* Add implicit declarations of allocation functions when looking them up forRichard Smith2014-02-041-13/+16
* Diagnose typedef names for linkage purposes that would changeJohn McCall2014-01-301-0/+21
* Sema: Diagnose improper application of inheritance keywordsDavid Majnemer2014-01-291-1/+10
* Short-circuit a couple of queries (and avoid corruptingJohn McCall2014-01-291-1/+7
OpenPOWER on IntegriCloud