- 59fea60 Use GetState() to get the possible cleaned state. by Zhongxing Xu · 15 years ago
- 56f3cc6 revert r101863, whcih is causing Sema/altivec-init.c to fail on a ton by Chris Lattner · 15 years ago
- 820cbbb Altivec vector literal initializer count mismatch error removed. by John Thompson · 15 years ago
- b17b1b3 Improve handling of CXXNewExpr. by Zhongxing Xu · 15 years ago
- 9c82afc Restore r101841 without modification. Also mark 'operator delete' as used for by John McCall · 15 years ago
- 3609432 Revert r101841 and follow-up. by John McCall · 15 years ago
- af5ece5 Don't bother looking for (or diagnosing problems with) the 'operator delete' by John McCall · 15 years ago
- c077e45 Do not diagnose unused-parameter errors in template instantiations. We by Douglas Gregor · 15 years ago
- 16573fa Keep track of the actual storage specifier written on a variable or by Douglas Gregor · 15 years ago
- 63c323d Only suppress the "extern variable has an initializer" warning when the extern entity being initialized is const. by Douglas Gregor · 15 years ago
- 41b1d6b Disable the "'extern' variable has an initializer" warning in C++, by Douglas Gregor · 15 years ago
- 8d8ab74 AST: Dump ASTRecordLayout objects when they are created with -fdump-record-layouts. by Daniel Dunbar · 15 years ago
- 2e7b7c2 IRgen: Kill unused function and move the type match assert to after record dumping. by Daniel Dunbar · 15 years ago
- 6fbe3eb add a PPCallback handler for a skipped #include, patch by Zhanyong Wan! by Chris Lattner · 15 years ago
- ed46442 When normal name lookup to disambiguiate an Objective-C message send by Douglas Gregor · 15 years ago
- 794afcb Check for darwin befoer cheking for version. (related to radar 7866951). by Fariborz Jahanian · 15 years ago
- 5e89655 Remove the argument number from the constant integer diagnostic. by Eric Christopher · 15 years ago
- 63326a5 Some renaming of methods, fixes typo (related to PR6769). by Fariborz Jahanian · 15 years ago
- c220a18 When searching for code-completion and typo-correction candidates, by Douglas Gregor · 15 years ago
- 776dbf9 Force clang to produce legacy api for messaging by Fariborz Jahanian · 15 years ago
- b1af4c8 Add comment explaning the use of c99 inline in c++. by Rafael Espindola · 15 years ago
- cb421fa Fix -Wcast-qual warnings. by Dan Gohman · 15 years ago
- cb7464a Move all C++ expression evaluation logic into its own file. by Zhongxing Xu · 15 years ago
- 856c6bc Analyzer: add support for CXXNewExpr. by Zhongxing Xu · 15 years ago
- d901da5 Don't just emit ivar metadata - emit CORRECT ivar metadata. (GNU runtime) by David Chisnall · 15 years ago
- 7f63cb0 Fix emitting ivar metadata for synthesized ivars and some 64-bit fixes. (GNU runtime) by David Chisnall · 15 years ago
- b8cab18 If a method is virtual and the class key function is in another file, emit the method as available_externally. by Rafael Espindola · 15 years ago
- 65ad5a4 Local static variables must be available module-wise by Fariborz Jahanian · 15 years ago
- a75b71f recommit r101568 to fix PR6766 as a side-effect, remove two FIXMEs now fixed by Nuno Lopes · 15 years ago
- a77eaa9 Make sure that we don't visit redeclarations of nested classes while by Douglas Gregor · 15 years ago
- c1c9df7 C++ [namespace.memdef]p3 only applies when the friend is not named via by Douglas Gregor · 15 years ago
- b6eee07 Bail out early to avoid comparing the internals of two conversion sequences of by Benjamin Kramer · 15 years ago
- 66821b5 When performing reference initialization for the purposes of overload by Douglas Gregor · 15 years ago
- 9dc58bb Binding a reference to an rvalue is a direct binding in C++0x but not in C++03. by Douglas Gregor · 15 years ago
- 630eb01 Fix the access checking of function and function template argument types, by Chandler Carruth · 15 years ago
- 2559a70 When checking the copy constructor for the optional copy during a by Douglas Gregor · 15 years ago
- 523d46a In C++98/03, when binding a reference to an rvalue of by Douglas Gregor · 15 years ago
- 422bae7 Allow the 'ibaction' attribute to be attached to method declarations (and not issue a warning). by Ted Kremenek · 15 years ago
- 153b3ba Do not consider explicit constructors when performing a copy to a by Douglas Gregor · 15 years ago
- 6ba3815 Simplify wide bit-field layout in CGRecordLayoutBuilder, and also fix a bug where assigning to a bit-field member would overwrite other parts of the struct. by Anders Carlsson · 15 years ago
- 3fbaf3e Improve our handling of user-defined conversions as part of overload by Douglas Gregor · 15 years ago
- 4803535 Fix an assert when assigning a boolean value to a bitfield of type _Bool. by Anders Carlsson · 15 years ago
- d62328e Unnamed bit-fields in a union should be laid out with a type that doesn't affect alignment. by Anders Carlsson · 15 years ago
- 8666446 Factor union field layout code out into a separate function. No functionality change. by Anders Carlsson · 15 years ago
- de9f153 If a wide bit-field is inside a union its offset should always be 0. by Anders Carlsson · 15 years ago
- eb5d7b7 Add support for '-fgnu-keywords' and '-fasm' to Clang's driver. They are not by Chandler Carruth · 15 years ago
- 046c294 Vtable -> VTable renames across the board. by Anders Carlsson · 15 years ago
- afd5eda fix integrated assembler with i386 objc code. by Chris Lattner · 15 years ago
- fbf0561 Fix a bug where we would sometimes incorrectly mark an vtable function as unused. by Anders Carlsson · 15 years ago
- f6cde77 Add printName to DeclarationName which prints the human-readable name on a by Benjamin Kramer · 15 years ago
- 900fc63 Add raw_ostream operators to NamedDecl for convenience. Switch over all users of getNameAsString on a stream. by Benjamin Kramer · 15 years ago
- 7a22f02 revert r101568, which miscompiles this testcase, distilled from ldecod: by Chris Lattner · 15 years ago
- fb36d21 Driver: Add missing claim() for -mllvm options. by Daniel Dunbar · 15 years ago
- 691ebc3 Consolidate most of the integer constant expression builtin requirement by Eric Christopher · 15 years ago
- 1c6c64b emit warn_char_constant_too_large at most once per literal, fixing PR6852 by Chris Lattner · 15 years ago
- 2b334bb make our existing "switch on bool" warning work for C. Since by Chris Lattner · 15 years ago
- ca7eaee If a non-noreturn virtual member function is guaranteed not to return, by Douglas Gregor · 15 years ago
- 8f00dcf Switch Sema::FindCompositePointerType() over to InitializationSequence. by Douglas Gregor · 15 years ago
- 6784704 fix PR6766: codegen of var initialized with wide char by Nuno Lopes · 15 years ago
- 575c63a Move Sema::PerformImplicitConversion over to where Sema::TryImplicitConversion is, for my own sanity. No functionality change by Douglas Gregor · 15 years ago
- ba70ab6 Make Sema::BuildCXXCastArgument static, since it now only has one caller. No functionality change by Douglas Gregor · 15 years ago
- d6e44a3 Collapse the three separate initialization paths in by Douglas Gregor · 15 years ago
- d39a0d6 fix a bogus assertion exposed by a recent change: packing the by Chris Lattner · 15 years ago
- cdb30b4 emit padding as undef values, take 2 by Nuno Lopes · 15 years ago
- f0e43e5 Switch the checking of implicit casts for static_cast, C-style, and by Douglas Gregor · 15 years ago
- 0ade808 Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficient by Nick Lewycky · 15 years ago
- 74e386e Kill ForceRValue once and for all by Douglas Gregor · 15 years ago
- d617b85 Static analyzer: Don't crash when casting a symbolic region address to a float. Fixes PR 6854. by Ted Kremenek · 15 years ago
- b7f9e6a Eliminate the ForceRValue parameter from TryCopyInitialization. by Douglas Gregor · 15 years ago
- 74eb658 Move Sema::TryCopyInitialization into a static function in by Douglas Gregor · 15 years ago
- 23ef6c0 Eliminate ForceRValue parameters from reference binding. Did I mention by Douglas Gregor · 15 years ago
- 1deea66 Silence warning. by Benjamin Kramer · 15 years ago
- c27d6c5 Eliminate the ForceRValue parameter to Sema::AddOverloadCandidate by Douglas Gregor · 15 years ago
- 7ec7752 Eliminate the ForceRValue parameter from most of Sema's Add*Candidate functions. by Douglas Gregor · 15 years ago
- 5447a8d Eliminate the ForceRValue parameter from Sema::IsUserDefinedConversion. It's not the way we're going to handle this. by Douglas Gregor · 15 years ago
- 471e2ce Eliminate the default value for the UserCast parameter of Sema::IsUserDefinedConversion. No functionality change by Douglas Gregor · 15 years ago
- 871f439 Eliminate the Elidable parameter to PerformImplicitConversion; we don't need it. by Douglas Gregor · 15 years ago
- 8ed4ff6 Remove this hard-coded buffer size. In some basic experiments preprocessing by Dan Gohman · 15 years ago
- 1c7658f Make CGRecordLayoutBuilder deal with wide bit-fields. Will land tests shortly (Daniel, please review). by Anders Carlsson · 15 years ago
- 4b16e97 Remove printfs. by Anders Carlsson · 15 years ago
- 4cf6f5f More work on wide bit-fields, WIP. by Anders Carlsson · 15 years ago
- 72468ec Start working on handling wide bitfields in C++ by Anders Carlsson · 15 years ago
- 0f0e9b0 Rename the ASTContext member 'Context'. by Anders Carlsson · 15 years ago
- 66791df Only predefine the macro _GNU_SOURCE in C++ mode when we're on a by Douglas Gregor · 15 years ago
- ce2b41d tidy up by Chris Lattner · 15 years ago
- ccfa963 Expand the argument diagnostics for too many arguments and give by Eric Christopher · 15 years ago
- d77b9a2 Expand argument diagnostic for too few arguments to give the number by Eric Christopher · 15 years ago
- ce487ef Fix a bug in caret-line-pruning logic that only happens when we have a by Douglas Gregor · 15 years ago
- c0b3964 Audit uses of Sema::LookupSingleName for those lookups that are by Douglas Gregor · 15 years ago
- c83c687 Feed proper source-location information into Sema::LookupSingleResult, by Douglas Gregor · 15 years ago
- c75d6cc Improve the bit-field too wide error message. by Anders Carlsson · 15 years ago
- bf422f9 Diagnose attempts to throw an abstract class type. by Douglas Gregor · 15 years ago
- 1b49d76 Fix PR 6844, a regression caused by the introduction of llvm_unreachable for the default by Ted Kremenek · 15 years ago
- 9791357 Split adding the primary virtual base offsets out into a separate pass. This fixes a bug where we would lay out virtual bases in the wrong order. by Anders Carlsson · 15 years ago
- af68d4e Fix a few cases where enum constant handling was using by Douglas Gregor · 15 years ago
- fb937b8 clang -cc1: Add a -fno-bitfield-type-align option, for my own testing purposes. by Daniel Dunbar · 15 years ago
- b6830d6 Tweak spelling (Bitfield -> BitField) by Daniel Dunbar · 15 years ago
- d4a97a1 Teach -fixit to modify all of its inputs instead of just the main file, unless by Nick Lewycky · 15 years ago
- f404686 Tidy up comment. by Daniel Dunbar · 15 years ago
- b6a1693 Add TargetInfo::useBitfieldTypeAlignment(). by Daniel Dunbar · 15 years ago