summaryrefslogtreecommitdiffstats
path: root/clang/Sema/SemaDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add experimental support for address space qualified types. Address spaceChristopher Lamb2008-02-041-0/+41
* Hack Sema::MergeTypeDefDecl() to silently ignore duplicate typedef's in syste...Steve Naroff2008-01-301-0/+20
* Add TODO marker so that it is easier to search.Devang Patel2008-01-301-1/+1
* Ignore __aligned__ with zero arguments in addition to __aligned__ with Eli Friedman2008-01-301-3/+6
* Many refinements to Sema::MergeVarDecl(). This routine still needs some re-wo...Steve Naroff2008-01-301-12/+42
* Use the canonical type when comparing array types so the comparison Eli Friedman2008-01-291-2/+2
* Implement "private extern" on function decls!Steve Naroff2008-01-281-0/+1
* Fix a bug with struct initializers (in Sema::CheckInitializerListTypes()). Steve Naroff2008-01-281-2/+3
* Add more support for Apple's "private extern" extension...Steve Naroff2008-01-251-5/+6
* Replace Sema::CheckVariableInitList, CheckConstantInitList, and CheckForCharA...Steve Naroff2008-01-251-188/+194
* Fix a bug recovering from broken code with a goto that Eli reported.Chris Lattner2008-01-251-2/+7
* - Add Sema::CheckStringLiteralInit, Sema::IsStringLiteralInit.Steve Naroff2008-01-221-28/+35
* Sema::CheckInitializerTypes(). Start simpliying and cleaning up...Steve Naroff2008-01-211-4/+8
* Sema::FinalizeDeclaratorGroup(): Tighten up the tentative definition rule whe...Steve Naroff2008-01-181-4/+9
* Sema::FinalizeDeclaratorGroup()...make sure we emit an diagnostic for tentati...Steve Naroff2008-01-181-1/+2
* Sema::MergeFunctionDecl()...make sure diagnostic is accurate (wrt function de...Steve Naroff2008-01-161-2/+7
* Fix build issue on cygwin, patch by Sam BishopChris Lattner2008-01-141-2/+4
* Fix crasher when redefining functions. Not 100% pleased with this solution, b...Steve Naroff2008-01-141-9/+16
* Add first pieces of support for parsing and representing Chris Lattner2008-01-121-0/+21
* - Teach Expr::isConstantExpr() about InitListExpr's (and offsetof, since I no...Steve Naroff2008-01-101-37/+34
* Fix Sema::ActOnDeclarator() to call MergeFunctionDecl for function decls that...Steve Naroff2008-01-091-8/+8
* Fix ASTContext::typesAreCompatible to allow for int/enum compatibility (C99 6...Steve Naroff2008-01-091-1/+3
* Substituted all instances of the string "Objc" for "ObjC". This fixesTed Kremenek2008-01-071-33/+33
* Merge all the 'assignment' diagnostic code into one routine, decloning Chris Lattner2008-01-041-44/+4
* give better diagnostics for converting between function pointer and void*.Chris Lattner2008-01-031-0/+5
* When promoting array to pointer for argument, don't lose type qualifiers.Chris Lattner2008-01-021-2/+4
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Fix the embarassing typo for real this time (- vs _), sorry about breaking th...Anders Carlsson2007-12-191-5/+10
* Revert Anders r45191 commit...it broke several of the tests.Steve Naroff2007-12-191-9/+5
* Fix an embarassing typo and add some very limited support for the aligned att...Anders Carlsson2007-12-191-1/+21
* Normalize attribute names if possible so we won't have to do two strcmps for ...Anders Carlsson2007-12-191-5/+12
* fix broken assert.Chris Lattner2007-12-191-1/+1
* Fix const propagation bug.Chris Lattner2007-12-181-2/+1
* Sema::ActOnFinishFunctionBody(): Since we no longer synthesize a FunctionDecl...Steve Naroff2007-12-131-4/+2
* TargetInfo no longer includes a reference to SourceManager.Ted Kremenek2007-12-121-6/+15
* split objc pieces of SemaDecl.cpp out into SemaDeclObjC.cppChris Lattner2007-12-121-896/+1
* simplify code now that isConstantExpr really does alwaysChris Lattner2007-12-111-11/+13
* For @optional unimplemented methods do not issue the warning.Fariborz Jahanian2007-12-111-2/+4
* Change err_undef_protocolref to warn_undef_protocolref (this is consistent wi...Steve Naroff2007-12-111-3/+3
* Explicitly set the string literal type from "char *" to "constant array of ch...Steve Naroff2007-12-111-0/+4
* Add support for initializing char arrays from string literals.Steve Naroff2007-12-101-21/+109
* Have Sema::CheckConstantInitList skip semantic analysis when the element type...Steve Naroff2007-12-071-0/+3
* Rewrite 'super' within a class method. This required some minor tweaks to the...Steve Naroff2007-12-071-1/+1
* Revert DidWarn change - It won't catch all cases anyway and GCC warns for eve...Anders Carlsson2007-12-051-5/+1
* Recognize CompoundLiteralExpr's as valid lvalue's.Steve Naroff2007-12-051-1/+2
* Simplified setting up Method's scope before generating AST for its nody.Fariborz Jahanian2007-12-041-27/+5
* Handle initializing vector elements correctly. Emit just one warning if there...Anders Carlsson2007-12-031-4/+18
* restore these lines, which fixes some regtest failures.Chris Lattner2007-12-021-4/+4
* improve VC++ compatibility, patch by Cédric Venet.Chris Lattner2007-12-021-4/+4
* Yesterday, I simplified how we stream top-level decls.Steve Naroff2007-11-291-22/+0
OpenPOWER on IntegriCloud