]> granicus.if.org Git - clang/shortlog
clang
2012-01-25 Kaelyn UhrainAdd custom callback object for typo correction in Build...
2012-01-25 Douglas GregorWhen we're substituting into a function parameter pack...
2012-01-25 Chandler CarruthThe Linux pattern of adding all the search paths that...
2012-01-25 Chandler CarruthRemove the 'ToolTriple' concept from the NetBSD toolcha...
2012-01-25 Chandler CarruthDelete still more remnants of the now dead HostInfo...
2012-01-25 Chandler CarruthDelete the driver's HostInfo class. This abstraction...
2012-01-25 Chandler CarruthAdd some really minimalist freebsd testing trees and...
2012-01-25 Jean-Daniel... Add support for const pointer to literal-objc string...
2012-01-25 Chandler CarruthSwitch the ToolChain types to all store a Driver refere...
2012-01-25 NAKAMURA Takumitest/CodeGen/avx-builtins.c: Fix more for -Asserts.
2012-01-25 NAKAMURA TakumiFixup r148926, for -Asserts.
2012-01-25 Chandler CarruthRemove the TargetTriple object that I added to the...
2012-01-25 Chandler CarruthHave FreeBSD use even more of the same smarts as Linux...
2012-01-25 Chandler CarruthSwitch FreeBSD to just include both '/usr/lib32' and...
2012-01-25 Chandler CarruthSwitch the Linux C++ standard library header search...
2012-01-25 Chandler CarruthMake a major refactoring to how the GCC installation...
2012-01-25 Craig TopperRe-enable test that was broken by r148919
2012-01-25 Ted KremenekFix -fmacro-backtrace-limit=0 to show the entire macro...
2012-01-25 Chris Lattnerdisable this test for now.
2012-01-25 Chris Lattnerreapply r148902:
2012-01-25 Chris Lattnerfix broken testcase.
2012-01-25 Eli FriedmanFix a crash for an edge case of the GNU ?: extension.
2012-01-25 Eli FriedmanFix r148920 to what I actually meant to commit.
2012-01-25 Eli FriedmanAdd missing check for placeholders.
2012-01-25 Craig TopperRepresent 256-bit unaligned loads natively and remove...
2012-01-25 Argyrios KyrtzidisIn TreeTransform<Derived>::TransformBlockExpr, call...
2012-01-25 Argyrios KyrtzidisRevert 148902 which was part of 148901 which was revert...
2012-01-25 Richard SmithFix PR11848: decree that an alias template contains...
2012-01-25 Eric ChristopherRefactor the record decl forward declaration code a...
2012-01-25 Eric ChristopherTypo.
2012-01-25 Chris Lattneruse the new ConstantVector::getSplat method where it...
2012-01-25 Nick LewyckyWith a little more work in the tentative parse determin...
2012-01-25 Douglas GregorIntroduce a generation number for selector lookups...
2012-01-25 Douglas GregorOnly try to import a definition if there is an definiti...
2012-01-25 Eli FriedmanMake sure we correctly treat __is_convertible_to as...
2012-01-25 Jean-Daniel... Fix test on cygwin (where va_list expands to a differen...
2012-01-25 Douglas GregorWhenever Sema attempts to look in the global method...
2012-01-25 Jean-Daniel... Add "multiple format attributes" support on block.
2012-01-25 Douglas GregorRework the external Sema source's ReadMethodPool()...
2012-01-25 Ted KremenekReduce peak memory usage of the static analyzer on...
2012-01-25 Fariborz Jahanianarc migrator: Provide infrastructure to add options
2012-01-25 Douglas GregorFactor out the addition of a method into the global...
2012-01-25 Ted KremenekFix NSLog format string checking for %@.
2012-01-24 Eli FriedmanSwitch PerformImplicitConversion over to use DefaultLva...
2012-01-24 Jean-Daniel... Replace a hack to handle NSLog/NSLogv in sema by declar...
2012-01-24 Jean-Daniel... Remove trailing slash in front of header name of ObjC...
2012-01-24 Anna Zaks[analyzer] Add the HTML file to the SATest diagnostic...
2012-01-24 Anna Zaks[analyzer] Testing: make diagnostic diffs more informat...
2012-01-24 Argyrios Kyrtzidis[libclang] In clang::getCursorKindForDecl() don't retur...
2012-01-24 Ted KremenekTeach scanf/printf checking about '%Ld' and friends...
2012-01-24 Nick LewyckyForce triple on these tests to pacify the windows tester.
2012-01-24 Nick LewyckyAdd a new warning, -Wover-aligned, which detects attemp...
2012-01-24 Chandler CarruthFix one of the (larger) FIXMEs where we were misusing...
2012-01-24 Kaelyn UhrainSmall code cleanup/simplification in Sema::ClassifyName.
2012-01-24 Argyrios Kyrtzidis[libclang] When calling clang_getCursorReferenced on...
2012-01-24 Fariborz Jahanianobjc: Issue a generic diagnostic assigning to
2012-01-24 Anna Zaks[analyzer] Add more C taint sources/sinks.
2012-01-24 Chandler CarruthAddress one part of the FIXME I introduced my switching...
2012-01-24 Kostya SerebryanyThe following patch adds __attribute__((no_address_safe...
2012-01-24 Chandler CarruthAt least within these classes, consistently spell ...
2012-01-24 Chandler CarruthStart hoisting the logic for computing the target tripl...
2012-01-24 Douglas GregorPromote the extension warning for attempts to catch...
2012-01-24 Douglas GregorWhen importing a RecordDecl as a DeclContext, make...
2012-01-24 Fariborz Jahanianobjc: issue error if assigning objects in fragile-abi...
2012-01-24 Douglas GregorTeach the AST importer about redeclaration chains for...
2012-01-24 Douglas GregorOnly mark an IdentifierInfo as having changed since...
2012-01-24 Douglas GregorOn Darwin, use the system's <unwind.h> whenever it is
2012-01-24 Chandler CarruthRemove HostInfo::useDriverDriver(). This was only used...
2012-01-24 Chandler CarruthHoist the targeted triple object into an actual object...
2012-01-24 David BlaikieSupport decltype in member initializers.
2012-01-24 David BlaikieSupport decltype as a simple-type-specifier.
2012-01-24 Richard SmithAdd a test for a diagnostic special case added in r1484...
2012-01-24 David BlaikieReword/rename -Wswitch-unreachable-default.
2012-01-24 David BlaikieImprove -Wswitch-enum diagnostic message.
2012-01-24 David BlaikieRevert various template unreachability code I committed...
2012-01-24 David BlaikieMore fixes/tests.
2012-01-24 David BlaikieTest for the previous commit/crash.
2012-01-24 David BlaikieSupport undefined dependent bases.
2012-01-24 David BlaikieSimple hack to do unreachable code analysis on template...
2012-01-24 Argyrios KyrtzidisRename Sema::isNullExpr() -> Sema::isSentinelNullExpr...
2012-01-24 Chandler CarruthMake driver tests more resilient to output trees contai...
2012-01-24 Argyrios KyrtzidisIn CXXRecordDecl::isCLike(), also check for PODness.
2012-01-24 Fariborz Jahanianobjective-c: Ignore with warning forward class declarat...
2012-01-23 Akira HatanakaMake sure the integer type used to align the vaarg...
2012-01-23 Fariborz Jahanianfixes location of "availability" attribute so warning...
2012-01-23 Akira HatanakaIgnore return type if its size is zero.
2012-01-23 Bill WendlingRemove extraneous ';'.
2012-01-23 Sebastian RedlMinor fixups for auto deduction of initializer lists.
2012-01-23 Argyrios Kyrtzidis[libclang] For:
2012-01-23 Argyrios KyrtzidisIntroduce Sema::isNullExpr() that contains the checks...
2012-01-23 Kaelyn UhrainIn CorrectTypo, use the cached correction as a starting...
2012-01-23 Kostya Serebryany[asan] document the need for -fno-optimize-sibling...
2012-01-23 Bob WilsonFix a typo: _MM_FLUSH_ZERO_OFF has the wrong value...
2012-01-23 Argyrios KyrtzidisIntroduce CXXRecordDecl::isCLike() that is true if...
2012-01-23 Argyrios Kyrtzidis[libclang] Index C++ template specializations, rdar...
2012-01-23 Argyrios Kyrtzidis[libclang] Index namespaces in C++ qualified lookup...
2012-01-23 Argyrios Kyrtzidis[libclang] Index C++ constructor initializers, rdar...
2012-01-23 Argyrios KyrtzidisImprove Lexer::getImmediateMacroName to take into accou...
2012-01-23 Douglas GregorHandle pseudo-object expressions (and any other placeholder
2012-01-23 Douglas GregorAdd -Wnarrowing as an alias for -Wc++11-narrowing,...
next