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 |
2010-02-04 |
Anders Carlsson | Rename StartConditionalBranch/FinishConditionalBranch... |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Anders Carlsson | Fix another pointer-to-member function miscompile,... |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Anders Carlsson | Improve test. |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Anders Carlsson | Calculate offset correctly when taking the address... |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Ted Kremenek | Convert flags in FormatSpecifier to be bitfields instea... |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Ted Kremenek | Add assorted test cases from PR 4172. |
commit | commitdiff | tree | snapshot |
2010-02-04 |
John McCall | Allow calling convention attributes to apply to types... |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Zhongxing Xu | Cast evaluation no longer touch GRState. |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Ted Kremenek | Specially handle casts to 'void' in AdjustedReturnValue... |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Ted Kremenek | Remove stray typo. |
commit | commitdiff | tree | snapshot |
2010-02-04 |
John McCall | Mangle member expressions. Also invented. |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Zhongxing Xu | Now that CastRetrievedVal returns SVal, there is no... |
commit | commitdiff | tree | snapshot |
2010-02-04 |
John McCall | Add a cautionary note about the mangling I just invented. |
commit | commitdiff | tree | snapshot |
2010-02-04 |
John McCall | Add mangling support for calls, sizeof/alignof, constru... |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Ted Kremenek | static analyzer: handle casts of a function to a functi... |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Fariborz Jahanian | Fix rewriting of 'const' __block variables in |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Anders Carlsson | Don't try to fold DeclRefExprs that point to ParmVarDec... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Fariborz Jahanian | Fix more rewriting of protocol-quialified 'id' type. |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Sebastian Redl | In some contexts, type declarations cannot occur. Pass... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Chris Lattner | don't inform comment handlers about comments in #if... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Douglas Gregor | Define two types to be "compatible" in C++ if they... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Chris Lattner | Declarators can have grouping parens. This fixes rdar... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Fariborz Jahanian | Patch to allow reinterpret_cast on objective-c pointers. |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Daniel Dunbar | Revert "Numerous changes to selector handling:", this... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Sebastian Redl | Top-level const changes do not make a qualification... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Douglas Gregor | When determining whether a function without a prototype... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Anders Carlsson | Handle reference binding in aggregate initializers... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Anders Carlsson | Add a band-aid fix for clang self-hosting. A better... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Eli Friedman | Fix for PR6220: compute the correct type for multichara... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Anders Carlsson | More cleanup. |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Anders Carlsson | Revert the new reference binding code; I came up with... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
David Chisnall | First pass at adding GC support for GNU runtime. GC... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Chandler Carruth | Teach the allocation function overload handling to... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Chandler Carruth | Fix PR6149 by looking at the qualifiers on the referred... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Douglas Gregor | When a function or variable somehow depends on a type... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Chandler Carruth | Add FlatStore.cpp (from r95214) to CMake build. Don... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Zhongxing Xu | Add skeleton of flat store manager. |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Douglas Gregor | Look through CXXExprWithTemporaries when digging out... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Chris Lattner | update for llvm api change. |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Chris Lattner | remove a big chunk of #if 0 code. |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Ted Kremenek | Fix regression in RegionStore due to recent changes in |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Sam Weinig | Implement Doug's suggestion. Eliminate the Stmts pointe... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Daniel Dunbar | Driver: Add -[no-]integrated-as for clang. |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Ted Kremenek | Rework RegionStoreManager's implementation of Invalidat... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Douglas Gregor | Provide a real fix for PR6199, reverting the old workar... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Sam Weinig | Remove the SmallVector from CXXTryStmt. |
commit | commitdiff | tree | snapshot |
2010-02-03 |
David Chisnall | Numerous changes to selector handling: |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Sebastian Redl | Don't do an expensive definition check where a cheap... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Chris Lattner | fix PR6216 |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Daniel Dunbar | clang -cc1: Wire up -emit-obj, for emitting object... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
John McCall | Remove abstract expression kinds from the StmtClass... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Fariborz Jahanian | Simplify setting of DeclContext for @catch variable |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Douglas Gregor | Implement the lvalue-to-rvalue conversion where needed... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Fariborz Jahanian | Fix DeclContext of an objective-c @catch variable |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Ted Kremenek | Remove RegionStoreSubRegionMap::iterator and RegionStor... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Ted Kremenek | Explicitly check for casts to double or complex types... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | update for llvm api changes. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Douglas Gregor | Implement promotion for enumeration types. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Anders Carlsson | Set the correct vtable pointers _before_ generating... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | update for llvm api change. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Anders Carlsson | Fix test. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
John McCall | Dump the constructor type for a CXXConstructExpr. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
John McCall | Fix this comment. |
commit | commitdiff | tree | snapshot |
next |