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 |
2010-02-02 |
Sebastian Redl | Check for redefinitions in MergeVarDecl. This finds... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Fariborz Jahanian | Fix up rewriting of protocol qualified types in objc... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Sebastian Redl | Fix a C++ regression where redefinitions weren't diagnosed. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Douglas Gregor | Include <stdlib.h>, so that we're sure to get atoi. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | the declspec of a declaration can have storage-class... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Daniel Dunbar | Driver/Darwin: Don't error/warn on conflicting deployme... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chandler Carruth | Use the Arg variable rather than re-computing it. This... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
John McCall | Mark dtors for parameter variables and eliminate some... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
John McCall | Access control for implicit destructor calls. Diagnost... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
John McCall | Codegen CXXConstructExprs with trivial constructors... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Anders Carlsson | Check in a test case and a nasty workaround for PR6199. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
John McCall | Extract a common base class between UnresolvedLookupExp... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Daniel Dunbar | XFAIL two tests on Win32 until some cares to investigat... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | this is reasonably complete by now. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Daniel Dunbar | CIndex: Use 'env' instead of relying on bash environmen... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Daniel Dunbar | CIndex: Respect TMPDIR/TEMP/TMP when making temporary... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Anders Carlsson | Improve handling of emitting 'null' pointers to data... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Daniel Dunbar | CIndex: Fix a crash in clang_createTranslationUnitFromS... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Anders Carlsson | Move pointer to data member emission to CodeGenModule... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Anders Carlsson | Merge a test into pointers-to-data-members.cpp and... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Anders Carlsson | Rename a test. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
John McCall | FIXME complete. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
John McCall | Improve the diagnostic used when an incompatible overlo... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
John McCall | Implement C++ [temp.deduct.call]p6, template argument... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Ted Kremenek | Add a stop gap to Sema::CorrectTypo() to correct only... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Ted Kremenek | Fix bug in GRExprEngine::VisitSizeOfAlignOfExpr() where... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | add another example. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | Implement PR6180, substantially improving the diagnosti... |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | improve diagnostics for C++ struct ; issues. Before: |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Chris Lattner | improve diagnostics on missing ; in a struct. Before: |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Ted Kremenek | Hoist diagnostic generation in ReturnStackAddressChecke... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Douglas Gregor | Make this fix-it test case actually fail when there... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Douglas Gregor | Improve handling of enumerator values for C and C+... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Daniel Dunbar | ARM/APCS: Fix classification of small complex integer... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Daniel Dunbar | ARM/APCS: Pass Complex types following llvm-gcc. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Ted Kremenek | Add format string type checking support for 'long double'. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Devang Patel | Fix FIXME and surrounding comment. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Devang Patel | Use appropriate context descriptor in RecordDecl's... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Devang Patel | Do not use clang type name to name a local variable... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Devang Patel | Do not use clang type name to name a local variable... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Devang Patel | Use DeclContext as getContextDescriptor() argument. |
commit | commitdiff | tree | snapshot |
next |