]> granicus.if.org Git - clang/shortlog
clang
2009-11-13 Mike StumpMore VTT and constructor vtable testcases from recent...
2009-11-13 Mike StumpAdd more testcase for construction vtables and VTTs.
2009-11-13 Mike StumpAdd some more VTT testcases.
2009-11-13 Eli FriedmanObvious fix for PR5474.
2009-11-13 Fariborz JahanianFixes a code gen. bug for array delete operator call
2009-11-13 Anders CarlssonClear temporaries in more places.
2009-11-13 Ted KremenekRemove test case's dependency on header file.
2009-11-13 Ted KremenekAdd two new test cases for the Malloc/Free checker...
2009-11-13 Ted KremenekAdd test case that shows a leak we don't catch.
2009-11-13 Mike StumpAdd a testcase for the recent VTT work.
2009-11-13 Fariborz JahanianCode gen for arrady delete operator. Fixes pr5472.
2009-11-13 Anders CarlssonFix bug Doug noticed.
2009-11-13 Daniel DunbarAdd test for expr.delete p5, with a FIXME.
2009-11-13 Devang PatelDo not store DIDescriptor directly into a container...
2009-11-13 Mike StumpThis falls into the category of stupid pet tricks....
2009-11-13 Ken Dyckadd missing slashes to separator line; also testing...
2009-11-13 Ted KremenekUse 'eq' operator, and enable regular experimental...
2009-11-13 Ted KremenekAdd clang-cc option "--analyzer-experimental-internal...
2009-11-13 Douglas GregorWhen performing copy initialization (= "implicit conver...
2009-11-13 Douglas GregorWhen transforming an expression statement (e.g., for...
2009-11-13 Daniel DunbarAdd CompilerInstance utility functions for creating...
2009-11-13 Anders CarlssonInstead of storing CXXMethodDecls in the vtable builder...
2009-11-13 Anders CarlssonDon't bind arguments to temporaries if the argument...
2009-11-13 Daniel DunbarRemove local splitLines reimplementation.
2009-11-13 Daniel DunbarAdd output file list to CompilerInstance, so that it...
2009-11-13 Daniel Dunbarclang-cc: Move output file initialization closer to...
2009-11-13 Daniel DunbarSimplify, in anticipation of introducing explicit actio...
2009-11-13 Daniel DunbarAdd CodeCompletion consumer to CompilerInvocation.
2009-11-13 Daniel DunbarRework Sema code completion interface.
2009-11-13 Daniel DunbarAdd CompilerInstance::createPCHExternalASTSource.
2009-11-13 Daniel DunbarAdd CompilerInstance::has* methods for testing if the...
2009-11-13 Daniel DunbarAdd ASTContext to CompilerInstance.
2009-11-13 Zhongxing XuMalloc checker basically works now.
2009-11-13 Zhongxing XuHook up Malloc checker.
2009-11-13 Zhongxing XuCheck in a new interface of Checker, which will soon...
2009-11-13 Zhongxing XuGRStateManager::CurrentStmt is not used. Remove it.
2009-11-13 Daniel DunbarAdd CompilerInstance::createDiagnostics, and move clang...
2009-11-13 Daniel DunbarAdd a FIXME.
2009-11-13 Daniel DunbarAdd Preprocessor to CompilerInstance, and move clang...
2009-11-13 Daniel DunbarWherein the TargetInfo argument to Preprocessor is...
2009-11-13 Zhongxing XuInclude header for printf.
2009-11-13 Rafael EspindolaUse StringRef::split instead of SplitString.
2009-11-13 Anders CarlssonAdd a special BuildVirtualCall that's going to be used...
2009-11-13 Anders CarlssonFix two bugs with temporaries:
2009-11-13 Anders CarlssonMove GlobalDecl to its own file. Also add DenseMapInfo...
2009-11-13 Daniel DunbarAdd {File,Source}Manager to CompilerInstance.
2009-11-13 Daniel DunbarAdd CompilerInstance, and starting moving clang-cc...
2009-11-13 Ted KremenekOnly flush plist diagnostics once.
2009-11-13 Ted KremenekFix recently introduced use-after-free error reported...
2009-11-13 Mike StumpRefine construction vtables; they don't include bits...
2009-11-13 Mike StumpRefine the construction vtables with respect to offsets...
2009-11-13 Daniel DunbarMove input kind identification (-x) into FrontendOptions.
2009-11-13 Ted KremenekPull static variable within function (for slightly...
2009-11-13 Mike StumpAllow the tracking of address points for construction...
2009-11-13 Ted Kremenekretain/release checker: refactor some of the summary...
2009-11-13 Ted KremenekAdd clang-cc option "-analyzer-experimental-checks...
2009-11-13 Daniel DunbarMove -target-{triple,abi} options into FrontendOptions.
2009-11-13 Daniel DunbarMove code completion options to clang-cc
2009-11-13 Chris Lattneradd a fixme, inheriting from PointerIntPair is gross :)
2009-11-12 Daniel DunbarMove FixItAtLocations into FrontendOptions
2009-11-12 Daniel Dunbarclang-cc: Keep Verbose option with HeaderSearchOptions...
2009-11-12 Daniel DunbarAdd FrontendOptions, and starting moving clang-cc to it.
2009-11-12 Mike StumpRefine which vtbl is refernced in VTTs.
2009-11-12 Mike StumpRefine offsets into vtables for the VTT.
2009-11-12 Mike StumpRefine vtable pointers for secondary vtables inside...
2009-11-12 Douglas GregorWe need the definition of NamedDecl in DeclContextInter...
2009-11-12 Mike StumpFix the offset calculations for non-virtual bases with...
2009-11-12 Fariborz JahanianFix a code gen bug in i386-apple-darwin (objc fragile...
2009-11-12 Daniel DunbarSpell empty StringRef correctly (0 is a null StringRef...
2009-11-12 Douglas GregorRecognize (and check) pointer-to-member template argume...
2009-11-12 Devang Patel "Attach debug info with llvm instructions" mode was...
2009-11-12 Devang PatelUse getNameAsCString() instead of getName().data()
2009-11-12 Douglas GregorWhen instantiating a reference to a non-type template...
2009-11-12 Chandler CarruthMove CompileOptions -> CodeGenOptions, and sink it...
2009-11-12 Anders CarlssonSet CK_BaseToDerived in TryStaticDowncast.
2009-11-12 Douglas GregorGive CanQual<T> an implicit conversion to bool, so...
2009-11-12 Anders CarlssonAdd a CK_BaseToDerived cast kind.
2009-11-12 Douglas GregorWhen comparing template parameter lists, distinguish...
2009-11-12 Daniel DunbarDisallow FIX-ITs when generating code.
2009-11-12 Douglas GregorImprove source-location information for implicitly...
2009-11-12 Daniel Dunbarclang-cc: Coalesce frontend options further.
2009-11-12 Benjamin KramerFix MSVC build.
2009-11-12 Zhongxing Xuupdate CMakefile
2009-11-12 Zhongxing XuAdd boilerplate logic for a malloc/free checker.
2009-11-12 Chris LattnerGeneralize stdint.h for non-8-bit-multiple types, patch by
2009-11-12 Chris Lattnerdo not store wchar/char16/char32/intmax width/alignment...
2009-11-12 Daniel DunbarMove warning options into DiagnosticOptions.
2009-11-12 Daniel DunbarAvoid comparing string literals.
2009-11-12 Daniel DunbarMove dump-build-information option into DiagnosticOptions.
2009-11-12 Daniel Dunbarclang-cc: Factor CreateDiagnosticEngine out of main.
2009-11-12 Daniel Dunbarclang-cc: -fixit is actually option, not an action...
2009-11-12 Daniel DunbarSimplify.
2009-11-12 Ted KremenekPthreadLockChecker doesn't need PreVisitCallExpr()...
2009-11-12 Ted KremenekAdd most of the boilerplate logic for a simple pthread_...
2009-11-12 Ted KremenekRemove obsolete 'struct NullDerefTag'.
2009-11-12 Rafael EspindolaUse the --with-c-include-dirs configure option.
2009-11-12 Ted KremenekEnhance Checker class (and GRExprEngine) to support...
2009-11-12 Ted KremenekRemove GRExprEngine::EvalCall(). It had a single calls...
2009-11-12 John McCallRandom const correctness, and incidentally use computeD...
2009-11-12 Daniel DunbarMove TokenCache option to PreprocessorOptions.
next