summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Allow an ASTConsumer to selectively skip function bodies while parsing. PatchRichard Smith2012-11-271-0/+3
* Add r168519 back, but with a fix to also merge the used flag in variables.Rafael Espindola2012-11-251-0/+8
* Revert r168519, "Merge used flags so that we don't have to iterate on isUsed....NAKAMURA Takumi2012-11-241-4/+0
* Merge used flags so that we don't have to iterate on isUsed. With this changeRafael Espindola2012-11-231-0/+4
* PR14381: Never skip constexpr function bodies when code-completing. We may needRichard Smith2012-11-191-0/+16
* A step towards sorting out handling of triviality of special members in C++11.Richard Smith2012-11-161-13/+22
* Provide the correct mangling and linkage for certain unnamed nested classes.David Blaikie2012-11-141-0/+5
* For classes that have the warn_unused_result attribute, don't apply theKaelyn Uhrain2012-11-131-1/+5
* Enable C++11 attribute syntax for warn_unused_result and allow it to beKaelyn Uhrain2012-11-121-0/+8
* PR13788: Don't perform checks on the initializer of a dependently-typedRichard Smith2012-11-091-4/+3
* Avoid to write function name in comment. Thanks to Dmitri Gribenko.Abramo Bagnara2012-11-081-7/+6
* Readded line removed by mistake.Abramo Bagnara2012-11-081-0/+1
* Fixed converted ConstantArrayTypeLoc range. Added a missing testcase for Cons...Abramo Bagnara2012-11-081-19/+71
* Partially roll back r166898; it exposed a bug in the standard.Richard Smith2012-10-291-1/+2
* Revert functional part of r166896 and just suppress -Wunneeded-internal-decla...Richard Smith2012-10-281-8/+7
* When determining whether to try evaluating the initializer of a variable, checkRichard Smith2012-10-281-1/+1
* In -Wunneeded-internal-declaration, suppress the warning for variables whichRichard Smith2012-10-281-1/+8
* Fix false positive in -Wunused-variable when a ctor call make involve cleanups.David Blaikie2012-10-241-0/+2
* Add a new warning -Wmissing-variable-declarations, to warn about variablesEli Friedman2012-10-231-0/+11
* Rework implementation of DR1492: Apply the resolution to operator delete too,Richard Smith2012-10-201-0/+14
* Allow objc_requires_super to be used to check class methods as well.Jordan Rose2012-10-191-10/+3
* Implement C++ 10.3p16 - overrides involving deleted functions must match.David Blaikie2012-10-171-11/+38
* Fix warnings introduced by r165826.DeLesley Hutchins2012-10-121-0/+2
* Thread-safety analysis: support multiple thread-safety attributes onDeLesley Hutchins2012-10-121-0/+17
* Fix typo correction of one qualified name to another.David Blaikie2012-10-121-3/+9
* When storing the C++ overridden methods, store them once for theArgyrios Kyrtzidis2012-10-091-1/+2
* Fixed FunctionTypeLoc source range.Abramo Bagnara2012-10-041-6/+21
* Fixed ParamDecl source range for implicit typed k&r parameters.Abramo Bagnara2012-10-041-0/+3
* Fix scope location when parsing GNU attributes.Michael Han2012-10-041-2/+1
* Change how the SelfReferenceChecker handles MemberExpr. Instead of treatingRichard Trieu2012-10-031-11/+39
* Tweak diagnostic text to indicate that __weak on a local variable is only all...Ted Kremenek2012-10-021-1/+3
* PR13978: A 'decltype' DeclSpec has an expression representation, not a typeRichard Smith2012-10-011-1/+1
* Cleaning up the self initialization checker.Richard Trieu2012-10-011-31/+38
* Move the 'find macro by spelling' infrastructure to the Preprocessor class andDmitri Gribenko2012-09-291-1/+1
* Add a warning (off by default) for repeated use of the same weak property.Jordan Rose2012-09-281-0/+15
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-2/+2
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-2/+2
* Fix for r163013 regression and further __interface enhancement.John McCall2012-09-251-5/+6
* Make warnings about uninitialized fields include the field name.Hans Wennborg2012-09-211-3/+1
* Include types when a definition's type differs from a prior declaration.David Blaikie2012-09-201-1/+1
* Handle lambdas where the lambda-declarator is an explicit "(void)". PR13854.Eli Friedman2012-09-201-15/+17
* Per discussion on cfe-dev, remove -Wunique-enums entirely. ThereTed Kremenek2012-09-181-230/+0
* -Warc-retain-cycles: warn at variable initialization as well as assignment.Jordan Rose2012-09-151-1/+5
* objective-C arc: remove -Warc-abi in its entirety.Fariborz Jahanian2012-09-141-36/+0
* Fix warning on qualified typedef with 'unused' attribute, from Jason Haslam!Douglas Gregor2012-09-141-1/+1
* Promote the warning about extra qualification on a declaration from aDouglas Gregor2012-09-131-1/+2
* objective-C: Improving diagnostocs for missing call toFariborz Jahanian2012-09-101-2/+2
* objective-C: introduce __attribute((objc_requires_super)) on methodFariborz Jahanian2012-09-071-1/+2
* refactoring + objective-C specific test for my last patch.Fariborz Jahanian2012-09-061-5/+1
* Dont cast away const needlessly. Found by gcc48 -Wcast-qual.Roman Divacky2012-09-061-2/+2
OpenPOWER on IntegriCloud