]> granicus.if.org Git - clang/shortlog
clang
2011-02-16 Chandler Carruth3000 Sema diagnostics should be enough for anyone.
2011-02-16 Douglas GregorFix a thinko with llvm::Optional, which is clearly...
2011-02-16 Douglas GregorTeach the CXCodeCompleteResults results structure,...
2011-02-16 Devang PatelIf preprocessed token introduced empty filename then...
2011-02-16 Douglas GregorImprove the invalidation logic for the cache of global...
2011-02-16 Douglas GregorTeach PPChainedCallbacks to forward the InclusionDirect...
2011-02-16 Argyrios KyrtzidisWarning -> ExtWarn
2011-02-16 John McCallRemove this FIXME; clear up an unused variable; style.
2011-02-16 John McCallSave a copy expression for non-trivial copy constructio...
2011-02-16 Zhanyong WanAdds a CMake target for the Basic lib's unit tests...
2011-02-16 Zhanyong WanImproves CMakeLists.txt for Clang's unit tests: make...
2011-02-16 Ted KremenekTweak -Warray-bounds diagnostics based on feedback...
2011-02-16 NAKAMURA TakumiCMake: Tweak for Visual Studio 10 quirk at clang-standa...
2011-02-16 NAKAMURA Takumitest/CMakeLists.txt: Don't depend on llvm toolchain...
2011-02-16 Nick LewyckyRevert r125642. This broke the build? It should be...
2011-02-16 Francois Pichettest/PCH/headersearch.cpp fails on Win32. Not trivial...
2011-02-16 Ken DyckConvert the UnpackedAlignment field to CharUnits from...
2011-02-16 Nick LewyckyDon't use "../foo" to return to the current directory.
2011-02-16 Ken DyckConvert Alignment member to CharUnits from bits. No...
2011-02-16 Ted KremenekAdd trivial buffer overflow checking in Sema.
2011-02-16 Ken DyckConvert NonVirtualSize to CharUnits from bits. No chang...
2011-02-16 Ken DyckConvert NonVirtualAlignment to CharUnits. No change...
2011-02-16 Argyrios Kyrtzidis[analyzer] AnalyzerFrontend is dependent on AnalyzerChe...
2011-02-16 Argyrios Kyrtzidis[analyzer] Use the new registration mechanism on the...
2011-02-16 Douglas GregorWhen searching for visible declarations (e.g., for...
2011-02-16 Devang PatelSimplify test to check an aggregate argument that has...
2011-02-16 Douglas GregorWhen trying to provide a code completion item for a...
2011-02-16 John McCallDon't call objc_read_weak as part of emitting a block...
2011-02-16 Fariborz JahanianCheck for deprecated implementation unconditionally.
2011-02-16 Fariborz JahanianFix typo (per Chris's comment).
2011-02-15 Argyrios KyrtzidisWarn for missing terminating " or ' instead of error...
2011-02-15 Devang PatelOnly c++ class arguments with non trivial constructor...
2011-02-15 Argyrios Kyrtzidis[analyzer] Use the new registration mechanism on some...
2011-02-15 Argyrios Kyrtzidis[analyzer] Use the new registration mechanism on the...
2011-02-15 John McCallHandle delayed access in local declarations. PR9229.
2011-02-15 Douglas GregorTeach code completion to cope with block types written...
2011-02-15 Rafael EspindolaAdd a hack to avoid adding '\01' to asm names when...
2011-02-15 John McCallRefactor CGRecordLayoutBuilder to use CharUnits more...
2011-02-15 Douglas GregorImplement a special code-completion pattern for "IBActi...
2011-02-15 Rafael EspindolaFix the distro name.
2011-02-15 Zhanyong WanMoves FileManagerTest.cpp to unittests/Basic such that...
2011-02-15 Argyrios Kyrtzidis[analyzer] Remove ObjCSelfInitCheck from AnalyzerOptions.
2011-02-15 Argyrios Kyrtzidis[analyzer] Use the new registration mechanism on some...
2011-02-15 Rafael EspindolaFix include paths on 32 bit ubuntu 10.10.
2011-02-15 Douglas GregorWhen code-completing within a list of declaration speci...
2011-02-15 Peter CollingbourneOpenCL: standardise naming of test cases
2011-02-15 Peter CollingbourneSerialization/deserialization support for floating...
2011-02-15 Peter CollingbourneOpenCL: semantic analysis support for cl_khr_fp64 extension
2011-02-15 Douglas GregorWhen we encounter an Objective-C class name in an expre...
2011-02-15 Fariborz JahanianIn -fapple-kext mode, global object construction code
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.
next