]> granicus.if.org Git - clang/shortlog
clang
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...
2009-11-11 Daniel Dunbarclang-cc: Simplify this code, now that predefines handl...
2009-11-11 Daniel DunbarRedo how PCH handles its implicit include. Instead...
2009-11-11 Daniel DunbarMore StringRef simplification to PCHValidator::ReadPred...
2009-11-11 Daniel DunbarAnd now a test fix in +Asserts mode, which I broke.
2009-11-11 Daniel DunbarFix some tests in -Asserts mode.
2009-11-11 Daniel DunbarRewrite splitLines using StringRef; this is much simple...
2009-11-11 Ted KremenekRefactor DereferenceChecker to use only the new Checker...
2009-11-11 John McCallPreserve source locations when building offsetof expres...
2009-11-11 Mike StumpMore VTT work. We now track offsets and use the ctor...
2009-11-11 Mike StumpFixup spacing.
2009-11-11 John McCallApparently the following idiom is specifically encouraged:
2009-11-11 Fariborz JahanianAvoid generating additional destructor(s) for initializ...
2009-11-11 Douglas GregorIntroduce a new representation for template template
2009-11-11 Daniel DunbarRecognize -fsyntax-only as a "consumer only" action.
2009-11-11 Daniel DunbarStringRefify some PCH interfaces.
2009-11-11 Daniel DunbarReplace startsWith functions with StringRef.
2009-11-11 Mike StumpStub out most of the VTT building code. WIP.
2009-11-11 John McCallCreate a new Scope when parsing a declaration with...
2009-11-10 Daniel DunbarAdd Diagnostic::Report method for reporting diagnostics...
2009-11-10 Daniel DunbarPreprocessorOptions: Get rid of unnecessary 'isPTH...
2009-11-10 Fariborz JahanianDiagnose illegally typed operator new/new[].
2009-11-10 Devang PatelAttach location info with llvm.dbg.declare.
2009-11-10 Ted KremenekAdd FIXIT hint for -Wsemicolon-before-method-body
2009-11-10 Eli FriedmanRevert r86741; it doesn't handle virtual bases correctly.
2009-11-10 Eli FriedmanMinor optimization to skip null check in generated...
2009-11-10 Eli FriedmanFix for PR5454: make sure to use the right block as...
2009-11-10 Ted KremenekShuffle order of warning declarations (alphabetize).
2009-11-10 Ted KremenekMake -Wsemicolon-before-method-body opt-in (and part...
2009-11-10 Daniel DunbarDecouple more of clang-cc by moving ImplicitP[CT]H...
2009-11-10 Ted KremenekUpdate CMake file.
2009-11-10 Benjamin KramerAdd newline at EOF.
2009-11-10 Benjamin KramerSilence warning.
next