aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-17Fix a bug where we would sometimes incorrectly mark an vtable function as unu...Anders Carlsson
2010-04-17Add printName to DeclarationName which prints the human-readable name on aBenjamin Kramer
2010-04-17Add raw_ostream operators to NamedDecl for convenience. Switch over all users...Benjamin Kramer
2010-04-17revert r101568, which miscompiles this testcase, distilled from ldecod:Chris Lattner
2010-04-17Driver: Add missing claim() for -mllvm options.Daniel Dunbar
2010-04-17New test to verify that we see constant integers here.Eric Christopher
2010-04-17Consolidate most of the integer constant expression builtin requirementEric Christopher
2010-04-17Wrap 'data' key in quotes.Ted Kremenek
2010-04-17Make script actually work.Ted Kremenek
2010-04-17Log code completion data in json format.Ted Kremenek
2010-04-17Send code completion data in json format.Ted Kremenek
2010-04-17Remove unneeded assertion and don't return a null CXString.Ted Kremenek
2010-04-16emit warn_char_constant_too_large at most once per literal, fixing PR6852Chris Lattner
2010-04-16make our existing "switch on bool" warning work for C. SinceChris Lattner
2010-04-16If a non-noreturn virtual member function is guaranteed not to return,Douglas Gregor
2010-04-16Switch Sema::FindCompositePointerType() over to InitializationSequence. Douglas Gregor
2010-04-16fix PR6766: codegen of var initialized with wide charNuno Lopes
2010-04-16Move Sema::PerformImplicitConversion over to where Sema::TryImplicitConversio...Douglas Gregor
2010-04-16Make Sema::BuildCXXCastArgument static, since it now only has one caller. No ...Douglas Gregor
2010-04-16Collapse the three separate initialization paths inDouglas Gregor
2010-04-16Rework USR generation for symbols with no linkage. Many of the USRs are now ...Ted Kremenek
2010-04-16ignore Output folderNuno Lopes
2010-04-16ignore Output folderNuno Lopes
2010-04-16add another test for the undef patch just for to have peace of mind :)Nuno Lopes
2010-04-16fix a bogus assertion exposed by a recent change: packing theChris Lattner
2010-04-16emit padding as undef values, take 2Nuno Lopes
2010-04-16Switch the checking of implicit casts for static_cast, C-style, andDouglas Gregor
2010-04-16Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficientNick Lewycky
2010-04-16allow mapping fatal errors to errors.Chris Lattner
2010-04-16Kill ForceRValue once and for allDouglas Gregor
2010-04-16Static analyzer: Don't crash when casting a symbolic region address to a floa...Ted Kremenek
2010-04-16Eliminate the ForceRValue parameter from TryCopyInitialization.Douglas Gregor
2010-04-16Move Sema::TryCopyInitialization into a static function inDouglas Gregor
2010-04-16Eliminate ForceRValue parameters from reference binding. Did I mentionDouglas Gregor
2010-04-16Silence warning.Benjamin Kramer
2010-04-16Eliminate the ForceRValue parameter to Sema::AddOverloadCandidateDouglas Gregor
2010-04-16Eliminate the ForceRValue parameter from most of Sema's Add*CandidateDouglas Gregor
2010-04-16Eliminate the ForceRValue parameter from Sema::IsUserDefinedConversion. It's ...Douglas Gregor
2010-04-16Eliminate the default value for the UserCast parameter of Sema::IsUserDefined...Douglas Gregor
2010-04-16Eliminate the Elidable parameter to PerformImplicitConversion; weDouglas Gregor
2010-04-16Remove this hard-coded buffer size. In some basic experiments preprocessingDan Gohman
2010-04-16Make CGRecordLayoutBuilder deal with wide bit-fields. Will land tests shortly...Anders Carlsson
2010-04-16Remove printfs.Anders Carlsson
2010-04-16More work on wide bit-fields, WIP.Anders Carlsson
2010-04-16Add Debug+Coverage to svn:ignore.Dan Gohman
2010-04-16Start working on handling wide bitfields in C++Anders Carlsson
2010-04-16Rename the ASTContext member 'Context'.Anders Carlsson
2010-04-16Only predefine the macro _GNU_SOURCE in C++ mode when we're on aDouglas Gregor
2010-04-16tidy upChris Lattner
2010-04-16Expand the argument diagnostics for too many arguments and giveEric Christopher