]> granicus.if.org Git - clang/shortlog
clang
2012-05-02 Kaelyn UhrainTry harder to recognize hidden tag type names in potent...
2012-05-02 Anna Zaks[analyzer] Fix an assertion failure triggered by the...
2012-05-02 Anna Zaks[analyzer] Fix the 'ptr = ptr' false negative in the...
2012-05-01 Andrew TrickRevert "Fix RecursiveASTVisitor's data recursion to...
2012-05-01 Douglas GregorEliminate Sema::CompareMethodParamsInBaseAndSuper(...
2012-05-01 Douglas GregorThe semantic checking that verifies whether an Objectiv...
2012-05-01 Eli FriedmanAdd a missing RequireCompleteType call when synthesizin...
2012-05-01 Argyrios KyrtzidisUtilize getLocStart()/getLocEnd() on my recent change.
2012-05-01 Richard SmithFix RecursiveASTVisitor's data recursion to call the...
2012-05-01 Ted KremenekTeach SValBuilder to handle casts of symbolic pointer...
2012-05-01 Patrick BeardClean up changes suggested by Douglas Gregor:
2012-05-01 David BlaikieFix test cases broken by 155936.
2012-05-01 Anna Zaks[analyzer] Test case reported for a reported false...
2012-05-01 Anna Zaks[analyzer] Construct a SymExpr even when the constraint...
2012-05-01 Rafael EspindolaExtend the error about incompatible visibility attribut...
2012-05-01 Douglas GregorWe don't need a lengthy quote from the wrong standard.
2012-05-01 Douglas GregorAdd test cases for r155935.
2012-05-01 Douglas GregorRevert r155933
2012-05-01 David BlaikieWorkaround a miscompile in 483.xalancbmk while we figur...
2012-05-01 John McCallDuring block layout, after padding up to the max field...
2012-05-01 Patrick BeardDiagnostics should start with a lower-case letter.
2012-05-01 Douglas GregorIn C++11 mode, implement the C++11 semantics for
2012-05-01 Douglas GregorFix CMake build
2012-05-01 John McCallTest verified.
2012-05-01 Chad RosierSpacing.
2012-05-01 David BlaikieImplement simplify_type traits for redecl_iterator.
2012-05-01 David BlaikieRemove variables made dead by r155923
2012-05-01 Chad RosierGet rid of storelv4si builtin as it can be expressed...
2012-05-01 Ted KremenekRemove dead code found by static analyzer.
2012-05-01 Ted KremenekPush variable declaration into nested scope (the only...
2012-05-01 Fariborz Jahanianmodern objective-c translation of private ivars.
2012-05-01 John McCallRestructure some of the member-pointer tests, implicitly
2012-05-01 James MolloyUnify Options.td and CC1Options.td, in a first step...
2012-05-01 Benjamin KramerMake some helper functions static.
2012-05-01 NAKAMURA Takumiclang/test/CodeGenCXX: Fix two tests, destructors.cpp...
2012-05-01 NAKAMURA Takumiclang/test/Rewriter: Remove XFAIL and add -U__declspec...
2012-05-01 NAKAMURA Takumiclang/test/Rewriter/rewrite-modern-extern-c-func-decl...
2012-05-01 John McCallAdd a disclaimer to the new test, plus a user-declared...
2012-05-01 John McCallAdd support for laying out vtordisps according to our...
2012-05-01 Abramo BagnaraFix compilation with mingw-w64.
2012-05-01 Craig TopperEnable AVX on AMD Bulldozer processors.
2012-05-01 John McCallAbstract the emission of global destructors into ABI...
2012-05-01 David BlaikiePR12710 - broken default argument handling for templates.
2012-05-01 Ted KremenekPlace several uncovered warnings under warning flags...
2012-05-01 John McCallRemove some not-very-stable assumptions from this testcase.
2012-05-01 Ted KremenekTeach RetainCountchecker about IORegistryEntrySearchCFP...
2012-05-01 John McCallRefactor the C++ ABI code a little bit to take advantage of
2012-05-01 David BlaikieFix use of uninitialized variable caught by GCC's ...
2012-05-01 John McCallWhen mangling a synthetic function declaration, we...
2012-05-01 Douglas GregorRevert r155874.
2012-05-01 Douglas GregorRemove the unused DestroyAttrs, noticed by Michael...
2012-05-01 Douglas GregorTurn the mixed-sign-comparison diagnostic into a runtim...
2012-05-01 Douglas GregorPrint inline for inline namespaces, from Faisal Vali
2012-05-01 Douglas GregorMove a non portable test to FileCheck, from Jonathan...
2012-05-01 Douglas GregorMove warn_cxx0x_right_shift_in_template_arg to CXX11Com...
2012-05-01 Kaelyn UhrainLet's use the correct bool this time.
2012-05-01 Kaelyn UhrainA couple of very small tweaks suggested by Doug in...
2012-05-01 David BlaikieRemove ref/value inconsistency in redecl_iterator.
2012-05-01 John McCallMy first effort to do this more subtly failed, so elabo...
2012-05-01 Ted Kremenekmalloc size checker: Ignore const'ness of pointer types...
2012-04-30 Douglas GregorAdd support for openSUSE 12.2, from Ismail Donmez!
2012-04-30 Douglas Gregorclang_getCursorLexicalParent should return a translatio...
2012-04-30 Richard SmithRemove -Wc++98-compat warning for an outrageously-rare...
2012-04-30 Argyrios KyrtzidisWhen going through references to check if the function...
2012-04-30 Fariborz Jahanianmodern objective-c translator. named aggregate types
2012-04-30 Argyrios KyrtzidisFor RecursiveASTVisitor, do data recursion for CXXOpera...
2012-04-30 Argyrios KyrtzidisStore the source range of a CXXOperatorCallExpr in...
2012-04-30 Fariborz Jahanianminor refactoring of modern objc translator.
2012-04-30 Ted KremenekFix C versus C++ linkage issue.
2012-04-30 Ted KremenekReduce malloc() traffic of clang_getOverridenCursors...
2012-04-30 David BlaikieAdd FixItHint for -Wnull-conversion to initialize with...
2012-04-30 David BlaikieFix PR12378: provide conversion warnings on default...
2012-04-30 Douglas GregorHandleDeclarator() returns NULL for semantic disasters...
2012-04-30 Richard TrieuAdd -Wloop-analysis. This warning will fire on for...
2012-04-30 Fariborz Jahanianmodern objective-c translation: de-virtualize all
2012-04-30 Douglas GregorRestore paren, bracket and brace counts in parser when
2012-04-30 David BlaikieRemove the ref/value inconsistency in filter_decl_iterator.
2012-04-30 David BlaikieCorrect CFGBlock's front() and back() to return by...
2012-04-30 Richard SmithPR11926 + duplicates: Fix crash in -Wuninitialized...
2012-04-29 Richard SmithPR9546, DR1268: A prvalue cannot be reinterpret_cast...
2012-04-29 Richard SmithPR12688: ParseCXXClassMemberDeclaration's sometimes...
2012-04-29 Richard Smith[class.copy]p23: Fix an assertion caused by incorrect...
2012-04-28 Julien LerougeCurrently __builtin_annotation() only annotates an...
2012-04-28 Chris Lattnerimprove error recovery for extra ')'s after a if/switch...
2012-04-28 Chris Lattnerswitch some uses of ExpectAndConsume(tok::semi to use...
2012-04-28 Benjamin KramerisCXX98PODType: Avoid dispatch on the language standard...
2012-04-28 Benjamin KramerC++11 weakens the requirement for types used with offse...
2012-04-28 Benjamin KramerRename isPODType (using the C++98 rules) into isCXX98PO...
2012-04-28 Benjamin KramerRevert "Use the C++11 definition of PODness for __is_po...
2012-04-28 Benjamin KramerUse the C++11 definition of PODness for __is_pod in...
2012-04-28 Jordy Rose[analyzer] Remove references to idx::TranslationUnit...
2012-04-27 Nico WeberMake the diagnostic for "unexpected ':' in nested name...
2012-04-27 Fariborz Jahanianobjective-c modern translator: Correctly translate
2012-04-27 Douglas GregorWhen @encode'ing a C++ class that has empty base classe...
2012-04-27 Chad RosierBump up the MaxDepth in the BalancedDelimiterTracker.
2012-04-27 Fariborz Jahanianmodern objective-c translator: _OBJC_PROTOCOL_REFERENCE_*
2012-04-27 Chad Rosier[driver] Don't try to set the deployment target when...
2012-04-27 Richard SmithPR12224 (sort of): Diagnose inheriting constructor...
2012-04-27 Kaelyn UhrainImrpove the note text for when a non-type decl hides...
2012-04-27 Chad RosierFix logic such that we only call getToolChain once...
next