2010-02-08 |
Zhongxing Xu | Unify the implementation of getLValueIvar and getLValue... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Zhongxing Xu | Move common methods to the base StoreManager class. |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Chandler Carruth | This doesn't seem to be used code as it didn't break... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Zhongxing Xu | ASTContext is now a reference member of StoreManager. |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Zhongxing Xu | Add support for binding and retrieving VarRegions in... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Chandler Carruth | Require a complete type before examining base classes... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Anders Carlsson | Make sure to set vtable pointers in the destructors... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Anders Carlsson | Use the right type when taking the address of a non... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Douglas Gregor | Workaround for friend template instantiation crash... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Douglas Gregor | Fix assertion failure when parsing linkage specificatio... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Sam Weinig | Roll r95513 back in. |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Sam Weinig | Roll out r95513, it seems to have broken self hosting. |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Sam Weinig | Add PCH support for CXXBoolLiteralExpr and CXXNullPtrLi... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Anders Carlsson | Use the right linkage for static variables inside C... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Anders Carlsson | Improved handling of the visibility attribute. Declarat... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Anders Carlsson | Add attributes to namespace decls. |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Anders Carlsson | Make EmitStartEHSpec and EmitEndEHSpec return early... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Anders Carlsson | Add support for threadsafe statics, and make them the... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Anders Carlsson | Call destructors for constructed bases as well. |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Anders Carlsson | If a constructor throws an exception we need to execute... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
John McCall | Use a substituted type when determining how to substitu... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Benjamin Kramer | Silence GCC warning and stay in 80 cols. |
commit | commitdiff | tree | snapshot |
2010-02-06 |
John McCall | Extract a function to instantiate references to value... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Anders Carlsson | Don't diagnose missing noreturns for uninstantiated... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Douglas Gregor | Switch CodeGen's "is this variable declaration a defini... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Anders Carlsson | Only append 'L' for internal variable declarations... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Ted Kremenek | Also teach RegionStore::RetrieveVar() to handle 'static... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Ted Kremenek | Fix regression in RegionStore (from BasicStore) where... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Ted Kremenek | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Anders Carlsson | Use the correct function info for constructors when... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Anders Carlsson | Implement a warning diagnostic for weak vtables. Fixes... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
John McCall | Teach Sema how to instantiate a local function declarat... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Douglas Gregor | Assert when we try to mangle a dependent template name... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
John McCall | Per discussion, remove the explicit restriction on... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Ted Kremenek | Teach RegionStore::InvalidateRegions() to also invalida... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
John McCall | Rearrange some checks to avoid call to isCopyConstructo... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Douglas Gregor | Update Clang C++ status, with a more project-centric... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Douglas Gregor | Fix a bogus assertion after adjusting the type of a... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Douglas Gregor | Cope with finding the "instantiated" declaration when... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
John McCall | Standardize the parsing of function type attributes... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Ted Kremenek | Add guard in RewriteObjC::HandleTopLevelSingleDecl... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Douglas Gregor | Revert r95393, which broke Clang's self-host. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Douglas Gregor | Oops, thanks Clang |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Charles Davis | Convert this test to FileCheck instead of grepping... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Douglas Gregor | Implement name mangling for template template parameters |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Ted Kremenek | Fix how scan-build finds c++-analyzer to work with... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Daniel Dunbar | IRgen: A few more ConvertType cleanups. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Douglas Gregor | Fix two issues with the substitution of template templa... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Daniel Dunbar | IRgen: Factor out EmitAggExprToLValue. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Fariborz Jahanian | Fix a code gen bug accessing 'isa' field via a message... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Douglas Gregor | When we're parsing an expression that may have looked... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Daniel Dunbar | IRgen: Fix some CreateTempAlloca calls to use ConvertTy... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Anders Carlsson | Fix the bug that was breaking self-host, and re-land... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Charles Davis | Now that we store calling conventions in the types... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Fariborz Jahanian | Removed non-essential header file from test. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Douglas Gregor | Initial skeleton of an AST "importer", which will take... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Charles Davis | Testing, 1, 2, 3... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Daniel Dunbar | IRgen: Use hasAggregateLLVMType instead of isSingleValu... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Fariborz Jahanian | Fixes a minor rewriter bug messaging inside a function... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Fariborz Jahanian | Some clean up of replacement text API no longer needed by |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Douglas Gregor | Revert r95363 and r95375, which broke self-host. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Douglas Gregor | A dependent initializer with zero arguments should... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Chandler Carruth | Revert the unused TST_pixel entry from r95335 as it... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Douglas Gregor | Default function arguments for function template specia... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Daniel Dunbar | Tweak inliner thresholds to match llvm-gcc, see r95321. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Anders Carlsson | Check in a mangle checker that's turned off by default. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Douglas Gregor | Teach C++ name lookup that it's okay to look in a scope... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Anders Carlsson | Fix array initialization test. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Anders Carlsson | Fix a test case. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Douglas Gregor | A function declarator with a non-identifier name in... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Ted Kremenek | Add test case showing the analyzer invalidates '__block... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Zhongxing Xu | More GRState* -> Store changes. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Zhongxing Xu | Remove unused parameter. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Anders Carlsson | If a global initializer has a non-trivial destructor... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Zhongxing Xu | More GRState* -> Store changes. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Douglas Gregor | When adding ADL candidates for overloaded |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Zhongxing Xu | More GRState* -> Store changes. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Douglas Gregor | When determining whether a scope specifier is complete... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Zhongxing Xu | More GRState* -> Store changes. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Zhongxing Xu | Change LazyCompoundVal to a <Store, MemRegion*> pair... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Ted Kremenek | Now that the -cc1 options for analyzer checks have... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Ted Kremenek | Rename -cc1 option '-checker-cfref' to '-analyzer-check... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Ted Kremenek | Rename -cc1 option '-warn-objc-missing-dealloc' to... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Ted Kremenek | Rename -cc1 option '-warn-objc-methodsigs' to '-analyze... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Ted Kremenek | Rename -cc1 option '-warn-objc-unused-ivars' to '-analy... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Ted Kremenek | Rename -cc1 option '-warn-dead-stores' to '-analyzer... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Ted Kremenek | Rename -cc1 option '-warn-security-syntactic' to '... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Fariborz Jahanian | Fix a nested ivar reference rewriting bug. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
John McCall | Always start tag definitions before completing them... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
John Thompson | First stage of adding AltiVec support |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Douglas Gregor | Fix a crash with ill-formed code within a method in... |
commit | commitdiff | tree | snapshot |
2010-02-04 |
John McCall | Extract a common structure for holding information... |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Ted Kremenek | Move ParseFormatString() and FormatStringHandler back... |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Douglas Gregor | Fix an obscure crash found in the Boost.MPL test suite... |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Anders Carlsson | When binding an lvalue to a reference, we always need... |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Anders Carlsson | Update test. |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Anders Carlsson | Fix a bug where we would not mark temporaries as condit... |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Anders Carlsson | Improve conditional temporaries test. |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Douglas Gregor | When substituting the template argument for a pointer... |
commit | commitdiff | tree | snapshot |
next |