]> granicus.if.org Git - clang/shortlog
clang
2012-03-15 David BlaikieUnpluralize -Wfoo-conversions warnings for consistency.
2012-03-15 Richard SmithUnrevert r152761 (reverted in r152772) with a fix for...
2012-03-15 David BlaikieReapply r152745 (reverted in 152765) now that compiler...
2012-03-15 Daniel DunbarRevert r152761 "Minor optimization to constant evaluati...
2012-03-15 Richard SmithSmall cleanup: move trailing-return-type special-casing...
2012-03-15 Chad RosierRevert r152745 as it's breaking the internal buildbots.
2012-03-15 Richard SmithMinor optimization to constant evaluation: don't bother...
2012-03-15 Richard SmithRemove a variable rendered unused by r152750.
2012-03-15 Aaron BallmanAdding some more specific tests for enum declspec parsi...
2012-03-14 Chad Rosier[frontend] Add support for disabling the "inline" keywo...
2012-03-14 Fariborz Jahanianmodern objective-c translator: section info.
2012-03-14 Richard SmithInstantiating a class template should not instantiate...
2012-03-14 Matt Beaumont-Gay'#if 0' out a variable that's only used in other prepro...
2012-03-14 David BlaikieProvide -Wnull-conversion separately from -Wconversion.
2012-03-14 Fariborz Jahanianobjective-c modern tranaltor. More section info.
2012-03-14 Anna Zaks[analyzer] A fixup to r152734. Always initialize the...
2012-03-14 Aaron BallmanNo longer defining LP64 in 64-bit builds on platforms...
2012-03-14 Nick LewyckyWhen emitting a diagnostic about two-phase name lookup...
2012-03-14 Matt Beaumont-GayFix dereference of end iterator. Spotted by ASan.
2012-03-14 Anna Zaks[analyzer] Diagnostics: Supply Caller information even...
2012-03-14 Fariborz Jahanianobjective-c modern translator.
2012-03-14 Erik Verbruggen[Analyser] Remove unnecessary recursive visits for...
2012-03-14 Douglas GregorRemove clang-wpa example, which has been unmaintained...
2012-03-14 Douglas GregorMinor cleanup in attribute-related diagnostics, from...
2012-03-14 Sebastian RedlParse brace initializers as default arguments. PR12236.
2012-03-14 Erik Verbruggen[Analyser] Removes more recursive visitations in ExprEn...
2012-03-14 Daniel Dunbar[Basic] Change DiagnosticBuilder to use a separate...
2012-03-14 Daniel Dunbar[Sema] Fix SemaDiagnosticBuilder to be inline.
2012-03-14 Matt Beaumont-GayRemove trailing whitespace (especially after a \ which...
2012-03-14 Benjamin Kramer-arch is a darwin-only feature, use -target instead...
2012-03-14 Eric ChristopherAdd support to mangle templated member function names...
2012-03-13 Chad RosierTypo.
2012-03-13 Fariborz Jahanianobjective-c modern rewriter. Do not add _class_ro_t...
2012-03-13 Chad Rosier[driver] Clang should report an error for -faltivec...
2012-03-13 Eric ChristopherWhen adding member functions to a class add any special...
2012-03-13 David BlaikieAdd a test case for PR8385.
2012-03-13 Anna Zaks[analyser] Refactor shouldInline logic into a helper.
2012-03-13 Anna Zaks[analyzer] Call enter/exit diagnostic should refer...
2012-03-13 Daniel Dunbar[Basic] Fix up DiagnosticBuilder::{FlushCounts,Emit...
2012-03-13 Richard SmithAllow vectors to be constructed from constexpr function...
2012-03-13 Chad RosierUpdate test case to use not tool.
2012-03-13 Chad Rosier[driver] Parse diagnostic args in the driver.
2012-03-13 Anna Zaks[analyzer] Change the order in which we analyze the...
2012-03-13 Anna Zaks[analyzer] Use BFS over call graph when analysing funct...
2012-03-13 Anna Zaks[analyzer] Refactor CallGraph to use Recursive AST...
2012-03-13 Anna Zaks[analyzer] Use recursive AST visitor to drive simple...
2012-03-13 Anna Zaks[analyzer] Minor: factor out logic for determining...
2012-03-13 Anna Zaks[analyzer] Move the check for parser errors out of...
2012-03-13 Roman DivackyFix the long double to be of width/align 64. Rename...
2012-03-13 Daniel DunbarSpelling.
2012-03-13 Daniel Dunbar[Basic] Make DiagnosticBuilder::{Clear,Emit} protected.
2012-03-13 Daniel Dunbar[Basic] Eliminate DiagnosticBuilder::Suppress and match...
2012-03-13 Daniel Dunbar[Basic] Make DiagnosticBuilder::{isActive,getLocation...
2012-03-13 Daniel Dunbar[Basic] Fix ~Diagnostic() to not call Emit() when there...
2012-03-13 Daniel Dunbar[Basic] Stop using a SmallVector<> for Diagnostic....
2012-03-13 Benjamin KramerRemove unused-but-set variable.
2012-03-13 Roman DivackyLong double is just double on FreeBSD/{PPC,PPC64}.
2012-03-13 David ChisnallTweak linkage order for solaris.
2012-03-13 James MolloyEnsure that default arguments are handled correctly...
2012-03-13 Richard SmithImplement [temp.param]p5: the top-level cv-qualifiers...
2012-03-13 Richard SmithPR11850 + duplicates: don't assume that a function...
2012-03-13 Richard SmithPR11925: A function can't have a variably-modified...
2012-03-13 Nick LewyckyIt never makes sense to do a lookup into a LinkageSpecD...
2012-03-13 Richard SmithFix PR10447: lazily building name lookup tables for...
2012-03-13 Argyrios Kyrtzidis[libclang] When there's a file error when saving the...
2012-03-13 John McCallMake the error about assigning to lambda-captured variables
2012-03-13 Argyrios Kyrtzidis[Sema] Prefer to use ObjCInterfaceDecl's protocol_begin...
2012-03-13 Argyrios KyrtzidisFix crash at @implementation with a forward reference...
2012-03-13 John McCallAlternate fix to PR12248: put Sema in charge of specia...
2012-03-13 NAKAMURA Takumi[msvc] Honor %INCLUDE%. It should know essential search...
2012-03-12 Fariborz Jahanianmodern objective-c translator. @try/@catch translation...
2012-03-12 Ted KremenekAdd new analyzer diagnostic mode where plists can have...
2012-03-12 Ted Kremenek[analyzer] Include inlining call stack depth in plist...
2012-03-12 Bill WendlingAddress some of the concerns by Chandler.
2012-03-12 Bill WendlingUpdate FIXME.
2012-03-12 Bill WendlingHave clang pay attention to the LIBRARY_PATH environmen...
2012-03-12 Douglas GregorC++11 [temp.deduct.call]p6 tweak: when given a set...
2012-03-12 Eli FriedmanMake sure we treat variables captured by reference...
2012-03-12 Argyrios Kyrtzidis[Sema] -Add an invalid objc category to the DeclContext...
2012-03-12 Jordy RoseObjCBoolLiterals (__objc_yes/__objc_no) behave like...
2012-03-12 Fariborz Jahanianobjective-c modern translator: ivar offset symbols
2012-03-12 David BlaikieFix a crash-on-invalid found by -Wlogical-op-parentheses.
2012-03-12 James MolloyUse ZeroLengthBitfieldAlignment for AAPCS, as well...
2012-03-12 Richard SmithFix parsing of trailing-return-type. Types are syntacti...
2012-03-12 Richard SmithFix parsing of type-specifier-seq's. Types are syntacti...
2012-03-11 Nick LewyckyFix typo in comment, 'langauge' -> 'language'.
2012-03-11 Fariborz Jahanianobjective-c modern abi rewriter: provide section pragma...
2012-03-11 Douglas GregorDocument the weak-linking behavior of the availability...
2012-03-11 NAKAMURA TakumiUpdate library dependencies to add clangEdit on c-index...
2012-03-11 David BlaikieUnify naming of LangOptions variable/get function acros...
2012-03-11 Stepan Dyatkovskiyllvm::SwitchInst
2012-03-11 Douglas GregorDocument the availability attribute
2012-03-11 Douglas GregorWhen template argument deduction is ignoring qualifiers...
2012-03-11 Richard Smithcxx_status: No compiler changes are required for 'minim...
2012-03-11 Douglas GregorAdd a missing 'template' keyword.
2012-03-11 Jordy Rose[analyzer] Replace a static helper with existing logic...
2012-03-10 Douglas GregorWhen determining whether an identifier followed by...
2012-03-10 David BlaikieFix crash & accepts-invalid for array of arrays of...
2012-03-10 Aaron BallmanUpdated the test so that it checks for ms-compatibility...
2012-03-10 Aaron BallmanAdding namespace qualifiers to the visualizers and...
next