- 050315b ArrayRef'ize Sema::CodeComplete* by Dmitri Gribenko · 11 years ago
- 539470e Updated the support for contextual conversion tweaks (n3323) with a previously overlooked part: implicitly converting array sizes to size_t, rather than contextually converting them to some unique type. by Larisse Voufo · 11 years ago
- d570a92 A quick fix to allow return type deduction on member templates by Faisal Vali · 11 years ago
- d6b6987 PR16263: Implement current direction of core issue 1376. Binding a reference to by Richard Smith · 11 years ago
- 41cb3d9 Fix handling of const_cast from prvalue to rvalue reference: such a cast is by Richard Smith · 11 years ago
- ddb5a39 Unify return type checking for functions and ObjC methods. Move all the by Eli Friedman · 11 years ago
- 93f32da Fix the warning for divide by zero to be a bit more robust. ;] by Chandler Carruth · 11 years ago
- 95099ef Followup to r183931 to fix the lambda conversion-to-block-pointer member. by Eli Friedman · 11 years ago
- 38fa961 Fix a small bug in the linkage computation for the lambda conversion-to-function-pointer member. by Eli Friedman · 11 years ago
- ad24ad4 Allow clang to build __clear_cache on ARM. by Rafael Espindola · 11 years ago
- 36155c1 C++11: If a class has a user-declared copy operation or destructor, the by Richard Smith · 11 years ago
- 1b2209f In C++11, promote access declaration diagnostic from warning to error. There by Richard Smith · 11 years ago
- 4e47ecb When copy-initializing a temporary for a reference binding, don't allow use of by Richard Smith · 11 years ago
- 98a7558 Include the unexpanded packs in the initializer expression when checking a by Nick Lewycky · 11 years ago
- d3ff325 Don't suggest putting 'operator new' or 'operator delete' in a namespace to fix a two-phase lookup issue. That's not permitted. by Richard Smith · 11 years ago
- 7c3e615 PR12086, PR15117 by Richard Smith · 11 years ago
- a4bb99c Move detection of reference members binding to temporaries from building of by Richard Smith · 11 years ago
- 8a07cd3 Reapply r183721, reverted in r183776, with a fix for a bug in the former (we by Richard Smith · 11 years ago
- 81359b0 Tweak r183791 so we don't print a note without a source location. by Eli Friedman · 11 years ago
- 188ddb1 Correctly handle designated initializers which modify an array initialized by Eli Friedman · 11 years ago
- a57be56 Revert r183721. It caused cleanups to be delayed too long in some cases. by Richard Smith · 11 years ago
- 0f9b855 Remove some unicode that sneaked in. by David Majnemer · 11 years ago
- 01e0b1f Implement DR61: Address of ambiguous bound methods should be disallowed by David Majnemer · 11 years ago
- 2ec2b84 Implement DR85: Redeclaration of member is forbidden by David Majnemer · 11 years ago
- 85af7ce Rework IR emission for lifetime-extended temporaries. Instead of trying to walk by Richard Smith · 11 years ago
- 4017d73 Objective-C [qoi]: Issue better warning when nsstring literal is missing by Fariborz Jahanian · 11 years ago
- 0567a79 Use FPT::getArgTypes() instead of manually building ArrayRefs by Reid Kleckner · 11 years ago
- ef0e4e6 Add a new warning, -Wlogical-not-parentheses, to -Wparentheses. by Richard Trieu · 11 years ago
- 7acc5a6 Support for contextual conversion tweaks (N3323) was added, as Revision 183637 by Larisse Voufo · 11 years ago
- 50b60b3 reverted test by Larisse Voufo · 11 years ago
- 817e01f test by Larisse Voufo · 11 years ago
- c910d4c Revert "[Sema] Make FunctionType's TSI use unadjusted argument types" by Reid Kleckner · 11 years ago
- 63c9a92 [Sema] Make FunctionType's TSI use unadjusted argument types by Reid Kleckner · 11 years ago
- 122e601 Recognition of empty structures and unions is moved to semantic stage by Serge Pavlov · 11 years ago
- cc28eff Added a type checking which handle the case of an ext vector and integral scalar by Jin-Gu Kang · 11 years ago
- b6e3808 Recursively lifetime-extend into array temporaries. These can get implicitly by Richard Smith · 11 years ago
- 80e8ea9 address some comments on r183474: by Adrian Prantl · 11 years ago
- f9eaf98 Revert "Properly consider the range of enum for range comparisons in C mode" by David Majnemer · 11 years ago
- d88d7ab Add missing file from r183563 (the recommit of 183466). by Eli Friedman · 11 years ago
- 44ee0a7 Re-commit r183466 with a fix to make the TypeLoc casting machinery work by Eli Friedman · 11 years ago
- 6071af9 Objective-C: Another case of issuing warning about misusing by Fariborz Jahanian · 11 years ago
- 33f0faa PR16273: Weaken a bogus assertion. by Richard Smith · 11 years ago
- a6ba40c Objective-C: Removes a bogus warning about auto-synthesis by Fariborz Jahanian · 11 years ago
- b165fdd fix up recogtion of block pointer type in my last patch. by Fariborz Jahanian · 11 years ago
- 20387ef Reverts r183466: "Perform dynamic alignment computations..." by Manuel Klimek · 11 years ago
- cafeb94 PR16243: Use CXXThisOverride during template instantiation, and fix up the by Richard Smith · 11 years ago
- 8150da3 When we're synthesizing copy/move-assignment, we can't form a reference to an by Eli Friedman · 11 years ago
- 7523606 blocks: fixes an ast bug when block pointer variable by Fariborz Jahanian · 11 years ago
- 86875b1 Perform dynamic alignment computations so that the data in TypeLocs is by Eli Friedman · 11 years ago
- 585bee4 Implement DR7 by David Majnemer · 11 years ago
- 48a1e81 Fix a crash with -Wassign-enum, where we didn't adjust the APInt type of the by Joey Gouly · 11 years ago
- 40cba90 Implement DR1270: braces can be elided in all aggregate initialization, not by Richard Smith · 11 years ago
- 649c6c5 Disallow reinterpret_cast from pointer to bool on Windows by Hans Wennborg · 11 years ago
- 4fe9644 Don't create a StringRef from a temporary string. by Richard Trieu · 11 years ago
- 9464a08 Objective-C: Provide fixit with suggested spelling correction by Fariborz Jahanian · 11 years ago
- d62d901 When the template specialization header is missing, set a valid source location for the template keyword when recovering. by Argyrios Kyrtzidis · 11 years ago
- 6f773e8 Silence GCC warning. by Benjamin Kramer · 11 years ago
- 211c8dd Model temporary lifetime-extension explicitly in the AST. Use this model to by Richard Smith · 11 years ago
- a7ff62f Adding support for MSVC #pragma detect_mismatch functionality by emitting a FAILIFMISMATCH linker command into the object file. by Aaron Ballman · 11 years ago
- c2fe818 Bound member function diagnostic - suggest no-args calls and note overload candidates by David Blaikie · 11 years ago
- b45a4d2 Fix a couple of bugs where jump diagnostics would not notice that a variable by Richard Smith · 11 years ago
- 4e43dec Fix handling of pointers-to-members and comma expressions when by Richard Smith · 11 years ago
- c063cb1 Allow paren casted throw statements inside of ternary expressions by David Majnemer · 11 years ago
- ad69e0c Properly consider the range of enum for range comparisons in C mode by David Majnemer · 11 years ago
- 923cada Fix the indentation on the AST visitors used in -Wloop-analysis. by Richard Trieu · 11 years ago
- 69f86d9 Objective-C: Fixes an ivar lookup bug where by Fariborz Jahanian · 11 years ago
- 6242a45 Fix handling of braced-init-list as reference initializer within aggregate by Richard Smith · 11 years ago
- 858c2c3 Walk over MaterializeTemporaryExpr when reverting an initializer to its by Richard Smith · 11 years ago
- 639aa52 fixes a comment in my last patch. by Fariborz Jahanian · 11 years ago
- f98c688 Objective-C: Implements gcc's -Wselector option by Fariborz Jahanian · 11 years ago
- df08c4b Fix potential infinite loop when iterating over redeclarations of an ObjMethodDecl, resulting from invalid code. by Argyrios Kyrtzidis · 11 years ago
- 76eed42 Microsoft has a language extension which allows union members to be by Aaron Ballman · 11 years ago
- 5537e0a Add support to fallback on operator new when a placement operator new[] is called for which there is no valid declaration. This fallback only happens in Microsoft compatibility mode. This patch addresses PR13164, and improves support for the WDK. by Aaron Ballman · 11 years ago
- 2628b44 Split off casts to void* for -Wint-to-pointer-cast to subgroup -Wint-to-void-pointer-cast. by Ted Kremenek · 11 years ago
- fe038a3 [libclang] For "@import .." code-completion results, associate a CXCursor_ModuleImportDecl cursor instead of CXCursor_NotImplemented. by Argyrios Kyrtzidis · 11 years ago
- aa71567 Disallow extern decls of type void in C++ mode by David Majnemer · 11 years ago
- 538bbe5 Patch to issue error when target of MacOS and iOS by Fariborz Jahanian · 11 years ago
- b07d448 Warn on va_start() when called with a reference parameter. by Nico Weber · 11 years ago
- 942dfe2 [ms-inline asm] Don't diagnose an empty lookup for inline assmebly. This happen by Chad Rosier · 11 years ago
- 89735b9 Suffixing #pragma comment(lib) library names with .lib if necessary. This matches MSVC behavior, as well as allows us to properly link libraries such as the ones provided by the MSDN examples. by Aaron Ballman · 11 years ago
- 2c2f09e Fix crash-on-invalid if list-initialization works, but we bail out when by Richard Smith · 11 years ago
- b1a4d37 Make helper functions static. by Benjamin Kramer · 11 years ago
- 5705f21 PR14772: Support constant expression evaluation for _Atomic types. by Richard Smith · 11 years ago
- aa9df09 Adding in parsing and the start of semantic support for __sptr and __uptr pointer type qualifiers. This patch also fixes the correlated __ptr32 and __ptr64 pointer qualifiers so that they are truly type attributes instead of declaration attributes. by Aaron Ballman · 11 years ago
- 82b0001 Fix crash-on-invalid: only use TransformAddressOfOperand when transforming the by Richard Smith · 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
- beba3e8 Warn on and drop dllimport attrs from variable definitions by Reid Kleckner · 11 years ago
- 8dbda51 Objective-C [qoi]: When an class conforms to multiple by Fariborz Jahanian · 11 years ago
- f51cfb8 [ms-cxxabi] Look up operator delete() at every virtual dtor declaration. by Peter Collingbourne · 11 years ago
- a722534 Implement __declspec(selectany) under -fms-extensions by Reid Kleckner · 11 years ago
- 5c6134f Thread safety analysis: add two new attributes to the thread safety analysis: by DeLesley Hutchins · 11 years ago
- 2521dfa Objective-C++ (and c++) Sema: Patch fixes a sema crash when gnu’s ?: extension by Fariborz Jahanian · 11 years ago
- 8fbda8e Refactor diagnostics for MS attributes without -fms-extensions by Reid Kleckner · 11 years ago
- 7a9f7c7 A little ArrayRef'ization. by Richard Smith · 11 years ago
- b5eb3f5 PR15757: When we instantiate an inheriting constructor template, also by Richard Smith · 11 years ago
- b8ed071 Objective-C arc: Diagnose when user attempts to by Fariborz Jahanian · 11 years ago
- c1fb1e0 SemaInit.cpp: give both IsStringInit() functions the same return type. by Hans Wennborg · 11 years ago
- 0d8e964 First pass of semantic analysis for init-captures: check the initializer, build by Richard Smith · 11 years ago
- 62ab010 Check a pointer is not null before attempting to use it. This prevents a by Richard Trieu · 11 years ago