]> granicus.if.org Git - clang/shortlog
clang
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,...
2012-03-22 Ted Kremenek"Teach" RetainCountChecker about dispatch_set_context...
2012-03-22 Chandler CarruthRelax the FileCheck assertions in this test a touch...
2012-03-22 Ted KremenekFix broken CFG when an initializer is a statement expre...
2012-03-22 Richard SmithDuring the instantiation of a class template specializa...
2012-03-22 Argyrios KyrtzidisSimplify DataRecursiveIntBinOpEvaluator::VisitBinOp...
2012-03-22 Anna Zaks[analyzer] Malloc: drop symbols captured by blocks.
2012-03-21 Fariborz Jahanianmodern objective-c translator: Change declaration of
2012-03-21 Richard TrieuChange the binary operator data recursive evaluator...
2012-03-21 Benjamin KramerRemove unused variable, fix indentation.
2012-03-21 Fariborz JahanianFor enums with no tag name, display its location in
2012-03-21 Fariborz Jahanianfixes the diagnostic issued in // rdar://11069896
2012-03-21 Chad RosierReport the natural alignment of unsigned long long...
2012-03-21 Nico WeberTry to get cpath.c passing on windows, using lit's...
2012-03-21 Anna Zaks[analyzer] Malloc: Utter the name of the leaked variable.
2012-03-21 Anna Zaks[analyser] Factor out FindUniqueBinding from RetainCoun...
2012-03-21 Anna Zaks[analyzer] Re-enable the test disabled by r152969.
2012-03-21 Bob WilsonDuplicated code is bad. At least make it consistent.
2012-03-21 Fariborz JahanianAllow void blocks to return witn a void expression in
2012-03-21 Bob WilsonFor Darwin, do not let -mcpu override the -arch option...
2012-03-21 Fariborz Jahanianmodern objective-c rewriter: remove 'const' from
2012-03-21 Patrick BeardRemoved repeated word (of of).
2012-03-21 Fariborz JahanianUndo previous patch as I checked more than I intended.
2012-03-21 Fariborz Jahanianmodern objective-c rewriter: remove 'const' from
next