summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema
Commit message (Expand)AuthorAgeFilesLines
* Preserve the template type parameter name when instantiating a templace.Nick Lewycky2010-10-301-1/+1
* Don't remove the init expression from the initializer list if it had a semant...Argyrios Kyrtzidis2010-10-301-1/+0
* When list-initializing a vector, try to copy-initialize from vectors insteadJohn McCall2010-10-301-53/+82
* Improve diagnostics reporting of un-implementedFariborz Jahanian2010-10-291-2/+6
* When doing name lookup for members don't look into global/namespace scope.Argyrios Kyrtzidis2010-10-291-0/+4
* Implement an indirect-goto optimization for goto *&&lbl and respect thisJohn McCall2010-10-281-1/+20
* Implement the newest status quo for method override checking. The idea nowJohn McCall2010-10-281-60/+89
* Decay array/function types of a statement-expression.Fariborz Jahanian2010-10-271-2/+1
* patch to do array-to-pointer conversion in aFariborz Jahanian2010-10-271-0/+2
* Remove redundant testDouglas Gregor2010-10-271-1/+1
* Avoid calculating linkage until the more obvious checks have run whenJohn McCall2010-10-271-15/+18
* Don't compute linkage for a declaration as part of the #pragma weakJohn McCall2010-10-271-8/+12
* Teach typo correction not to return the same keyword that matches aDouglas Gregor2010-10-261-1/+20
* No really, we don't have a retain/release system for statements/expressionsJohn McCall2010-10-2610-121/+111
* Actually, that doesn't really work, and anyway we should chooseJohn McCall2010-10-261-10/+1
* Consider conversions of Objective-C pointers to 'id' to be basically ofJohn McCall2010-10-261-1/+10
* Delay complete-type checking for arguments to no-prototype functionsDouglas Gregor2010-10-261-12/+6
* Pending further discussion, re-enable warnings for Objective CJohn McCall2010-10-261-10/+20
* Patch for mis-compile of statement expressions withFariborz Jahanian2010-10-251-6/+28
* Look through the address-of operator to find the function beingDouglas Gregor2010-10-251-0/+4
* When we're calling a function that we know based on its K&R-styleDouglas Gregor2010-10-251-10/+37
* Only warn for mismatched types in Objective-C methods when they are incompati...David Chisnall2010-10-251-4/+94
* Improve the tracking of source locations for parentheses in constructor calls.Chandler Carruth2010-10-254-17/+38
* C++ [basic.scope.hiding] allows an ordinary name to hide a non-tagDouglas Gregor2010-10-231-2/+7
* Warn if a variable marked with the "unused" attribute is used. Patch by Darin...Anders Carlsson2010-10-222-1/+9
* Parse attributes on enumerators and instantiate attributes on enum decls.John McCall2010-10-222-8/+14
* In the presence of using declarations, we can find the same classDouglas Gregor2010-10-221-30/+66
* When performing name lookup for a namespace definition, only look intoDouglas Gregor2010-10-221-9/+11
* Tweak diagnostics for redeclaration of a @property in a class extension where...Ted Kremenek2010-10-211-1/+10
* Tidy up comment (remove extraneous text).Ted Kremenek2010-10-211-2/+1
* Implement the integral promotion rules for the C++0x char16_t andDouglas Gregor2010-10-211-14/+31
* Diagnose the declaration of template template parameters thatDouglas Gregor2010-10-211-1/+6
* Always treat 'main' as an extern "C" function, so that we detectDouglas Gregor2010-10-211-0/+5
* When checking whether a return statement returns a stack-localDouglas Gregor2010-10-211-4/+11
* Previously, the printf warnings would say your arguments type was 'int' when ...Ted Kremenek2010-10-211-2/+5
* Pass TInfo to CXXDestructorDecl::Create(), just like we do for otherCraig Silverstein2010-10-213-6/+3
* Access control polish: drop the note on the original declaration andJohn McCall2010-10-201-1/+43
* When matching template parameter lists to template-ids in a scope specifierJohn McCall2010-10-201-18/+98
* Fix handling of property and ivar lookup in typo correction; the twoDouglas Gregor2010-10-202-58/+68
* Introduce a simple cache for unqualified typo corrections, so that weDouglas Gregor2010-10-201-26/+70
* Eliminate another ordering dependency in typo correction. Re-enable typo.m, w...Douglas Gregor2010-10-201-1/+4
* Provide an upper bound to the edit-distance algorithm when performingDouglas Gregor2010-10-191-1/+7
* Improve the performance of typo correction, by using a simpleDouglas Gregor2010-10-191-0/+6
* Fixes a bug in ivar lookup in the new objc's defaultFariborz Jahanian2010-10-191-1/+6
* This patch implements Next's IRGen for -fconstant-string-class=class-name.Fariborz Jahanian2010-10-191-1/+8
* When marking declarations referenced within an expression (e.g.,Douglas Gregor2010-10-191-0/+4
* When instantiating a dependently-scoped friend function declaration,John McCall2010-10-191-0/+3
* Instantiate enclosing template parameter lists when instantiating friends.John McCall2010-10-191-0/+19
* Uncomputable contexts are always records but can exist.John McCall2010-10-191-5/+9
* Redirect templated friend class decls to a new Sema callback andJohn McCall2010-10-193-8/+122
OpenPOWER on IntegriCloud