]> granicus.if.org Git - clang/shortlog
clang
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.
2009-11-12 Daniel DunbarSwitch PTHManager to using diagnostics for most errors.
2009-11-12 Daniel DunbarSimplify.
2009-11-12 Daniel Dunbarclang-cc: Refactor ParseInputFollow to clearly split...
2009-11-12 Daniel Dunbarclang-cc: Factor ReadPCHFile out of ProcessInputFile.
2009-11-12 Daniel DunbarSimplify.
2009-11-12 Daniel Dunbarclang-cc: Unify InitializeSourceManager calls.
2009-11-12 Zhongxing XuMake StoreManager::getSizeInElements() always return...
2009-11-12 John McCallNote to self: don't leave debugging statements in...
2009-11-12 Daniel Dunbarclang-cc: Move non-Consumer action handling to common...
2009-11-12 Daniel DunbarFix PCH/preprocess test to be more useful, and unbreak...
2009-11-12 Devang PatelDo not use StringRef while using DebugInfo interface.
2009-11-12 Douglas GregorImprove recovery in a wonky case where one tries to...
2009-11-12 Daniel DunbarFix Makefile dependency bug with out-of-dir builds.
2009-11-12 Daniel DunbarFix test portability.
2009-11-12 Daniel DunbarTweak AnalyzerOptions for consistency, and make sure...
2009-11-12 Daniel DunbarTweak formatting.
2009-11-12 Daniel DunbarMove AnalyzerOptions into CompilerInvocation.
2009-11-12 John McCallAdd <foo> = [<bar> nextObject] to the -Widiomatic-paren...
2009-11-12 Douglas GregorRemove an overly-eager assertion when replacing tokens...
2009-11-11 Daniel DunbarTweak PCH -include handling to make sure it matches...
2009-11-11 John ThompsonFix clang executable path for Windows
2009-11-11 Douglas GregorTemplate argument deduction for template template param...
2009-11-11 John McCallFix PR 5422: handle lvalue results when evaluating...
2009-11-11 Fariborz JahanianMake test more platform independent.
2009-11-11 Fariborz JahanianMake test more platform independent (per Sebastian...
2009-11-11 Fariborz Jahanianwritable atomic property's setter/getter must be in...
2009-11-11 Douglas GregorImprove diagnostics when a default template argument...
2009-11-11 Daniel DunbarAlways initialize the header search object as part...
next