2010-04-17 |
Anders Carlsson | Simplify wide bit-field layout in CGRecordLayoutBuilder... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Douglas Gregor | Improve our handling of user-defined conversions as... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Anders Carlsson | Fix an assert when assigning a boolean value to a bitfi... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Anders Carlsson | Unnamed bit-fields in a union should be laid out with... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Anders Carlsson | Factor union field layout code out into a separate... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Anders Carlsson | If a wide bit-field is inside a union its offset should... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Chandler Carruth | Add support for '-fgnu-keywords' and '-fasm' to Clang... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Anders Carlsson | Vtable -> VTable renames across the board. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Chandler Carruth | Prevent accidental in-source builds with CMake, and... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Chris Lattner | fix integrated assembler with i386 objc code. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Anders Carlsson | Fix a bug where we would sometimes incorrectly mark... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Benjamin Kramer | Add printName to DeclarationName which prints the human... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Benjamin Kramer | Add raw_ostream operators to NamedDecl for convenience... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Chris Lattner | revert r101568, which miscompiles this testcase, distil... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Daniel Dunbar | Driver: Add missing claim() for -mllvm options. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Eric Christopher | New test to verify that we see constant integers here. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Eric Christopher | Consolidate most of the integer constant expression... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Ted Kremenek | Wrap 'data' key in quotes. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Ted Kremenek | Make script actually work. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Ted Kremenek | Log code completion data in json format. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Ted Kremenek | Send code completion data in json format. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Ted Kremenek | Remove unneeded assertion and don't return a null CXString. |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Chris Lattner | emit warn_char_constant_too_large at most once per... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Chris Lattner | make our existing "switch on bool" warning work for... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Douglas Gregor | If a non-noreturn virtual member function is guaranteed... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Douglas Gregor | Switch Sema::FindCompositePointerType() over to Initial... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Nuno Lopes | fix PR6766: codegen of var initialized with wide char |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Douglas Gregor | Move Sema::PerformImplicitConversion over to where... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Douglas Gregor | Make Sema::BuildCXXCastArgument static, since it now... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Douglas Gregor | Collapse the three separate initialization paths in |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Ted Kremenek | Rework USR generation for symbols with no linkage.... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Nuno Lopes | ignore Output folder |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Nuno Lopes | ignore Output folder |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Nuno Lopes | add another test for the undef patch just for to have... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Chris Lattner | fix a bogus assertion exposed by a recent change: packi... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Nuno Lopes | emit padding as undef values, take 2 |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Douglas Gregor | Switch the checking of implicit casts for static_cast... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Nick Lewycky | Add a write(raw_ostream&) method to RewriteBuffer.... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Chris Lattner | allow mapping fatal errors to errors. |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Douglas Gregor | Kill ForceRValue once and for all |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Ted Kremenek | Static analyzer: Don't crash when casting a symbolic... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Douglas Gregor | Eliminate the ForceRValue parameter from TryCopyInitial... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Douglas Gregor | Move Sema::TryCopyInitialization into a static function in |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Douglas Gregor | Eliminate ForceRValue parameters from reference binding... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Benjamin Kramer | Silence warning. |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Douglas Gregor | Eliminate the ForceRValue parameter to Sema::AddOverloa... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Douglas Gregor | Eliminate the ForceRValue parameter from most of Sema... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Douglas Gregor | Eliminate the ForceRValue parameter from Sema::IsUserDe... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Douglas Gregor | Eliminate the default value for the UserCast parameter... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Douglas Gregor | Eliminate the Elidable parameter to PerformImplicitConv... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Dan Gohman | Remove this hard-coded buffer size. In some basic exper... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Anders Carlsson | Make CGRecordLayoutBuilder deal with wide bit-fields... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Anders Carlsson | Remove printfs. |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Anders Carlsson | More work on wide bit-fields, WIP. |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Dan Gohman | Add Debug+Coverage to svn:ignore. |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Anders Carlsson | Start working on handling wide bitfields in C++ |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Anders Carlsson | Rename the ASTContext member 'Context'. |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Douglas Gregor | Only predefine the macro _GNU_SOURCE in C++ mode when... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Eric Christopher | Expand the argument diagnostics for too many arguments... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Eric Christopher | Expand argument diagnostic for too few arguments to... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Dan Gohman | Convert libCIndex to use the new native EXPORTED_SYMBOL... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
Douglas Gregor | Fix a bug in caret-line-pruning logic that only happens... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Douglas Gregor | Audit uses of Sema::LookupSingleName for those lookups... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Douglas Gregor | Feed proper source-location information into Sema:... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Ted Kremenek | Better support USRs for anonymous enums, structs, by... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Ted Kremenek | Specify temporary file for -emit-llvm output in test... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Ted Kremenek | Do not generate USRs for declarations with 'no linkage... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Anders Carlsson | Improve the bit-field too wide error message. |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Douglas Gregor | Diagnose attempts to throw an abstract class type. |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Ted Kremenek | Fix PR 6844, a regression caused by the introduction... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Anders Carlsson | Split adding the primary virtual base offsets out into... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Douglas Gregor | Fix a few cases where enum constant handling was using |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Daniel Dunbar | clang -cc1: Add a -fno-bitfield-type-align option,... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Daniel Dunbar | Tweak spelling (Bitfield -> BitField) |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Nick Lewycky | Teach -fixit to modify all of its inputs instead of... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Ted Kremenek | Include sender address in completion log. |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Daniel Dunbar | Tidy up comment. |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Daniel Dunbar | Add TargetInfo::useBitfieldTypeAlignment(). |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Daniel Dunbar | Driver/Frontend: Add support for -mllvm, which forwards... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Daniel Dunbar | IRgen: Change CGBitFieldInfo to take the AccessInfo... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Daniel Dunbar | IRgen: Eliminate now unused fields from CGBitFieldInfo. |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Daniel Dunbar | IRgen: (Reapply 101222, with fixes) Move EmitStoreThrou... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Eric Christopher | Rewrite handling of 64-bit palignr intrinsics to be... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Ted Kremenek | Teach ASTVector::append() about the case where 'NumInpu... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Ted Kremenek | Add simple python server for recording code completion... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Ted Kremenek | Add optional timing logging for code completion results... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Douglas Gregor | Warn about non-aggregate classes with no user-declared... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Douglas Gregor | Always diagnose and complain about problems in |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Sean Hunt | Fix 80-cols violtaions |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Douglas Gregor | Once we've emitted a fatal diagnostic, keep counting... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Ted Kremenek | Make CXLanguage_Invalid the first enum value (with... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Fariborz Jahanian | Fix a -pedantic spurious warning involving @dynamic. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Chris Lattner | improve altivec c++ support by adding casts, patch by |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Douglas Gregor | Thread a Scope pointer into BuildRecoveryCallExpr to... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Douglas Gregor | Teach typo correction about various language keywords... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Douglas Gregor | Return the corrected DeclarationName from Sema::Correct... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Daniel Dunbar | IRgen/NeXT: Simplify to use AST record layout for getti... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Douglas Gregor | When diagnosing suspicious precedence or assignments... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Zhongxing Xu | Move GRStmtNodeBuilder::MakeNode() out of line. No... |
commit | commitdiff | tree | snapshot |
next |