]> granicus.if.org Git - clang/shortlog
clang
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.
2009-11-10 Dan GohmanUse #include <stdio.h> when using fprintf and stderr.
2009-11-10 Daniel Dunbarclang-cc: Start moving "pure" option handling to Option...
2009-11-10 Daniel Dunbarclang-cc: Sink more options inside codegenopts namespace.
2009-11-10 Daniel DunbarChange LangOpts initialization to directly test the...
2009-11-10 Douglas GregorImprove parsing of template arguments to lay the founda...
2009-11-10 Fariborz JahanianChanged a variable name to match what it represents
2009-11-10 Fariborz JahanianThis patch implements Code gen. for destruction of
2009-11-10 Ted KremenekCIndex: Only display diagnostics to llvm::errs() when...
2009-11-10 Mike StumpOnly generate a VTT for classes that need a VTT.
2009-11-10 Daniel DunbarDriver: Run 'clang' in C++ mode based on the name it...
2009-11-10 Daniel DunbarFactor out parts of InitializeCompileOptions that depen...
2009-11-10 Daniel DunbarLocalize -disable-llvm-optzns handling to BackendConsum...
2009-11-10 Daniel Dunbarclang-cc: Start sinking (CodeGen) options into namespac...
2009-11-10 Daniel DunbarCleanup some clang-cc FIXMEs
2009-11-10 Daniel DunbarAdd CompileOptions to CompilerInvocation.
2009-11-10 John McCallFix a similar problem with qualified lookup through...
2009-11-10 John McCallMake a somewhat more convincing test case for unqualifi...
2009-11-10 Zhongxing XuIgnore parentheses when check the type of the expr.
2009-11-10 John McCallSimple test case for [basic.lookup.udir].
2009-11-10 Zhongxing XuSizeofPointerChecker: Many false positives have the...
2009-11-10 Mike StumpAdd vtable caching to prevent multiple vtables for...
2009-11-10 John McCallFix unqualified lookup through using directives.
2009-11-10 Anders CarlssonWhen trying to assign a regular string literal to an...
2009-11-10 Anders CarlssonDon't try to emit null fixit hints.
2009-11-10 Zhongxing XuNow we can safely use the argument expression's source...
2009-11-10 Zhongxing XuSizeofPointerChecker: If an explicit type specifier...
2009-11-10 Anders CarlssonUse PP.getLocForEndOfToken as suggested by John.
2009-11-10 Zhongxing XuUse the source range of the whole sizeof expression...
2009-11-10 Anders CarlssonIf a function with a default argument is redefined...
2009-11-10 Anders CarlssonUpdate xode project.
2009-11-10 Zhongxing XuAdd test case for PointerSubChecker.
2009-11-10 Zhongxing XuRefine PointerSubChecker: compare the base region inste...
2009-11-10 Mike StumpBe sure to clear out VCall when we clear out VCalls.
2009-11-10 Zhongxing XuRename: StripCasts describes what it does better.
2009-11-10 Mike StumpFinish off mangling for the VTT.
2009-11-10 Mike StumpAdd mangling for the construction vtable.
2009-11-10 Jeffrey YasskinFix clang's use of DenseMap iterators after r86636...
2009-11-10 Daniel DunbarSimplify, following MemoryBuffer::getSTDIN API fix.
2009-11-10 Daniel DunbarSwitch to getFileOrSTDIN().
2009-11-10 Daniel DunbarRemove some if-0'd code, we can resurrect this if we...
2009-11-10 Douglas GregorMove all of the type-printing logic to its own C++...
2009-11-09 Daniel DunbarAdd PreprocessorOptions to CompilerInvocation.
next