summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Extend the ASTContext constructor to delay the initialization ofDouglas Gregor2011-09-021-11/+11
* Extend the self-reference warning to catch when a constructor references itse...Richard Trieu2011-09-011-13/+60
* objective-c: this patch (re)introduces objective-c's default propertyFariborz Jahanian2011-08-311-18/+0
* Minor clean up of objc's decl context stuff.Fariborz Jahanian2011-08-291-1/+1
* Warn on missing [super finalize] calls.Nico Weber2011-08-281-0/+6
* Introduce support for a simple module import declaration, whichDouglas Gregor2011-08-261-0/+14
* Refactor and fix checking for initialization of flexible array members. The ...Eli Friedman2011-08-231-21/+0
* Fix an incorrect note.Matt Beaumont-Gay2011-08-231-1/+1
* Warn on missing [super dealloc] calls.Nico Weber2011-08-221-0/+7
* Restore patch I reversed in r138040. Known buildbotFariborz Jahanian2011-08-221-11/+23
* Revers r138040. Need to look at a few buildbot failures.Fariborz Jahanian2011-08-191-23/+11
* objective-c: Bring objective-c handling of decl contextFariborz Jahanian2011-08-191-11/+23
* Fix the rest of the indent goofiness here.Chandler Carruth2011-08-191-3/+3
* Fix an egregious formatting goof.Chandler Carruth2011-08-191-19/+19
* Don't accept a typo correction if the corrected identifier is the same as theKaelyn Uhrain2011-08-181-1/+2
* Rework DiagnoseInvalidRedeclaration to add the ability to correct typos whenKaelyn Uhrain2011-08-181-23/+69
* Track in the AST whether a function is constexpr.Richard Smith2011-08-151-4/+52
* Implement function template specialization at class scope extension in Micros...Francois Pichet2011-08-141-9/+35
* Fix some comments.Richard Smith2011-08-121-5/+3
* Overriding the predefined Protocol isn't something that's actuallyDouglas Gregor2011-08-121-5/+0
* Encapsulate the Objective-C id/Class/SEL "redefinition" types inDouglas Gregor2011-08-111-3/+3
* Match type names and give more info for out-of-line function definition errors.Kaelyn Uhrain2011-08-041-8/+43
* Make the type of the IntegerLiteral for bitfield paddings an actualDouglas Gregor2011-08-031-3/+4
* Add a fixit for removal of unused label.Anna Zaks2011-07-281-1/+17
* Make Sema::LocallyScopedExternalDecls lazily deserialized. In theory,Douglas Gregor2011-07-281-3/+20
* Provide fixit for static use of objective-c typeFariborz Jahanian2011-07-261-9/+22
* objective-c: Provide a 'fixit' when class was usedFariborz Jahanian2011-07-251-1/+2
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-13/+13
* In Objective-C, pull arbitrary attributes from overriddenJohn McCall2011-07-221-3/+12
* Add a hackaround to avoid the crash in PR10355. However, our recoveryDouglas Gregor2011-07-141-2/+4
* Add 'mutable' to the function declarator chunk, to be used whenDouglas Gregor2011-07-131-0/+1
* Fix an incorrect namespace typo-correction diagnostic, from KaelynDouglas Gregor2011-07-131-3/+0
* Fix a bug where a local variable named 'self' is causingFariborz Jahanian2011-07-121-0/+1
* Centralize the getCanonicalType() calls in the Itanium C++ manglingDouglas Gregor2011-07-121-1/+2
* Don't complain about missing return statements for nakedDouglas Gregor2011-07-111-0/+4
* Remove unused parameter from ActOnDeclarator.Anders Carlsson2011-07-041-3/+2
* Fix a typo, remove a tab, canonicalize some spacing. No functional change.Nick Lewycky2011-07-021-3/+3
* Fix for PR7410. Allow functions in a derived class that improperly overwrite ...Richard Trieu2011-07-011-1/+1
* Fix AST representations of alias-declarations which define tag types. Inside ...Richard Smith2011-07-011-1/+6
* When redeclaring a local extern in the same scope, make sure that weDouglas Gregor2011-06-291-2/+12
* Add support for C++ namespace-aware typo correction, e.g., correctingDouglas Gregor2011-06-281-32/+46
* Centralize all checks for a C++ tag definition inside a typename inArgyrios Kyrtzidis2011-06-281-1/+1
* Centralize the check for a tag definition in a Declarator::PrototypeContext i...Argyrios Kyrtzidis2011-06-281-9/+1
* Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about ...Argyrios Kyrtzidis2011-06-241-5/+5
* Remove multiple use of weak_import attribute onFariborz Jahanian2011-06-231-1/+1
* Remove weak_import attribute on new declaration.Fariborz Jahanian2011-06-231-3/+1
* Issue warning if weak_import attribute is added to an alreadyFariborz Jahanian2011-06-221-4/+9
* llvm-gcc treats a tentative definition with a previousFariborz Jahanian2011-06-201-0/+6
* When an explicit specialization has a storage specifier, error if thatDouglas Gregor2011-06-171-3/+12
* Downgrade the error complaining about presence of a storage classDouglas Gregor2011-06-171-1/+1
OpenPOWER on IntegriCloud