summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [objc] Refactor and improve functionality for the -Wunused-property-ivar warn...Argyrios Kyrtzidis2014-01-031-1/+0
* Removing an unneeded typecast. getScopeRep() already returns a NestedNameSpec...Aaron Ballman2014-01-031-1/+1
* [OpenCL] Variables in the constant address space must be initialized.Joey Gouly2014-01-031-0/+10
* It turns out the problem was a bit more wide-spread. Removing a lot of unneed...Aaron Ballman2014-01-031-1/+1
* Removing some more unnecessary manual quotes from diagnostics. Updated the re...Aaron Ballman2014-01-031-1/+1
* Removing some more unnecessary manual quotes from diagnostics.Aaron Ballman2014-01-031-2/+2
* Removed an unnecessary %select from the alignas diagnostics. The attribute al...Aaron Ballman2014-01-021-4/+4
* Removing some manual quotes from this diagnostic, since the AST diagnostics e...Aaron Ballman2014-01-021-1/+1
* Teach the diagnostics engine about the Attr type to make reporting on semanti...Aaron Ballman2013-12-261-3/+3
* Removed a string literal for an attribute name, which means the attribute nam...Aaron Ballman2013-12-261-1/+1
* Don't mark record decls invalid when one of its methods is invalid, PR18284.Nico Weber2013-12-211-6/+1
* Switched code from using hasAttr followed by getAttr to simply call getAttr d...Aaron Ballman2013-12-191-10/+9
* Replacing calls to getAttr with calls to hasAttr for clarity. No functional c...Aaron Ballman2013-12-191-12/+12
* [ms-cxxabi] Don't do destructor check on declarations if the dtor is deletedHans Wennborg2013-12-171-7/+1
* Revert "Maybe add new warning for shadowing simple tag types"Kaelyn Uhrain2013-12-161-7/+1
* Maybe add new warning for shadowing simple tag typesKaelyn Uhrain2013-12-161-1/+7
* [ms-abi] Fixing bitfields sema arror for ms-modeWarren Hunt2013-12-121-1/+2
* Suppress -Wshadow / -Wold-style-cast expanded from system header macrosAlp Toker2013-12-121-0/+2
* Implement DR1460: fix handling of default initializers in unions; don't allowRichard Smith2013-12-101-9/+51
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-2/+2
* Implement DR482: namespace members can be redeclared with a qualified nameRichard Smith2013-12-051-20/+19
* Correct hyphenations in comments and assert messagesAlp Toker2013-12-051-2/+2
* Per [dcl.meaning]p1, a name in an inline namespace can be redeclared using aRichard Smith2013-12-051-19/+19
* Fix for PR18052 - Lambdas within NSDMI's and default arguments in Nested clas...Faisal Vali2013-12-041-1/+10
* [objc] Emit warning when the implementation of a secondary initializer calls onArgyrios Kyrtzidis2013-12-031-0/+4
* [objc] Emit warnings when the implementation of a designated initializer call...Argyrios Kyrtzidis2013-12-031-2/+2
* [objc] Emit a warning when the implementation of a designated initializer doe...Argyrios Kyrtzidis2013-12-031-0/+12
* PR18044: Reject declarations of enumtype::X early to avoid an assertion inRichard Smith2013-11-251-1/+1
* Provide better diagnostic wording for initializers on staticHans Wennborg2013-11-211-3/+3
* Refine 'deprecated' checking for Objective-C classes/methods.Ted Kremenek2013-11-201-0/+17
* When wrapping lazily generated builtins in an extern "C" context,Enea Zaffanella2013-11-201-0/+1
* ObjectiveC 'objc_bridging'. Assorment of improvements Fariborz Jahanian2013-11-191-27/+0
* ObjectiveC ARC. Adopt objc_bridge attributeFariborz Jahanian2013-11-191-0/+27
* If a replaceable global operator new/delete is marked inline, don't warn ifRichard Smith2013-11-161-9/+14
* Downgrade the Error on an 'inline' operator new or delete to an ExtWarn. SomeRichard Smith2013-11-161-1/+1
* When we hit a #include directive that maps to a module import, emit a tokenRichard Smith2013-11-151-0/+6
* PR17533 and duplicates: don't compute the return type of an overloaded operatorRichard Smith2013-11-151-1/+5
* Revert r194663 and r194647.Ted Kremenek2013-11-141-12/+0
* Refine -Wunused-variable to only suppress warning for __bridge_transfer, not ...Ted Kremenek2013-11-141-14/+4
* Added warning on structures/unions that are empty or contain onlySerge Pavlov2013-11-141-13/+29
* Suppress -Wunused-variable when initializer uses bridge casts for memory mana...Ted Kremenek2013-11-141-0/+22
* REFACTOR: Have PushLambdaScope return the LambdaScopeInfo that it creates.Faisal Vali2013-11-121-2/+2
* This patch implements capturing of variables within generic lambdas.Faisal Vali2013-11-071-1/+24
* Do not allow functions or kernels called 'main' in OpenCL.Joey Gouly2013-11-051-0/+7
* Sema: Disallow derived classes with virtual bases from having flexible array ...David Majnemer2013-11-021-0/+9
* Sema: Cleanup and simplify anonymous union diagnosticsDavid Majnemer2013-11-021-34/+23
* Sema: Flexible array members were introduced in C99, diagnose their use in C++David Majnemer2013-11-021-0/+6
* Sema: Properly indent statements in Sema::ActOnLastBitfieldDavid Majnemer2013-11-021-6/+6
* Sema: trim trailing whitespace in Sema::ActOnLastBitfieldDavid Majnemer2013-11-021-4/+4
* Wraps lazily generated builtins in an extern "C" contextWarren Hunt2013-11-011-4/+14
OpenPOWER on IntegriCloud