]> granicus.if.org Git - clang/shortlog
clang
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...
2009-11-11 Daniel DunbarAllow Preprocessor to take ownership of the HeaderSearc...
2009-11-11 Daniel DunbarSink AttachDependencyFileGen into CreatePreprocessor.
2009-11-11 Daniel DunbarAdd DependencyOutputOptions to wrap -M... options,...
2009-11-11 Mike StumpFix ctor vtable name. WIP.
2009-11-11 Mike StumpPush ctor vtable construction down further. WIP.
2009-11-11 Ted KremenekRemove some stale ErrorNodes variables in GRExprEngine...
2009-11-11 Chandler CarruthAfter drinking caffeine, add the two files missing...
2009-11-11 Douglas GregorMove handling of template parameter packs out of the
2009-11-11 Douglas GregorRefactoring of template-argument checking code to reduc...
2009-11-11 Douglas GregorBefore checking a template template argument against...
2009-11-11 Chandler CarruthMove the ManagerRegistry to the Analysis library to...
2009-11-11 Devang PatelDo not eagerly set stop point for arguments. This misle...
2009-11-11 Fariborz JahanianValue initialize non-class array members in ctor's
2009-11-11 Ted KremenekSplit buffer overflow test case into two test cases...
2009-11-11 Douglas GregorInstantiation of template template parameters for neste...
2009-11-11 Douglas GregorFix speculative parsing of dependent template names in
2009-11-11 Zhongxing XuAdd undefined array subscript checker.
2009-11-11 Zhongxing XuRemove the old out-of-bound checking code.
2009-11-11 Zhongxing XuReimplement out-of-bound array access checker with...
2009-11-11 Zhongxing XuReturnPointerRangeChecker: use StripCasts() instead...
2009-11-11 Daniel DunbarSimplify.
2009-11-11 Daniel DunbarFix unsafe use of StringRef I introduced.
2009-11-11 Daniel DunbarAdd PreprocessorOutputOptions to CompilerInvocation...
2009-11-11 Daniel DunbarAdd PreprocessorOutputOptions, for things like -dM...
2009-11-11 Daniel DunbarSimplifiy target feature handling by coalescing all...
2009-11-11 Daniel DunbarMinor formatting tweaks.
2009-11-11 Daniel Dunbarclang-cc: Refactor some -fixit-at handling.
2009-11-11 Daniel DunbarAllow TextDiagnosticPrinter to have optional ownership...
2009-11-11 Daniel DunbarUpdate CMake.
2009-11-11 Daniel Dunbarclang-cc: Move InitializeAnalyzerOptions into Options.cpp
2009-11-11 Daniel Dunbarclang-cc: Start coalescing "frontend" options.
2009-11-11 Daniel Dunbarclang-cc: Move InitializeDiagnosticOptions to Options.cpp
2009-11-11 Daniel Dunbarclang-cc: Move HeaderSearchOptions to Options.cpp
2009-11-11 Daniel DunbarTurn LoggingDiagnosticClient into a more general Chaine...
2009-11-11 Daniel Dunbarclang-cc: Move InitializeLangOptions to Options.cpp.
2009-11-11 Daniel DunbarInline some trivial functions.
2009-11-11 Ted KremenekCastToStructChecker: use 'isStructureType()' instead...
2009-11-11 Ted KremenekFix display of "ANALYZE" statements in AnalysisConsumer...
2009-11-11 Daniel Dunbarclang-cc: Move InitializePreprocessorOptions to Options.cpp
2009-11-11 Ted KremenekRemove public headers for UndefinedArgChecker, AttrNonN...
next