2009-11-14 |
Daniel Dunbar | Fix broken tests, exposed by improved -verify. |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Daniel Dunbar | Add VerifyDiagnosticsClient, to replace old -verify. |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Anders Carlsson | Diagnose ambiguity of operator delete and operator... |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Daniel Dunbar | Pass Preprocessor through DiagnosticClient::BeginSource... |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Daniel Dunbar | Add ASTConsumer to CompilerInstance. |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Fariborz Jahanian | Generate the old API when sending message to super |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Anders Carlsson | Handle CXXDefaultArgExprs in EmitLValue. Fixes PR5484. |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Douglas Gregor | If we attempt to add a constructor template specializat... |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Daniel Dunbar | Add static version of Preprocessor::getSpelling. |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Daniel Dunbar | Move CompilerInstance::set* methods out-of-line. |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Ted Kremenek | Move definition of GRExprEngine::ProcessEndPath() out... |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Mike Stump | Mangling support for typeinfo names. |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Douglas Gregor | Revert r88718, which does NOT solve the constructor... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Mike Stump | Handle descructor printing better. |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Douglas Gregor | Template argument deduction of a non-type template... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Douglas Gregor | A constructor template cannot be instantiated to a... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Mike Stump | Also track address points for primaries bases. |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Fariborz Jahanian | Code gen. For virtual destructor call on array objects |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Mike Stump | More VTT and constructor vtable testcases from recent... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Mike Stump | Add more testcase for construction vtables and VTTs. |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Mike Stump | Add some more VTT testcases. |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Eli Friedman | Obvious fix for PR5474. |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Fariborz Jahanian | Fixes a code gen. bug for array delete operator call |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Anders Carlsson | Clear temporaries in more places. |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Ted Kremenek | Remove test case's dependency on header file. |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Ted Kremenek | Add two new test cases for the Malloc/Free checker... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Ted Kremenek | Add test case that shows a leak we don't catch. |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Mike Stump | Add a testcase for the recent VTT work. |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Fariborz Jahanian | Code gen for arrady delete operator. Fixes pr5472. |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Anders Carlsson | Fix bug Doug noticed. |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Daniel Dunbar | Add test for expr.delete p5, with a FIXME. |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Devang Patel | Do not store DIDescriptor directly into a container... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Mike Stump | This falls into the category of stupid pet tricks.... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Ken Dyck | add missing slashes to separator line; also testing... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Ted Kremenek | Use 'eq' operator, and enable regular experimental... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Ted Kremenek | Add clang-cc option "--analyzer-experimental-internal... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Douglas Gregor | When performing copy initialization (= "implicit conver... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Douglas Gregor | When transforming an expression statement (e.g., for... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Daniel Dunbar | Add CompilerInstance utility functions for creating... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Anders Carlsson | Instead of storing CXXMethodDecls in the vtable builder... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Anders Carlsson | Don't bind arguments to temporaries if the argument... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Daniel Dunbar | Remove local splitLines reimplementation. |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Daniel Dunbar | Add output file list to CompilerInstance, so that it... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Daniel Dunbar | clang-cc: Move output file initialization closer to... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Daniel Dunbar | Simplify, in anticipation of introducing explicit actio... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Daniel Dunbar | Add CodeCompletion consumer to CompilerInvocation. |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Daniel Dunbar | Rework Sema code completion interface. |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Daniel Dunbar | Add CompilerInstance::createPCHExternalASTSource. |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Daniel Dunbar | Add CompilerInstance::has* methods for testing if the... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Daniel Dunbar | Add ASTContext to CompilerInstance. |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Zhongxing Xu | Malloc checker basically works now. |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Zhongxing Xu | Hook up Malloc checker. |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Zhongxing Xu | Check in a new interface of Checker, which will soon... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Zhongxing Xu | GRStateManager::CurrentStmt is not used. Remove it. |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Daniel Dunbar | Add CompilerInstance::createDiagnostics, and move clang... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Daniel Dunbar | Add a FIXME. |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Daniel Dunbar | Add Preprocessor to CompilerInstance, and move clang... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Daniel Dunbar | Wherein the TargetInfo argument to Preprocessor is... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Zhongxing Xu | Include header for printf. |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Rafael Espindola | Use StringRef::split instead of SplitString. |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Anders Carlsson | Add a special BuildVirtualCall that's going to be used... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Anders Carlsson | Fix two bugs with temporaries: |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Anders Carlsson | Move GlobalDecl to its own file. Also add DenseMapInfo... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Daniel Dunbar | Add {File,Source}Manager to CompilerInstance. |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Daniel Dunbar | Add CompilerInstance, and starting moving clang-cc... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Ted Kremenek | Only flush plist diagnostics once. |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Ted Kremenek | Fix recently introduced use-after-free error reported... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Mike Stump | Refine construction vtables; they don't include bits... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Mike Stump | Refine the construction vtables with respect to offsets... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Daniel Dunbar | Move input kind identification (-x) into FrontendOptions. |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Ted Kremenek | Pull static variable within function (for slightly... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Mike Stump | Allow the tracking of address points for construction... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Ted Kremenek | retain/release checker: refactor some of the summary... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Ted Kremenek | Add clang-cc option "-analyzer-experimental-checks... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Daniel Dunbar | Move -target-{triple,abi} options into FrontendOptions. |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Daniel Dunbar | Move code completion options to clang-cc |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Chris Lattner | add a fixme, inheriting from PointerIntPair is gross :) |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Daniel Dunbar | Move FixItAtLocations into FrontendOptions |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Daniel Dunbar | clang-cc: Keep Verbose option with HeaderSearchOptions... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Daniel Dunbar | Add FrontendOptions, and starting moving clang-cc to it. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Mike Stump | Refine which vtbl is refernced in VTTs. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Mike Stump | Refine offsets into vtables for the VTT. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Mike Stump | Refine vtable pointers for secondary vtables inside... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Douglas Gregor | We need the definition of NamedDecl in DeclContextInter... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Mike Stump | Fix the offset calculations for non-virtual bases with... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Fariborz Jahanian | Fix a code gen bug in i386-apple-darwin (objc fragile... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Daniel Dunbar | Spell empty StringRef correctly (0 is a null StringRef... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Douglas Gregor | Recognize (and check) pointer-to-member template argume... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Devang Patel | "Attach debug info with llvm instructions" mode was... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Devang Patel | Use getNameAsCString() instead of getName().data() |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Douglas Gregor | When instantiating a reference to a non-type template... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Chandler Carruth | Move CompileOptions -> CodeGenOptions, and sink it... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Anders Carlsson | Set CK_BaseToDerived in TryStaticDowncast. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Douglas Gregor | Give CanQual<T> an implicit conversion to bool, so... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Anders Carlsson | Add a CK_BaseToDerived cast kind. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Douglas Gregor | When comparing template parameter lists, distinguish... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Daniel Dunbar | Disallow FIX-ITs when generating code. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Douglas Gregor | Improve source-location information for implicitly... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Daniel Dunbar | clang-cc: Coalesce frontend options further. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Benjamin Kramer | Fix MSVC build. |
commit | commitdiff | tree | snapshot |
next |