]> granicus.if.org Git - clang/shortlog
clang
2011-02-15 Douglas GregorEmit in-class member function definitions that are...
2011-02-15 Argyrios KyrtzidisAllow resolving headers from a PCH even after headers...
2011-02-15 Fariborz JahanianRefactoring of code to issue warning on implemented
2011-02-15 Douglas GregorAdd missing CMake dependency
2011-02-15 Argyrios KyrtzidisFix the clang-wpa example.
2011-02-15 Argyrios KyrtzidisInitialize InlineCall in AnalyzerOptions.
2011-02-15 John McCallAssorted cleanup:
2011-02-15 Jeffrey YasskinAdd CMake support to the clang unittests.
2011-02-15 Argyrios Kyrtzidis[analyzer] Reflect changes for tablegen'ing the checkers.
2011-02-15 Argyrios Kyrtzidis[analyzer] Use the new registration mechanism on some...
2011-02-15 John McCallReturn a declaration to the parser when creating a...
2011-02-15 John McCallPerform zero-initialization of virtual base classes...
2011-02-15 Ted KremenekFix memory leak in CFGBuilder resulting from tracking...
2011-02-15 Ken DyckConvert RecordLayout::Alignment to CharUnits from bit...
2011-02-15 Ted KremenekIdempotentOperationChecker: don't repeatedly recompute...
2011-02-15 Fariborz JahanianWarn if method for a deprecated method is implemented.
2011-02-15 Chris Lattnerupdate for ConstantVector API change.
2011-02-14 Ted KremenekPut "incomplete implementation" warning under a flag.
2011-02-14 John McCallDon't crash on hierarchy static_casts which appear...
2011-02-14 John McCallChange the context correctly when instantiating a stati...
2011-02-14 Oscar FuentesAdd current binary and source directories to the header...
2011-02-14 Argyrios KyrtzidisAnger the CMake gods by updating 'clang.xcodeproj'.
2011-02-14 Argyrios KyrtzidisRemove left-over #include.
2011-02-14 John McCallProvide overload diagnostics when explicit casts involv...
2011-02-14 Chris Lattnerrevert my ConstantVector patch, it seems to have made...
2011-02-14 Argyrios Kyrtzidis[analyzer] Overhauling of the checker registration...
2011-02-14 Argyrios Kyrtzidis[analyzer] Remove ManagerRegistry which is not used...
2011-02-14 Argyrios Kyrtzidis[analyzer] Move include/clang/StaticAnalyzer/AnalysisCo...
2011-02-14 Argyrios Kyrtzidis[analyzer] Move Checkers/FrontendActions.cpp -> Fronten...
2011-02-14 Argyrios Kyrtzidis[analyzer] Introduce libclangStaticAnalyzerFrontend...
2011-02-14 Ted KremenekRemove dead code in IdempotentOperationChecker.
2011-02-14 Ted KremenekFix edge case where we don't cull warnings in Idempoten...
2011-02-14 Ted KremenekUse 'BitVector' instead of SmallPtrSet<CFGBlock*> in...
2011-02-14 Jeffrey YasskinAdd support for the builtins used in gcc 4.4's <cmath...
2011-02-14 Ted KremenekHandle 'UsingDirective' in CFGRecStmtDeclVisitor.
2011-02-14 Chris Lattnerupdate for ConstantVector::get API change.
2011-02-14 John McCallWhen parsing an out-of-line member function declaration...
2011-02-14 Chris Lattnerfix two broken links and some out of date writing,...
2011-02-14 Peter CollingbourneAdd missing file
2011-02-14 Peter CollingbourneOpenCL: add support for __kernel, kernel keywords and...
2011-02-14 Peter CollingbourneMove support for "#pragma STDC FP_CONTRACT" to Parser...
2011-02-14 Peter CollingbourneMake LexOnOffSwitch a Preprocessor member function
2011-02-13 Fariborz JahanianUse hasSameType in one more, hopefully, last place.
2011-02-13 Fariborz JahanianSome refactoring and using more modern APIs for
2011-02-13 John McCallGive some convenient idiomatic accessors to Stmt::child...
2011-02-13 John McCallLook through array types when deciding whether a field...
2011-02-12 Fariborz JahanianImplement objective-c++'s block pointer type matching...
2011-02-12 Ted KremenekTeach the IdempotentOperations checker to ignore proper...
2011-02-12 Argyrios KyrtzidisWhen reading the AST, delay loading of the redeclaratio...
2011-02-12 Ted KremenekUpdate static analyzer build to checker-255.
2011-02-12 Ted KremenekWeaken the ObjCSelfInitChecker to only warn when one...
2011-02-12 Ted KremenekAdd test case for <rdar://problem/6888289>.
2011-02-12 Ted Kremenekstatic analyzer: Also invalidate instance variables...
2011-02-12 Ted KremenekDon't emit a dead store for '++' operations unless...
2011-02-11 Jeffrey YasskinAdd CMake dependencies so that LLVM_USED_LIBS order...
2011-02-11 Ted KremenekDon't report dead stores on unreachable code paths...
2011-02-11 Zhanyong WanUses llvm::sys::path instead of hand-rolled algorithm...
2011-02-11 Ted KremenekAdd test case for PR 8646.
2011-02-11 Peter CollingbourneReject forbidden storage class specifiers in OpenCL...
2011-02-11 Ted KremenekRemove RegionStoreManager::evalBinOp(), which is now...
2011-02-11 Ted KremenekRename 'InvalidateRegions()' to 'invalidateRegions()'.
2011-02-11 Douglas GregorRename the operation that loads a preprocessed entity...
2011-02-11 Fariborz JahanianFix a block sema bug where result type of initializer
2011-02-11 Zhanyong WanImproves Clang's virtual file handling.
2011-02-11 Douglas GregorDon't compare llvm::Optional<> objects directly; compar...
2011-02-11 NAKAMURA TakumiInitHeaderSearch.cpp: [PR8298] Don't touch drive G...
2011-02-11 Ted KremenekAllow the 'Eng' entry in GRStateManager to be a (possib...
2011-02-11 Rafael EspindolaFor consistency, use llvm::raw_ostream in the rest...
2011-02-11 Ken DyckConvert RecordLayout::DataSize to CharUnits from bits...
2011-02-11 Ken DyckAdd a helper function, ASTContext::toBits(), that conve...
2011-02-11 Rafael EspindolaUse raw_ostream instead of raw_svector_ostream.
2011-02-11 Daniel Dunbarbuild/compiler-rt: Fake Clang into using the right...
2011-02-11 Douglas GregorEliminate a major performance problem with chained...
2011-02-11 Douglas GregorImplement AST/PCH chaining support for macro definition...
2011-02-10 Rafael EspindolaUse raw_svector_ostream in more places in the mangler.
2011-02-10 Matt Beaumont-GayAdd braces to quiet a gcc warning.
2011-02-10 Daniel DunbarFix think-o I committed without testing, shameful.
2011-02-10 Daniel DunbarFix a gcc Wuninitialized false positive.
2011-02-10 Douglas GregorWhen we're writing macro definitions to an AST/PCH...
2011-02-10 Argyrios KyrtzidisFor -Woverloaded-virtual take into account canonical...
2011-02-10 Daniel DunbarFix family-friendly-o, tsk tsk.
2011-02-10 Daniel DunbarIRgen: Fix an immediate-exit-from-fn style nit.
2011-02-10 Douglas GregorImplement two related optimizations that make de-serial...
2011-02-10 Roman DivackyAdjust the object files to be linked in when mcount...
2011-02-10 Roman DivackyAdd a testcase for the mcount profiling.
2011-02-10 Roman DivackyImplement mcount profiling, enabled via -pg.
2011-02-10 Ken DyckDrop the 'InBits' part from the name of RecordSizeInBit...
2011-02-10 Ken DyckEliminate some signed-to-unsigned comparision warnings...
2011-02-10 NAKAMURA TakumiCMake: LLVM_NO_RTTI must be obsolete now!
2011-02-10 John McCallMove the check that gives functions with unique-externa...
2011-02-10 Ted KremenekRun ~GRState() when reclaiming GRStates.
2011-02-10 Ted Kremenekstatic analyzer: Make GRStates reference counted, with...
2011-02-10 Ted KremenekAdd hack to CMakeLists.txt so that StaticAnalyzer libra...
2011-02-10 Ted KremenekSplit 'include/clang/StaticAnalyzer' into 'include...
2011-02-10 Devang PatelIf an aggregate is returned as 'sret' argument then...
2011-02-09 Ted KremenekUpdate clang-wpa to pass extra argument to AnalysisMana...
2011-02-09 Devang PatelAdd target triple.
2011-02-09 Fariborz JahanianFix scoping of method declarations and issue
2011-02-09 Peter CollingbourneParse: add support for parsing CUDA kernel calls
2011-02-09 Peter CollingbourneLexer: add CUDA kernel call tokens
next