| Commit message (Expand) | Author | Age | Files | Lines |
| * | MS ABI: Tweak pointer-to-member mangling/inheritance model selection | David Majnemer | 2014-02-06 | 1 | -0/+4 |
| * | Revert "Revert r199416, "MS ABI: Improve selection of an inheritance model"" | David Majnemer | 2014-01-17 | 1 | -0/+8 |
| * | Revert r199416, "MS ABI: Improve selection of an inheritance model" | NAKAMURA Takumi | 2014-01-17 | 1 | -8/+0 |
| * | MS ABI: Improve selection of an inheritance model | David Majnemer | 2014-01-16 | 1 | -0/+8 |
| * | Sema: Fix crash during member pointer conversion involving incomplete classes | David Majnemer | 2014-01-16 | 1 | -1/+2 |
| * | [OpenCL] Disallow casts between address spaces. | Joey Gouly | 2014-01-14 | 1 | -0/+15 |
| * | ObjectiveC. Allow toll free bridge cast warnings outside | Fariborz Jahanian | 2013-11-21 | 1 | -0/+5 |
| * | Allow dynamic_cast to void* even with -fno-rtti. | Eli Friedman | 2013-09-24 | 1 | -2/+4 |
| * | Fix crash with cast of value-dependent expr. | Eli Friedman | 2013-09-19 | 1 | -2/+5 |
| * | Fix missing source location in CXXTemporaryObjectExpr nodes. | Enea Zaffanella | 2013-09-07 | 1 | -1/+1 |
| * | Properly track l-paren of a CXXFucntionalCastExpr. | Eli Friedman | 2013-08-15 | 1 | -2/+2 |
| * | Check dynamic_cast is not used with -fno-rtti, unless it is a noop or can be ... | Arnaud A. de Grandmaison | 2013-08-01 | 1 | -0/+7 |
| * | Don't build expressions for invalid casts. | Eli Friedman | 2013-07-26 | 1 | -8/+21 |
| * | Use SmallVectorImpl::reverse_iterator instead of SmallVector to avoid specify... | Craig Topper | 2013-07-08 | 1 | -2/+2 |
| * | Don't use unnamed local enums as template arguments. | Joerg Sonnenberger | 2013-06-26 | 1 | -2/+2 |
| * | Remove dead code. | Eli Friedman | 2013-06-20 | 1 | -5/+0 |
| * | Silence 'set but not used' warning when building in release mode using gcc. | Andy Gibbs | 2013-06-19 | 1 | -0/+1 |
| * | Fix handling of const_cast from prvalue to rvalue reference: such a cast is | Richard Smith | 2013-06-14 | 1 | -11/+46 |
| * | Disallow reinterpret_cast from pointer to bool on Windows | Hans Wennborg | 2013-06-06 | 1 | -2/+4 |
| * | Split off casts to void* for -Wint-to-pointer-cast to subgroup -Wint-to-void-... | Ted Kremenek | 2013-05-29 | 1 | -2/+12 |
| * | Grab-bag of bit-field fixes: | John McCall | 2013-05-06 | 1 | -1/+11 |
| * | ArrayRef'ize InitializationSequence constructor and InitializationSequence::D... | Dmitri Gribenko | 2013-05-03 | 1 | -2/+2 |
| * | Provide a fixit to static_cast for reinterpret_casts within a class hierarchy. | Jordan Rose | 2013-03-28 | 1 | -6/+7 |
| * | Make the -Wreinterpret-base-class logic safe against invalid | John McCall | 2013-03-27 | 1 | -6/+15 |
| * | Warn about attempts to reinterpret_cast between two types that are | John McCall | 2013-03-22 | 1 | -2/+87 |
| * | objective-C arg: provide fixit support when | Fariborz Jahanian | 2013-02-22 | 1 | -4/+8 |
| * | Diagnose loads of 'half' l-values in OpenCL. | John McCall | 2013-02-12 | 1 | -6/+0 |
| * | Add a new LangOpt NativeHalfType. This option allows for native half/fp16 | Joey Gouly | 2013-01-23 | 1 | -0/+15 |
| * | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith | 2013-01-02 | 1 | -2/+2 |
| * | objc: DOn't complain if a (SEL) expression is typecast | Fariborz Jahanian | 2012-12-13 | 1 | -0/+2 |
| * | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -3/+3 |
| * | Implement GCC's -Wint-to-pointer-cast. | David Blaikie | 2012-10-16 | 1 | -0/+20 |
| * | Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl... | Benjamin Kramer | 2012-08-23 | 1 | -2/+1 |
| * | Rip out remnants of move semantic emulation and smart pointers in Sema. | Benjamin Kramer | 2012-08-23 | 1 | -3/+3 |
| * | c: implement gcc's -Wbad-function-cast which warns | Fariborz Jahanian | 2012-08-17 | 1 | -1/+38 |
| * | objective-C: deprecate casts of ObjC's SEL | Fariborz Jahanian | 2012-08-16 | 1 | -1/+19 |
| * | Add correct parenthesis range to CXXConstructExprs inside | Daniel Jasper | 2012-07-16 | 1 | -0/+3 |
| * | Fix Sema and IRGen for atomic compound assignment so it has the right semanti... | Eli Friedman | 2012-06-16 | 1 | -5/+1 |
| * | Detecting illegal instantiations of abstract types when using a function-styl... | Aaron Ballman | 2012-05-07 | 1 | -1/+3 |
| * | Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType() | Douglas Gregor | 2012-05-04 | 1 | -6/+6 |
| * | PR9546, DR1268: A prvalue cannot be reinterpret_cast to an rvalue reference | Richard Smith | 2012-04-29 | 1 | -4/+3 |
| * | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -12/+12 |
| * | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek | 2012-03-06 | 1 | -0/+2 |
| * | ArrayRef'ize various functions in the AST/Parser/Sema. | Ahmed Charles | 2012-02-25 | 1 | -1/+1 |
| * | Split reinterpret_casts of member pointers out from CK_BitCast; this | John McCall | 2012-02-15 | 1 | -1/+2 |
| * | Don't route explicit construction via list-initialization through the functio... | Sebastian Redl | 2012-02-13 | 1 | -13/+15 |
| * | Proper initializer list support for new expressions and type construct expres... | Sebastian Redl | 2012-02-12 | 1 | -23/+26 |
| * | Change the way we store initialization kinds so that all direct inits can dis... | Sebastian Redl | 2012-02-12 | 1 | -5/+10 |
| * | C++ 5.2.10p2 has a note that mentions that, subject to all other restrictions, | Chad Rosier | 2012-02-03 | 1 | -12/+21 |
| * | Remove unreachable code in Clang. (replace with llvm_unreachable where approp... | David Blaikie | 2012-01-17 | 1 | -3/+0 |