summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaChecking.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Rename isBuiltinCall() to getBuiltinCallee()Alp Toker2013-12-281-4/+4
* Warn on mismatched parentheses in memcmp and friends.Nico Weber2013-12-261-2/+48
* [AArch64 NEON] Support poly128_t and implement relevant intrinsic.Kevin Qin2013-12-101-0/+4
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-1/+1
* [ms-cxxabi] Construct and destroy call arguments in the correct orderReid Kleckner2013-12-041-2/+3
* [AArch64 neon] support poly64 and relevant intrinsic functions.Kevin Qin2013-11-141-6/+10
* add intrinsics: __builtin_arm_{dmb,dsb} for ARMWeiming Zhao2013-11-121-0/+2
* Fixed bug in return type of __builtin_va_start().Enea Zaffanella2013-11-071-0/+1
* Simplify: we don't care why constant evaluation might have failed when we'reRichard Smith2013-11-051-4/+2
* Disable -Wtautological-compare in template instantiations.Richard Trieu2013-11-011-0/+4
* Disable -Wtautological-constant-out-of-range-compare in template instantiations.Richard Trieu2013-11-011-0/+4
* ARM: fix AST for __builtin_arm_strex callTim Northover2013-10-291-1/+4
* ObjectiveC. Added support for methods annotated with format_argFariborz Jahanian2013-10-181-0/+21
* Special case '%C' handling in ObjC format strings to handle integer literals ...Ted Kremenek2013-10-151-1/+9
* GetExprRange() (used by -Wconversion checking) should look through OpaqueValu...Ted Kremenek2013-10-141-0/+3
* PR17290: Use 'false' macro in fix-it hint for initializing a variable of typeRichard Smith2013-09-201-1/+2
* Add the intrinsic __builtin_convertvectorHal Finkel2013-09-181-0/+31
* volatile types are not trivially copyable.Eli Friedman2013-09-111-1/+2
* Switched FormatAttr to using an IdentifierArgument instead of a StringArgumen...Aaron Ballman2013-09-031-1/+1
* Adjust clang for change to APFloat::toString.Eli Friedman2013-08-291-1/+9
* Use pop_back_val() instead of both back() and pop_back().Robert Wilhelm2013-08-231-2/+1
* Split isFromMainFile into two functions.Eli Friedman2013-08-221-1/+1
* Omit llvm:: before SmallVector and SmallVectorImpl. We have using directive ...Robert Wilhelm2013-08-101-13/+12
* Put back a microoptimization with a comment to make it more obvious.Benjamin Kramer2013-08-091-2/+5
* Remove unused variable. No functionality change.Benjamin Kramer2013-08-081-8/+6
* Implement C++'s restrictions on the type of an expression passed to a varargRichard Smith2013-08-051-73/+124
* Add support for passing -1 to __builtin_shufflevector to signify an undefined...Craig Topper2013-08-031-0/+4
* Fix indentation. No functional change.Craig Topper2013-08-021-1/+1
* AArch64: initial NEON supportTim Northover2013-08-011-0/+87
* Return ExprError if both arguments to the mask form of __builtin_shufflvector...Craig Topper2013-07-291-13/+13
* Fix up formatting. No functional change.Craig Topper2013-07-281-6/+6
* Remove trailing whitespace.Craig Topper2013-07-191-5/+4
* ARM: implement low-level intrinsics for the atomic exclusive operations.Tim Northover2013-07-161-0/+108
* Add a __builtin_addressof that performs the same functionality as the built-inRichard Smith2013-07-111-0/+20
* Fix Sema for compares with _Atomic vars.Eli Friedman2013-07-081-16/+19
* Remove some useless declarations (found by scan-build)Sylvestre Ledru2013-07-061-2/+1
* Teach -Wunsequenced that the side-effects of a function evaluation are sequencedRichard Smith2013-06-301-4/+21
* PR16467: Teach -Wunsequenced that in C11 (unlike C++11), an assignment'sRichard Smith2013-06-261-5/+15
* [Sema] Call CheckParmForFunctionDef on ObjC method parametersReid Kleckner2013-06-241-1/+2
* Extend -Wnon-pod-varargs to more cases, such as function pointers as returnRichard Trieu2013-06-221-15/+37
* Provide suggested no-arg calls for overloaded member functions missing callsDavid Blaikie2013-06-211-1/+1
* [ms-cxxabi] Destroy temporary record arguments in the calleeReid Kleckner2013-06-211-0/+9
* Add back a condition accidentially removed in r184470.Richard Trieu2013-06-201-1/+1
* Avoid repeatedly evaluating subexpressions when checking for unsequencedRichard Smith2013-06-201-7/+37
* Extend -Wnon-pod-varargs to check calls made from function pointers.Richard Trieu2013-06-201-5/+11
* Correctly compute the index of the first string format argument when decidingEli Friedman2013-06-181-1/+1
* Revert "Properly consider the range of enum for range comparisons in C mode"David Majnemer2013-06-071-14/+11
* Properly consider the range of enum for range comparisons in C modeDavid Majnemer2013-06-021-11/+14
* Patch to issue error when target of MacOS and iOS Fariborz Jahanian2013-05-281-3/+11
* Warn on va_start() when called with a reference parameter.Nico Weber2013-05-241-0/+14
OpenPOWER on IntegriCloud