]> granicus.if.org Git - clang/shortlog
clang
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...
2012-03-10 Gregory Szorc[clang.py] Implement Cursor.objc_type_encoding
2012-03-10 Aaron BallmanNo longer defining GNUC mode when compiling for Microso...
2012-03-10 Douglas GregorClarify even further that the lambda-to-block-pointer...
2012-03-10 Gregory Szorc[clang.py] Refactor get_tu and get_cursor test helper...
2012-03-10 Richard SmithPR12225: The requirement that literal operators be...
2012-03-10 Benjamin KramerUse VersionTuple to manage macosx versions in the drive...
2012-03-10 Benjamin KramerSimplify code. No functionality change.
2012-03-10 Fariborz Jahanianobjective-c modern rewriter: add __declspec(dllexport...
2012-03-10 Fariborz Jahanianobjc modern rewriter: Define __OBJC2__ in written file.
2012-03-10 Benjamin KramerReplace a map of boolean values with a set.
2012-03-10 Rafael EspindolaThe type of a definition should not increase its visibi...
2012-03-10 John McCallRemove BlockDeclRefExpr and introduce a bit on DeclRefE...
2012-03-10 Nick LewyckySlightly tweak this condition. "isTransparentContext...
2012-03-10 Nick LewyckyCould not find this in C99. Perhaps this rule comes...
2012-03-10 Douglas GregorOnly make a call to a copy constructor elidable if...
2012-03-10 Argyrios Kyrtzidis[Sema] A tag decl that is marked as invalid and is...
2012-03-10 Argyrios KyrtzidisRemove the part of test/Sema/pragma-pack-2.c that has...
2012-03-10 John McCallUnify the BlockDeclRefExpr and DeclRefExpr paths so...
2012-03-10 John McCallFix the dumping of BlockExprs.
2012-03-10 NAKAMURA Takumitest/Rewriter/rewrite-modern-ivars-2.mm: Add "-triple...
2012-03-10 Benjamin KramerFix a use of the C99 PRI format macros not to conflict...
2012-03-10 Eli FriedmanMake sure the accessors for overridden methods don...
2012-03-10 Fariborz Jahanianobjc modern rewriter: don't export @package ivar symbols.
2012-03-10 Ted Kremenek[analyzer] fix regression in analyzer of NOT actually...
2012-03-10 Daniel DunbarIRgen/ABI/x86_64: Avoid passing small structs using...
next