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 |
2009-11-12 |
Zhongxing Xu | update CMakefile |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Zhongxing Xu | Add boilerplate logic for a malloc/free checker. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Chris Lattner | Generalize stdint.h for non-8-bit-multiple types, patch by |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Chris Lattner | do not store wchar/char16/char32/intmax width/alignment... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Daniel Dunbar | Move warning options into DiagnosticOptions. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Daniel Dunbar | Avoid comparing string literals. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Daniel Dunbar | Move dump-build-information option into DiagnosticOptions. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Daniel Dunbar | clang-cc: Factor CreateDiagnosticEngine out of main. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Daniel Dunbar | clang-cc: -fixit is actually option, not an action... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Daniel Dunbar | Simplify. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Ted Kremenek | PthreadLockChecker doesn't need PreVisitCallExpr()... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Ted Kremenek | Add most of the boilerplate logic for a simple pthread_... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Ted Kremenek | Remove obsolete 'struct NullDerefTag'. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Rafael Espindola | Use the --with-c-include-dirs configure option. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Ted Kremenek | Enhance Checker class (and GRExprEngine) to support... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Ted Kremenek | Remove GRExprEngine::EvalCall(). It had a single calls... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
John McCall | Random const correctness, and incidentally use computeD... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Daniel Dunbar | Move TokenCache option to PreprocessorOptions. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Daniel Dunbar | Switch PTHManager to using diagnostics for most errors. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Daniel Dunbar | Simplify. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Daniel Dunbar | clang-cc: Refactor ParseInputFollow to clearly split... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Daniel Dunbar | clang-cc: Factor ReadPCHFile out of ProcessInputFile. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Daniel Dunbar | Simplify. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Daniel Dunbar | clang-cc: Unify InitializeSourceManager calls. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Zhongxing Xu | Make StoreManager::getSizeInElements() always return... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
John McCall | Note to self: don't leave debugging statements in... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Daniel Dunbar | clang-cc: Move non-Consumer action handling to common... |
commit | commitdiff | tree | snapshot |
next |