- cc28eff Added a type checking which handle the case of an ext vector and integral scalar by Jin-Gu Kang · 11 years ago
- b165fdd fix up recogtion of block pointer type in my last patch. by Fariborz Jahanian · 11 years ago
- 7523606 blocks: fixes an ast bug when block pointer variable by Fariborz Jahanian · 11 years ago
- 211c8dd Model temporary lifetime-extension explicitly in the AST. Use this model to by Richard Smith · 11 years ago
- 942dfe2 [ms-inline asm] Don't diagnose an empty lookup for inline assmebly. This happen by Chad Rosier · 11 years ago
- 569b4ad Objective-C arc: don't count use of __weak by Fariborz Jahanian · 11 years ago
- 097e0a2 Refactor places which perform contextual implicit conversions to go through a by Richard Smith · 11 years ago
- 2521dfa Objective-C++ (and c++) Sema: Patch fixes a sema crash when gnu’s ?: extension by Fariborz Jahanian · 11 years ago
- 0d8e964 First pass of semantic analysis for init-captures: check the initializer, build by Richard Smith · 11 years ago
- 7247c88 Use only explicit bool conversion operator by David Blaikie · 11 years ago
- 181e3ec Cleanup handling of UniqueExternalLinkage. by Rafael Espindola · 12 years ago
- 8061322 ArrayRef'ize GenericSelectionExpr by Dmitri Gribenko · 12 years ago
- 15f92ba Add support for __wchar_t in -fms-extensions mode. by Hans Wennborg · 12 years ago
- 7297a2e ArrayRef'ize Sema::BuildCallToObjectOfClassType by Dmitri Gribenko · 12 years ago
- 9e00f12 ArrayRef'ize some SemaOverload methods by Dmitri Gribenko · 12 years ago
- 524387a CodeGen for CapturedStmts by Ben Langmuir · 12 years ago
- 993f43f Grab-bag of bit-field fixes: by John McCall · 12 years ago
- 2624b81 Fix representation of compound literals for C++ objects with destructors. by Jordan Rose · 12 years ago
- 10f6f06 Require the containing type to be complete when we see __alignof__ of a field. by John McCall · 12 years ago
- 62ed889 Replace 'MultiExprArg()' with 'None' by Dmitri Gribenko · 12 years ago
- 5543169 Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constructor from None by Dmitri Gribenko · 12 years ago
- 60e141e Implement most of N3638 (return type deduction for normal functions). by Richard Smith · 12 years ago
- c95d413 ArrayRef'ize MultiLevelTemplateArgumentList::ArgList. Patch by Faisal Vali! by Richard Smith · 12 years ago
- 1f78a50 ArrayRef'ize InitializationSequence constructor and InitializationSequence::Diagnose() by Dmitri Gribenko · 12 years ago
- aeeacf7 Move parsing of identifiers in MS-style inline assembly into by John McCall · 12 years ago
- a07a6c3 PR15884: In the 'taking the address of a temporary' extension, materialize the by Richard Smith · 12 years ago
- 443adec Objective-C (mostly arc): Under ARC, we often have unneeded qualifiers by Fariborz Jahanian · 12 years ago
- 97aea95 Fix an assertion failure / accepts-invalid in -fms-extensions mode. Don't build by Richard Smith · 12 years ago
- 3aaf41a Add a warning for Objective-C pointer introspection, which is solely the job of the Objective-C runtime. by Ted Kremenek · 12 years ago
- 1a7df99 Switch the note order for -Woverloaded-shift-op-parentheses so that the note by Richard Trieu · 12 years ago
- 2a6e528 Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. This by Richard Trieu · 12 years ago
- 6afcf88 Sema for Captured Statements by Tareq A. Siraj · 12 years ago
- 236d9d16 Fix handling of atomic shift operations, from Serge Pavlov. by Douglas Gregor · 12 years ago
- 76da55d Basic support for Microsoft property declarations and references thereto. by John McCall · 12 years ago
- 62165c9 Remove some dead code that has not been used since 2010. by Joey Gouly · 12 years ago
- d1cc514 Update OpenCL comments to mention spec section and version. by Tanya Lattner · 12 years ago
- d2615cc Add 178663 back. by Rafael Espindola · 12 years ago
- 4f8a3eb Revert 178663. by Rafael Espindola · 12 years ago
- 8f187f6 Don't compute a patched/semantic storage class. by Rafael Espindola · 12 years ago
- 0c70181 Objective-C: Provide fixit hints when warning by Fariborz Jahanian · 12 years ago
- b421d92 Add -Wstatic-local-in-inline, which warns about using a static local by John McCall · 12 years ago
- 66dca6e Sema: Don't crash when trying to emit a precedence warning on postinc/decrement. by Benjamin Kramer · 12 years ago
- 52b2e70 Sema: Warn on sizeof on binary ops on decayed arrays. by Benjamin Kramer · 12 years ago
- 99a72d2 Objective-C: Produce precise diagnostic when by Fariborz Jahanian · 12 years ago
- ec8deba Objective-C: Provide fixit suggestions when class object by Fariborz Jahanian · 12 years ago
- 7e35274 Objective-C: Issue more precise warning when user by Fariborz Jahanian · 12 years ago
- e79ce29 <rdar://problem/13473493> Handle 'this->' insertion recovery within trailing return types. by Douglas Gregor · 12 years ago
- 8ff563c Fix DeclRefExpr::getFoundDecl() for usages by reference. by Daniel Jasper · 12 years ago
- b760f11 Fix a crash-on-valid where a block capture copy expression was by John McCall · 12 years ago
- 7cca821 Add a clarifying note when a return statement is rejected because by John McCall · 12 years ago
- 7132be1 Diagnose uses of 'alignof' on functions in -pedantic mode. by Richard Smith · 12 years ago
- 07b0fdc Bring inheriting constructor implementation up-to-date with current defect by Richard Smith · 12 years ago
- 62bbe07 Add some assertions to appease the static analyzer. by Jordan Rose · 12 years ago
- 2d1b096 Avoid computing the linkage too early. Don't invalidate it. by Rafael Espindola · 12 years ago
- bea522f ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType. by Jordan Rose · 12 years ago
- 75525c4 objective-C: don't crash after diagnosing by Fariborz Jahanian · 12 years ago
- 48f9042 Centralize and refine the __unknown_anytype argument rules by John McCall · 12 years ago
- 7a534b9 Perform non-overload placeholder conversions on the operands by John McCall · 12 years ago
- 94f3f54 Remove superfluous null pointer check. The pointer is used prior to this check. by Ted Kremenek · 12 years ago
- 63631bd Teach serialized diagnostics about notes without locations. by Ted Kremenek · 12 years ago
- 52e933b by Joey Gouly · 12 years ago
- 0adb175 Avoid implicit conversions of Optional<T> to bool. by David Blaikie · 12 years ago
- 39e6ab4 Replace TypeLoc llvm::cast support to be well-defined. by David Blaikie · 12 years ago
- 0dc4ff2 Prevent crash on multiple user errors (which I cannot reproduce in by Fariborz Jahanian · 12 years ago
- 2e85e74 Sema: Unnest early exit and remove an unnecessary bad cast. by Benjamin Kramer · 12 years ago
- 2620229 objective-C: When implementing custom accessor method for by Fariborz Jahanian · 12 years ago
- d3b4f0e When marking derived classes' virtual methods ODR-used in order to trigger by Nick Lewycky · 12 years ago
- 3c86a5c The meat of this patch is in BuildCXXMemberCalLExpr where we make it use by Nick Lewycky · 12 years ago
- a2905ea Perform placeholder conversions on the controller of a _Generic expression. by John McCall · 12 years ago
- 9dd74c5 Diagnose loads of 'half' l-values in OpenCL. Patch by Joey Gouly! by John McCall · 12 years ago
- 7cea148 Test for virtual instead of pure here. It has the exact same effect, and John by Nick Lewycky · 12 years ago
- afbcab8 PR15095: Use more correct source locations for the InitListExpr we fake up for by Richard Smith · 12 years ago
- a4dc51b Add some missing diagnostics for C++11 narrowing conversions. by Richard Smith · 12 years ago
- 3fa3fea PR15132: Replace "address expression must be an lvalue or a function by Richard Smith · 12 years ago
- b7e5eec This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard by Nick Lewycky · 12 years ago
- 41f7b1a objc: Provide correct fixit instruction when two mismatched by Fariborz Jahanian · 12 years ago
- 57dab71 Fix PR14881 by implementing conversion rules between int and complex int. by Bill Schmidt · 12 years ago
- cd0655b Add a new -Wundefined-inline warning for inline functions which are used but not by Nick Lewycky · 12 years ago
- 869709c Fix grammar in comment. by Nick Lewycky · 12 years ago
- 4ceaf33 Fix ODR-use of a MemberExpr to check before marking a pure function used. Remove by Nick Lewycky · 12 years ago
- 16bdd3b Hoist retrieval of Expr* into caller. No functionality change. by Ted Kremenek · 12 years ago
- e1ac4ae Also promote fp16 types to double when they're anonymous variadic arguments. by Tim Northover · 12 years ago
- 4ea6a64 Micro cleanup: use an array of const char, rather than an array of char, as the by Richard Smith · 12 years ago
- 19dbb20 Add a new LangOpt NativeHalfType. This option allows for native half/fp16 by Joey Gouly · 12 years ago
- 6c3af3d Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn on by Richard Smith · 12 years ago
- cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 12 years ago
- e178e70 put back diagnostics when flexible members are captured in lambdas. by Fariborz Jahanian · 12 years ago
- b20eb10 Fix typo (again). by Fariborz Jahanian · 12 years ago
- 4b3040f Remove lambda from my last patch. by Fariborz Jahanian · 12 years ago
- 456cfc0 Fixes typo in comment. by Fariborz Jahanian · 12 years ago
- 9c0816f objectiveC blocks: It is impractical to capture by Fariborz Jahanian · 12 years ago
- a6d2020 Move loop variable update. Thanks to Dmitri Gribenko for the suggestion. by Rafael Espindola · 12 years ago
- b9725cf Mark all subsequent decls used. by Rafael Espindola · 12 years ago
- cbb99ef Don't warn about undefined varargs argument behavior in unreachable code. by Ted Kremenek · 12 years ago
- 7a83421 Scalar shifts in the OpenCL specification (as of v. 1.2) are defined to be by David Tweed · 12 years ago
- 4e24f0f s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few nearby 'C++0x' comments. by Richard Smith · 12 years ago
- 80ad52f s/CPlusPlus0x/CPlusPlus11/g by Richard Smith · 12 years ago
- 0f46e64 Improve diagnostic wording for when an implicitly-deleted special member by Richard Smith · 12 years ago
- d3292c8 Tweak Sema::CheckLiteralKind() to also include block literals by Ted Kremenek · 12 years ago
- f530ff7 Change checkUnsafeAssignLiteral() to use the new Sema::CheckLiteralKind(). by Ted Kremenek · 12 years ago