]> granicus.if.org Git - clang/shortlog
clang
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...
2012-04-27 Chad RosierRemove redundant calls to BAA->getArchName(). No funct...
2012-04-27 Chad RosierRevert 155679; Not a typo.
2012-04-27 Alexey SamsonovUse enum to set debug info size generated by Clang
2012-04-27 Ted KremenekUse a deque instead of an ImmutableList in AnalysisCons...
2012-04-27 NAKAMURA Takumitest/Rewriter: Mark 4 tests as XFAIL:mingw32, due to...
2012-04-27 NAKAMURA Takumitest/Driver/fast-math.c: Mark this as XFAIL:cygming...
2012-04-27 Argyrios KyrtzidisAdd test case for rdar://11293995
2012-04-27 Eli FriedmanAdd a missing check in CodeGen of packed classes with...
2012-04-27 Richard SmithThe release notes are no place for modesty.
2012-04-27 Ted KremenekChange FunctionSummary.h's definition of SetOfDecls...
2012-04-27 Chad RosierTypo.
2012-04-26 Kaelyn UhrainAdd note to help explain why a tag such as 'struct...
2012-04-26 Fariborz Jahanianmodern objective-c transltion: Fixes a translation bug
2012-04-26 Eli FriedmanAdd a missing ExpressionEvaluationContext for template...
2012-04-26 Nico WeberRemove svn:eol-style from the test I just added. Sorry :-/
2012-04-26 Nico WeberRevert r154981, because it caused PR12674.
2012-04-26 Fariborz JahanianTest case for previosu patch.
2012-04-26 Fariborz Jahanianobjective-c IRGen. Fixes a getter synthesis bug
2012-04-26 John McCallFix a bug with block layout when the block contains...
2012-04-26 David BlaikieFix file name in comment.
2012-04-26 Simon AtanasyanMIPS: Add support for 64-bit MIPS targets: mips64 ...
2012-04-26 Argyrios Kyrtzidis[PCH] In ASTReader::completeVisibleDeclsMap, after...
2012-04-26 John McCallFix a crash-on-invalid where the constant evaluator...
2012-04-26 Chad RosierRemove the group from -fhonor_infinites/-fno_honor_infi...
2012-04-26 Evgeniy StepanovDefine __ANDROID__ macro on -androideabi targets.
2012-04-26 Manuel KlimekAdds a tutorial on how to write RAV based ASTFrontendAc...
2012-04-26 Manuel KlimekReverted unintentional commit.
2012-04-26 Simon AtanasyanMIPS: Add tests to check the debian multiarch stuff...
2012-04-26 Manuel KlimekAdds a small tutorial on how to write RAV based ASTFron...
2012-04-26 Craig TopperEnable AVX/AVX2 for Sandy Bridge, Ivy Bridge, and Haswe...
2012-04-26 Ted KremenekUpdate checker build link, and remove stale links.
2012-04-26 Richard SmithPR12647: An alias template instantiation which occurs...
2012-04-26 Ted Kremenek[analyzer] check lazy bindings in RegionStore first...
2012-04-26 Ted KremenekTeach RetainCountChecker that it doesn't quite understa...
2012-04-26 Richard SmithPR12660: Don't crash when initializing a const referenc...
2012-04-26 Chandler CarruthFix a long-standing bug where Clang had a different...
2012-04-26 Richard SmithTwo missing -Wc++98-compat warnings, for null pointers...
2012-04-26 Rafael EspindolaReject cases like
2012-04-25 Richard SmithIf a type is non-literal by virtue of being incomplete...
2012-04-25 Richard SmithRecursiveASTVisitor: When in 'shouldVisitTemplateInstan...
2012-04-25 Chad RosierTypo.
2012-04-25 Fariborz Jahanianobjective-c modern translator: more tests.
2012-04-25 Kaelyn UhrainAdd an error message with fixit hint for changing ...
2012-04-25 Argyrios KyrtzidisWhen resolving default template arguments, it should...
2012-04-25 Richard SmithPR12625: Cope with classes which have incomplete base...
2012-04-25 Benjamin KramerUse a SmallMap for StoredDeclsMap, it's usually sparsel...
2012-04-25 Benjamin KramerConvert a std::map that usually has between 0 and 10...
2012-04-25 Fariborz Jahanianimprove a modern objc translator test.
2012-04-25 Fariborz Jahanianmodern objc rewriter: fixes a bug writing
2012-04-25 Manuel KlimekAdds documentation for how to use the tooling library.
2012-04-25 Manuel KlimekAdds a document describing the various tooling approach...
2012-04-25 Evgeniy StepanovMake asan-ld test windows-safe.
2012-04-25 Manuel KlimekFixes the header search logic for tools:
2012-04-25 Evgeniy StepanovClang driver support for linking on Android.
2012-04-25 Evgeniy StepanovFix default cpu for -march=armv5e.
next