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 |
2010-04-14 |
Zhongxing Xu | Add support for CXXBoolLiteralExpr. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Zhongxing Xu | Use direct assignment instead of user defined conversion. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Daniel Dunbar | Speculatively revert "IRgen: Move EmitStoreThroughBitfi... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Chris Lattner | Improve line marker directive locations, patch by Jordy... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Chris Lattner | add builtin for __builtin_vsprintf, patch by Paul Davey |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Daniel Dunbar | IRgen: Move EmitStoreThroughBitfieldLValue to use new... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Daniel Dunbar | IRgen: Tweak CGBitFieldInfo doxyments & add an accessor. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Chris Lattner | make the token paste avoidance logic turn "..." into... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Chris Lattner | implement altivec.h and a bunch of support code, patch... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Chris Lattner | remove some obsolete super-handling code that I forgot... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Douglas Gregor | Implement typo correction for Objective-C message sends... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Douglas Gregor | Introduce a parsing action to distinguish between class... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
John McCall | Mark a function declaration invalid if any of its param... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
John McCall | Parse friend template ids as types instead of ending... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Fariborz Jahanian | Add encoding of reference types like gcc does for objc... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Ted Kremenek | Use ASTVector instead of std::vector for the Exprs... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Ted Kremenek | Introduce ASTVector, which is a std::vector-like class... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Ted Kremenek | Add cursor kind for C++ methods. |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Daniel Dunbar | IRgen: Move EmitLoadOfBitfieldLValue to use new CGBitfi... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
John McCall | Fix an embarrasing memory error. I was apparently... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Daniel Dunbar | IRgen: Enhance CGBitFieldInfo with enough information... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Daniel Dunbar | Remove unnecessary cast. |
commit | commitdiff | tree | snapshot |
2010-04-13 |
John McCall | Support befriending members of class template specializ... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Fariborz Jahanian | Twik to radar 7839485. Do not attach weak_import attrib... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Fariborz Jahanian | Turn off warning about weak_import attribute |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Fariborz Jahanian | Removes a FIXME. |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Fariborz Jahanian | Variation of objc_copyStruct API generation when |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Chris Lattner | Rework the ConstStructBuilder code to emit missing... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Chris Lattner | unbreak tests. |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Chris Lattner | move a bunch of ConstStructBuilder methods out of line. |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Chris Lattner | minor cleanups |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Chris Lattner | Teach HasSideEffect about InitListExprs. Not having |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Chris Lattner | make the rewriter add a #ifndef around the #define... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Douglas Gregor | Refactor and simplify the computation of implicit conve... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Douglas Gregor | When returning the result of a call to an object of... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Douglas Gregor | During referencing binding, only consider conversion... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Zhongxing Xu | Make all cases that we don't handle explicit. |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Zhongxing Xu | Dispatch all C++ cast expr to VisitCast(). |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Zhongxing Xu | CFGBuilder: always add C++ member call expr as block... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
John McCall | Allow classes to befriend implicitly-declared members... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Zhongxing Xu | Add a cc1 option to specify the max number of nodes... |
commit | commitdiff | tree | snapshot |
next |