Age | Commit message (Expand) | Author |
2009-11-13 | Fix two bugs with temporaries: | Anders Carlsson |
2009-11-13 | Move GlobalDecl to its own file. Also add DenseMapInfo traits. | Anders Carlsson |
2009-11-13 | Add {File,Source}Manager to CompilerInstance. | Daniel Dunbar |
2009-11-13 | Add CompilerInstance, and starting moving clang-cc to it. | Daniel Dunbar |
2009-11-13 | Only flush plist diagnostics once. | Ted Kremenek |
2009-11-13 | Fix recently introduced use-after-free error reported in <rdar://problem/7387... | Ted Kremenek |
2009-11-13 | Refine construction vtables; they don't include bits that don't have | Mike Stump |
2009-11-13 | Refine the construction vtables with respect to offsets. WIP. | Mike Stump |
2009-11-13 | Move input kind identification (-x) into FrontendOptions. | Daniel Dunbar |
2009-11-13 | Pull static variable within function (for slightly faster startup time). | Ted Kremenek |
2009-11-13 | Allow the tracking of address points for construction vtables as well. | Mike Stump |
2009-11-13 | retain/release checker: refactor some of the summary lookup logic for instanc... | Ted Kremenek |
2009-11-13 | Add clang-cc option "-analyzer-experimental-checks" to enable experimental pa... | Ted Kremenek |
2009-11-12 | Refine which vtbl is refernced in VTTs. | Mike Stump |
2009-11-12 | Refine offsets into vtables for the VTT. | Mike Stump |
2009-11-12 | Refine vtable pointers for secondary vtables inside VTTs to point to | Mike Stump |
2009-11-12 | Fix the offset calculations for non-virtual bases with overrides. | Mike Stump |
2009-11-12 | Fix a code gen bug in i386-apple-darwin (objc fragile abi), sending | Fariborz Jahanian |
2009-11-12 | Spell empty StringRef correctly (0 is a null StringRef, which is not the same). | Daniel Dunbar |
2009-11-12 | Recognize (and check) pointer-to-member template arguments that are | Douglas Gregor |
2009-11-12 | "Attach debug info with llvm instructions" mode was enabled a month ago. Now... | Devang Patel |
2009-11-12 | Use getNameAsCString() instead of getName().data() | Devang Patel |
2009-11-12 | When instantiating a reference to a non-type template parameter of pointer to | Douglas Gregor |
2009-11-12 | Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library. | Chandler Carruth |
2009-11-12 | Set CK_BaseToDerived in TryStaticDowncast. | Anders Carlsson |
2009-11-12 | Give CanQual<T> an implicit conversion to bool, so that it can be used | Douglas Gregor |
2009-11-12 | Add a CK_BaseToDerived cast kind. | Anders Carlsson |
2009-11-12 | When comparing template parameter lists, distinguish between three cases: | Douglas Gregor |
2009-11-12 | Improve source-location information for implicitly-generated member call expr... | Douglas Gregor |
2009-11-12 | Fix MSVC build. | Benjamin Kramer |
2009-11-12 | update CMakefile | Zhongxing Xu |
2009-11-12 | Add boilerplate logic for a malloc/free checker. | Zhongxing Xu |
2009-11-12 | Generalize stdint.h for non-8-bit-multiple types, patch by | Chris Lattner |
2009-11-12 | do not store wchar/char16/char32/intmax width/alignment info | Chris Lattner |
2009-11-12 | Move warning options into DiagnosticOptions. | Daniel Dunbar |
2009-11-12 | Avoid comparing string literals. | Daniel Dunbar |
2009-11-12 | PthreadLockChecker doesn't need PreVisitCallExpr() yet. All the current logi... | Ted Kremenek |
2009-11-12 | Add most of the boilerplate logic for a simple pthread_mutux_lock() -> pthrea... | Ted Kremenek |
2009-11-12 | Remove obsolete 'struct NullDerefTag'. | Ted Kremenek |
2009-11-12 | Use the --with-c-include-dirs configure option. | Rafael Espindola |
2009-11-12 | Enhance Checker class (and GRExprEngine) to support PostVisitation for CallEx... | Ted Kremenek |
2009-11-12 | Remove GRExprEngine::EvalCall(). It had a single callsite in GRExprEngine, a... | Ted Kremenek |
2009-11-12 | Random const correctness, and incidentally use computeDeclContext when building | John McCall |
2009-11-12 | Switch PTHManager to using diagnostics for most errors. | Daniel Dunbar |
2009-11-12 | Make StoreManager::getSizeInElements() always return DefinedOrUnknownSVal. | Zhongxing Xu |
2009-11-12 | Note to self: don't leave debugging statements in the code for four hours. | John McCall |
2009-11-12 | Do not use StringRef while using DebugInfo interface. | Devang Patel |
2009-11-12 | Improve recovery in a wonky case where one tries to specialize a | Douglas Gregor |
2009-11-12 | Add <foo> = [<bar> nextObject] to the -Widiomatic-parentheses category, | John McCall |
2009-11-12 | Remove an overly-eager assertion when replacing tokens with an | Douglas Gregor |