]> granicus.if.org Git - clang/shortlog
clang
2011-02-28 Anders CarlssonAdd -fcxx-exceptions to all tests that use C++ exceptions.
2011-02-28 Anders CarlssonGet rid of the areExceptionsEnabled() getter from LangO...
2011-02-28 Chris LattnerFirst tiny step to implementing PR9322: build infrastru...
2011-02-28 Chris LattnerAdd some helper methods that will be used in my next...
2011-02-28 Chris Lattnertidy up
2011-02-28 Chris Lattneradd a const version of this accessor.
2011-02-28 Douglas GregorWhen we encounter a dependent template name within a
2011-02-27 Chris LattnerChange the interface to ConstantFoldsToSimpleInteger...
2011-02-27 Douglas GregorEliminate a silly little Parse/Sema dance when parsing...
2011-02-27 Benjamin KramerFix an obvious typo.
2011-02-27 Oscar FuentesCMake: updated list of installable header files. PR9321.
2011-02-27 Frits van BommelFix this test case for CMake builds after r126502,...
2011-02-26 Daniel Dunbarcc1: Fix stats printing by default when using -mllvm...
2011-02-26 Sean HuntImplement delegating constructors partially.
2011-02-26 John McCallDon't assume that whoever is asking for a message send...
2011-02-26 John McCallZero-initialize the struct-return slot of an Objective...
2011-02-26 John McCallA much-delayed response to Ken Dyck's review: make...
2011-02-26 John McCallDon't crash during constant-evaluation of 1/(1/0)....
2011-02-26 John McCallPretty up the emission of field l-values and use volati...
2011-02-26 John McCallProvide a bit saying that a builtin undergoes custom...
2011-02-26 Fariborz JahanianFix objc rewriting bug casting to qualified objective...
2011-02-26 Fariborz JahanianFix a rewriter bug involving call to property's
2011-02-25 Matt Beaumont-GayASTStmtReader is already a friend of DependentScopeDecl...
2011-02-25 Ted KremenekUpdate test cases.
2011-02-25 Ted KremenekTidy up help text in Checkers.td, and rename StackAddrL...
2011-02-25 Ted KremenekEnhance scan-build to print out available analyses...
2011-02-25 Daniel DunbarDriver: Attmpt to fix some possibly UB that MSVC doesn...
2011-02-25 Fariborz JahanianSprinkle optional text of the "unavailable' attribute
2011-02-25 Douglas GregorPush nested-name-specifier source location information...
2011-02-25 Chandler CarruthClean up some gross code in the printer here. No more...
2011-02-25 Chandler CarruthRemove the FIXME I introduced last night, and pull...
2011-02-25 Douglas GregorCMake: add version information into the clang executabl...
2011-02-25 Matt Beaumont-Gays/clang-cc1/clang_cc1
2011-02-25 Fariborz JahanianPrint optional message for attr(unavailable) in C+...
2011-02-25 Douglas GregorPush nested-name-specifier source-location information...
2011-02-25 Fariborz JahanianTeach objc-rewriter to pass -fobjc-exceptions along.
2011-02-25 Douglas GregorPush nested-name-specifier source location information...
2011-02-25 Douglas GregorMake sure to give CXXScopeSpec::SetInvalid() a valid...
2011-02-25 Douglas GregorPush nested-name-specifier source location information...
2011-02-25 Douglas GregorDirect testing of source-location information on using...
2011-02-25 Douglas GregorSwitch a few CXXScopeSpec::MakeTrivial() calls over...
2011-02-25 Douglas GregorMaintain nested-name-specifier source-location informat...
2011-02-25 Peter CollingbourneRename test/Sema/expr-comma-c89.c to expr-comma-c99...
2011-02-25 Chandler CarruthRough fix for PR9323 that prevents Clang from marking...
2011-02-25 Chandler CarruthGive this warning a flag that can be used to turn it...
2011-02-25 Chandler CarruthAdd support for ArchLinux, patch by Kevin Winchester.
2011-02-25 John McCallFormatting, etc.
2011-02-25 John McCallTame an assert; the scope depth of a jump destination...
2011-02-25 Douglas GregorUse NestedNameSpecifierLoc within out-of-line variables...
2011-02-25 Ted KremenekTeach TextDiagnosticPrinter to print out '-Werror'...
2011-02-25 Douglas GregorNth time's a charm?
2011-02-25 Douglas GregorCMake target check.deps only exists when LLVM_INCLUDE_TESTS
2011-02-25 Douglas GregorUpdate UsingDecl, UnresolvedUsingTypenameDecl, and
2011-02-25 Douglas GregorLLVM_INCLUDE_TESTS applies to unit tests, not the norma...
2011-02-25 Douglas GregorDon't include Clang's unit tests if LLVM's unit tests...
2011-02-25 Argyrios KyrtzidisIntoduce '-analyzer-checker-help' flag which outputs...
2011-02-25 Chandler CarruthFix the rest of PR9316 along with some other bugs spott...
2011-02-24 Ted KremenekDon't warn about using PredefinedExprs as format string...
2011-02-24 Argyrios Kyrtzidis[analyzer] Remove '-analyzer-experimental-internal...
2011-02-24 Argyrios Kyrtzidis[analyzer] Allow a checker to be hidden even if its...
2011-02-24 Argyrios Kyrtzidis[analyzer] Migrate CastSizeChecker to CheckerV2.
2011-02-24 Fariborz JahanianFix a rewrite bug. // rdar://9039342
2011-02-24 Rafael EspindolaUse private linkage to avoid symbol conflicts in corner...
2011-02-24 Chandler CarruthLikely fix for PR9316 and other unknown bugs: don't...
2011-02-24 Douglas GregorRetain complete source-location information for C++
2011-02-24 Chandler CarruthSimplify messages as requested by Chris.
2011-02-24 Axel NaumannFrom Vassil Vassilev:
2011-02-24 Daniel DunbarRevert "Use CharUnits values for Size and DataSize...
2011-02-24 Argyrios KyrtzidisAllow passing a list of comma separated checker names...
2011-02-24 Argyrios Kyrtzidis[analyzer] Migrate ArrayBoundChecker to CheckerV2.
2011-02-24 Argyrios Kyrtzidis[analyzer] Don't pass a GRState to CheckerManager:...
2011-02-24 Argyrios Kyrtzidis[analyzer] Migrate ReturnPointerRangeChecker to CheckerV2.
2011-02-24 Chris Lattnercompute the integer width, not the memory width here...
2011-02-24 Chris LattnerReimplement DefineTypeSize in terms of APInt. This...
2011-02-24 Chris Lattnerrework processing of unavailable and deprecated attribu...
2011-02-24 Ted KremenekFix tiny error in CFG construction for BinaryConditiona...
2011-02-24 Chandler CarruthTweak this test a bit further to make it easier on...
2011-02-24 Douglas GregorTest case for previous commit
2011-02-24 Douglas GregorTeach NestedNameSpecifier to keep track of namespace...
2011-02-24 Ken DyckUse CharUnits values for Size and DataSize outside...
2011-02-24 Ken DyckUse Context.getCharWidth() in place of literal '8's...
2011-02-24 Ken DyckMake the Size and DataSize members more CharUnits-frien...
2011-02-24 Argyrios Kyrtzidis[analyzer] Remove unused functions from CheckerManager.
2011-02-24 Argyrios Kyrtzidis[analyzer] Migrate StreamChecker to CheckerV2.
2011-02-24 Argyrios Kyrtzidis[analyzer] Migrate CStringChecker to CheckerV2.
2011-02-24 Douglas GregorTweak the CXXScopeSpec API a bit, so that we require the
2011-02-24 Douglas GregorTeach CXXScopeSpec to handle the extension of a nested...
2011-02-24 Chandler CarruthHandle value dependent LHS as well as RHS. Test both...
2011-02-23 Chandler CarruthClean up the CMake test execution by nuking this direct...
2011-02-23 Chandler CarruthImplement a warning for known shift overflows on consta...
2011-02-23 Ted KremenekFix bogus -Warray-bounds warning involving 'array[true...
2011-02-23 Nick LewyckyPreserve what the user passed to -include when emitting...
2011-02-23 Argyrios Kyrtzidis[analyzer] Migrate StackAddrLeakChecker to CheckerV2.
2011-02-23 Argyrios Kyrtzidis[analyzer] Refactor EndOfFunctionNodeBuilder.
2011-02-23 Argyrios Kyrtzidis[analyzer] Migrate IdempotentOperationChecker to CheckerV2.
2011-02-23 Matt Beaumont-Gayfix typo in *all* of the test cases
2011-02-23 Matt Beaumont-Gayfix typo in test too
2011-02-23 Argyrios Kyrtzidis[analyzer] const goodness.
2011-02-23 Argyrios Kyrtzidis[analyzer] Rename runPathSensitiveCheckers -> expandGra...
2011-02-23 Argyrios Kyrtzidis[analyzer] Migrate ChrootChecker to CheckerV2.
next