]> granicus.if.org Git - clang/shortlog
clang
2012-03-28 Anna Zaks[analyser] Stats checker: do not mark a node as exhaust...
2012-03-28 Anna Zaks[analyzer] Refactor: Use Decl when determining if the...
2012-03-28 NAKAMURA TakumiCodeGen/CGDeclCXX.cpp: Twine-ize CreateGlobalInitOrDest...
2012-03-28 Douglas GregorUnify and fix our checking of C++ [dcl.meaning]p1's...
2012-03-28 Douglas GregorWhen we form a new function/class template specializati...
2012-03-28 Ted KremenekFix suspicious comparison reported by PVS-Studio!
2012-03-28 Argyrios Kyrtzidis[libclang] Rename setBackGroundPriority -> setThreadBac...
2012-03-28 Argyrios Kyrtzidis[libclang] Fix gcc error.
2012-03-28 Argyrios Kyrtzidis[libclang] Introduce options to control the priority...
2012-03-28 Argyrios Kyrtzidis[libclang] Put the CIndexer class in the clang namespac...
2012-03-28 Argyrios Kyrtzidis[libclang] For clang_saveTranslationUnit, if the AST...
2012-03-27 Chandler CarruthMove the emission of strict enum range metadata behind...
2012-03-27 Douglas GregorIntroduce a new libclang API to determine the parent...
2012-03-27 Richard SmithIf we see '(...' where we're expecting an abstract...
2012-03-27 Argyrios Kyrtzidis[libclang] Introduce indexing option CXIndexOpt_Suppres...
2012-03-27 Fariborz Jahanianmodern objective-c translator: writing objc boolean...
2012-03-27 Anna Zaks[analyzer] Add an option to re-analyze a dead-end path...
2012-03-27 Anna Zaks[analyzer] Fix a typo.
2012-03-27 Anna Zaks[analyzer] Stats checker: minor interprocedural tweaks.
2012-03-27 Anna Zaks[analyzer] Stats: Only count the number of times we...
2012-03-27 Eric ChristopherAdd better support for $fp and $sp for mips inline...
2012-03-27 Argyrios Kyrtzidis[preprocessor] Handle correctly inclusion directives...
2012-03-27 Fariborz Jahanianobjective-c modern translator: move all inithooks into...
2012-03-27 Sebastian RedlEven more careful consideration of C++11 13.3.3.1p4...
2012-03-27 Douglas GregorIntroduce a -cc1-level option -pubnames-dump, which...
2012-03-27 Fariborz JahanianRemove few if-then-else when both branches are the
2012-03-27 Fariborz JahanianCommit patch reverted in r153454 with the modified...
2012-03-27 John McCallUpdate the ARC specification for several changes made...
2012-03-27 Richard SmithAdd cross-referencing comments to ParseDirectDeclarator...
2012-03-27 Ted KremenekChange RetainCountChecker to eagerly "escape" retained...
2012-03-27 Richard SmithWhen we see 'Class(X' or 'Class::Class(X' and we suspec...
2012-03-26 Chad Rosier[driver] Put -cpp-precomp and -no-cpp-precomp under...
2012-03-26 Chad Rosier[driver] Testcase for r153469, r153470, and r153478.
2012-03-26 Chad Rosier[driver] Fix unused argument warnings.
2012-03-26 Chad Rosier[driver] -mkernel implies -fno-common, so claim the...
2012-03-26 Chad Rosier[driver] -mkernel implies -fno-builtin, so claim the...
2012-03-26 Richard SmithForward-declared enumerations are now complete, except...
2012-03-26 Richard SmithAdd a special-case diagnostic for one of the more obnox...
2012-03-26 Daniel Dunbar[tests] Fix test failure in release mode.
2012-03-26 Benjamin KramerSimplify code, no functionality change.
2012-03-26 Daniel DunbarRevert r153443 "objective-c modern translator: extern...
2012-03-26 Anna Zaks[analyzer] Malloc: Allow a pointer to escape through...
2012-03-26 Akira HatanakaTest case for r153348.
2012-03-26 Kostya Serebryanyadd tbaa metadata to vtable pointer loads/stores
2012-03-26 Benjamin KramerMove CodeCompletionBuilder's chunk adding methods out...
2012-03-26 Douglas GregorWhen diagnosing an invalid out-of-line redeclaration...
2012-03-26 Fariborz Jahanianobjective-c modern translator: extern "C" exported
2012-03-26 Douglas GregorCanonicalize the declaration we write to a PCH file...
2012-03-26 Benjamin KramerDriver: Factor string vector push_back into a helper...
2012-03-26 Benjamin KramerThreadSafetyReporter: Manage diagnostics in a std:...
2012-03-26 Richard SmithHandle instantiations of redeclarations of forward...
2012-03-26 Richard SmithDelay checking of dependent underlying types for redecl...
2012-03-25 Aaron BallmanSince this change is generating a considerable amount...
2012-03-25 Aaron BallmanNo longer hard coding paths to the MinGW include direct...
2012-03-25 NAKAMURA Takumiclang/lib/Analysis/CFG.cpp: Get rid of early insertion...
2012-03-25 NAKAMURA Takumiclang/lib/Analysis/CFG.cpp: Fix memory leak since r153297.
2012-03-25 NAKAMURA Takumitest/Driver/cpath.c: Escape a few args that contain...
2012-03-24 Benjamin KramerSimplify some users of DenseMap::erase.
2012-03-24 Fariborz Jahanianremove declaration of _objc_empty_vtable no longer
2012-03-24 Rafael EspindolaFix copy and pasto.
2012-03-24 Fariborz Jahanianmoderin objc translator: remove 'const' from remaining
2012-03-24 Rafael EspindolaAdd back r153360 with a fix for enums that cover all...
2012-03-24 NAKAMURA TakumiRevert r153360 (and r153380), "Second part of PR12251...
2012-03-24 Benjamin KramerDon't cast away constness.
2012-03-24 Benjamin KramerOn i386 the alignment of i64 is 4, not 8.
2012-03-24 Jordy Rose[analyzer] Tighten up the realloc() failure path note...
2012-03-24 Jordy Rose[analyzer] Restart path diagnostic generation if any...
2012-03-24 Jordy Rose[analyzer] Add a clone() method to BugReporterVisitor...
2012-03-24 Argyrios Kyrtzidis[parser] If there are unmatched braces in a function...
2012-03-24 Rafael EspindolaSecond part of PR12251. Produce the range metadata...
2012-03-23 Richard SmithTeach APValue printer to print boolean 0 and 1 as ...
2012-03-23 Kostya Serebryanyuse EP_OptimizerLast instead of EP_ScalarOptimizerLate...
2012-03-23 Argyrios KyrtzidisMake sure we don't accept an @interface inside another...
2012-03-23 Argyrios Kyrtzidis[libclang] Make sure we don't crash when trying to...
2012-03-23 Richard SmithRevert accidentally-committed www changes (and an unuse...
2012-03-23 Richard SmithWhen defining a forward-declared enum, don't try to...
2012-03-23 Akira HatanakaAdd support for MIPS' floating ABIs (hard, soft and...
2012-03-23 Ted KremenekUpdate checker build.
2012-03-23 Ted KremenekAvoid applying retain/release effects twice in RetainCo...
2012-03-23 Eric ChristopherRemove the vestiges of the C backend.
2012-03-23 Richard SmithSupport for definitions of member enumerations of class...
2012-03-23 Argyrios Kyrtzidis[libclang] For a CXCursor_ObjCInstanceMethodDecl/CXCurs...
2012-03-23 Anton Yartsevcorrected check::EndOfTranslationUnit checker name...
2012-03-23 Argyrios Kyrtzidis[CFG] Cache boolean evaluations of expressions to avoid...
2012-03-23 Rafael EspindolaRemove unused bits.
2012-03-23 Fariborz Jahanianmodern objc translation of block literal expressions
2012-03-22 Bill WendlingSmall cleanup.
2012-03-22 Bill WendlingUse correct FileCheck regexp.
2012-03-22 Bill WendlingWhen an MMX output variable is tied to the input variab...
2012-03-22 Matt Beaumont-Gayline endings
2012-03-22 Eli FriedmanMake sure we correctly set the alignment for vector...
2012-03-22 Ted KremenekFix static analyzer crash on code taking the address...
2012-03-22 Anna Zaks[analyzer] Add the stat for the number of successfully...
2012-03-22 Anna Zaks[analyzer] Add stats useful for coverage investigations.
2012-03-22 Anna Zaks[analyzer] Add inlining awareness to the block coverage...
2012-03-22 Fariborz Jahanianmodern objc rewriter: until we can translate block...
2012-03-22 Bob WilsonFix a comment: kPropertyType = 'T' not 't'. <rdar...
2012-03-22 Fariborz Jahanianmodern objective-c rewriter: Fix up translation of
2012-03-22 Argyrios Kyrtzidis[PCH] When we are replacing a decl in a chained PCH...
2012-03-22 Richard SmithUpdate front page to indicate that we do, in fact,...
next