summaryrefslogtreecommitdiffstats
path: root/lib/Sema
Commit message (Expand)AuthorAgeFilesLines
* Provide half floating point support as a storage only type.Anton Korobeynikov2011-10-147-12/+71
* Attempt to fix Windows buildbot, round 2.Eli Friedman2011-10-141-1/+1
* Add template instantiation support for AtomicExpr.Eli Friedman2011-10-142-25/+49
* Attempt to fix buildbot failure on Windows.Eli Friedman2011-10-141-1/+2
* Don't try to diagnose anything when we're passing incomplete typesDouglas Gregor2011-10-141-1/+4
* Reinstate r141898 (reverted in r141921), without the -Wc++98-compat-variadic-...Richard Smith2011-10-141-2/+5
* [temp.explicit]p1: constexpr cannot be specified in explicit instantiations.Richard Smith2011-10-141-3/+6
* Change operator<< for raw_ostream and NamedDecl to take a reference instead o...Benjamin Kramer2011-10-143-4/+4
* Fix misplaced comment.Fariborz Jahanian2011-10-141-3/+3
* Make value kind based on the return type of the getter, notFariborz Jahanian2011-10-141-4/+4
* Under ARC, merge the bit corresponding to the ns_returns_retainedDouglas Gregor2011-10-141-0/+12
* Only warn in -Wliteral-conversion if the conversion loses informationMatt Beaumont-Gay2011-10-141-19/+7
* When declaring an out-of-line template, attempt to rebuild any typesDouglas Gregor2011-10-142-0/+58
* Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations toErik Verbruggen2011-10-142-4/+34
* Really protect from infinite loop when there are objc method redeclarations.Argyrios Kyrtzidis2011-10-141-2/+2
* Keep track of objc method redeclarations in the same interface.Argyrios Kyrtzidis2011-10-141-0/+4
* Revert the -Wc++98-compat flag because dgregor doesn't like it.Jeffrey Yasskin2011-10-141-5/+2
* objc-arc: 'Class' property is implicitly __unsafe_unretained.Fariborz Jahanian2011-10-131-1/+1
* Extend -Wno-sizeof-array-argument to strncpy and friends.Nico Weber2011-10-131-4/+43
* Implement the first piece of a -Wc++98-compat flag so that people can build inJeffrey Yasskin2011-10-131-2/+5
* Tweak -Wuninitialized's handling of 'int x = x' to report that as the root ca...Ted Kremenek2011-10-131-24/+46
* HasFormOfMemberPointer implies IsAddressOfOperand for an overload set. SimplifyDouglas Gregor2011-10-132-3/+3
* Allow calling an overloaded function set by taking the address of theDouglas Gregor2011-10-132-6/+4
* Allow for annotate attributes after access specifiers. When suchErik Verbruggen2011-10-132-4/+21
* When we determine that a function template specialization produced asDouglas Gregor2011-10-121-9/+9
* Add returns_twice to functions that are known to return twice. This implementsRafael Espindola2011-10-121-0/+3
* Fix typo in name of diagnostic.Ted Kremenek2011-10-121-1/+1
* Teach __has_nothrow_assign not to complain about access (GCC and EDGDouglas Gregor2011-10-121-1/+5
* constexpr: don't consider class types with mutable members to be literal types.Richard Smith2011-10-121-0/+3
* objc: note location of the previously declaredFariborz Jahanian2011-10-121-1/+3
* Catch placeholder types in DefaultLvalueConversionJohn McCall2011-10-116-115/+226
* Rename SemaCXXCast.cpp to SemaCast.cpp.John McCall2011-10-112-3/+6
* Get rid of ShouldDeleteMoveConstructor.Sean Hunt2011-10-111-177/+31
* Consolidate copy constructor deletion into ShouldDeleteSpecialMember.Sean Hunt2011-10-111-181/+69
* Initial implementation of __atomic_* (everything except __atomic_is_lock_free).Eli Friedman2011-10-112-0/+177
* [Microsoft] If -fms-compatibility, then downgrade missing typename error to w...Francois Pichet2011-10-111-3/+4
* Add typo correction for type names.Kaelyn Uhrain2011-10-111-1/+47
* Clean up DiagnoseInvalidRedeclaration a bitKaelyn Uhrain2011-10-111-26/+31
* Move a couple chunks of ActOnFunctionDeclarator to separate functionsKaelyn Uhrain2011-10-111-186/+202
* Move some bool flags out of function parameter lists.Kaelyn Uhrain2011-10-114-99/+104
* Only accept a typo correction if it doesn't trigger additional errorsKaelyn Uhrain2011-10-111-30/+101
* Don't crash in Sema::IsSimplyAccessible if the declaration is not a C++ class...Douglas Gregor2011-10-101-1/+1
* When performing a user-defined conversion via a constructor, be sureDouglas Gregor2011-10-101-6/+10
* Rework construction of CXXForRangeStmt not to recycle the same DeclRefExpr in...Ted Kremenek2011-10-101-11/+33
* objc: err on a property designated both atomic andFariborz Jahanian2011-10-101-0/+7
* When substituting into a sizeof parameter pack expression in a contextDouglas Gregor2011-10-101-5/+19
* Constant expression evaluation refactoring:Richard Smith2011-10-107-45/+31
* Don't suggest 'noreturn' for function template instantiations, becauseDouglas Gregor2011-10-101-1/+17
* Give nicer note when a member redeclaration has or lacks 'const'Kaelyn Uhrain2011-10-101-1/+11
* objc: Some refactoring of overriding method decl. codeFariborz Jahanian2011-10-101-14/+30