]> granicus.if.org Git - clang/shortlog
clang
2012-07-31 Benjamin KramerRemove deprecated getNameAsCString methods.
2012-07-31 Jiangning LiuAdd two more .keep files to avoid the missing of empty...
2012-07-31 Jiangning LiuAdd two .keep files to avoid the missing of empty folde...
2012-07-31 Alexander KornienkoAdded -ast-list option to dump filterable AST decl...
2012-07-31 Jiangning LiuSupport ARM hard float (arm-linux-gnueabihf).
2012-07-31 Sylvestre LedruFix some minor typos
2012-07-31 Manuel KlimekDocument the result type of the matcher functions where
2012-07-31 John McCallIntroduce new queries on ObjCRuntime for how to interpr...
2012-07-31 Rafael EspindolaHandle functions with struct arguments or return types...
2012-07-31 Jordan Rose[analyzer] Add a test that messages to super invalidate...
2012-07-31 Rafael EspindolaAttributes preceding a function declaration are first...
2012-07-31 Aaron BallmanNo longer emitting a PCH file when using -fsyntax-only...
2012-07-31 Jordan Rose[analyzer] Let CallEvent decide what goes in an inital...
2012-07-31 Jordan RoseExplain why ACC_bottom should never occur in diagnosing...
2012-07-31 Douglas GregorWhen we encounter a code-completion token while parsing...
2012-07-31 John McCallDon't crash *or* insert a bogus autorelease when emitting a
2012-07-30 Anna Zaks[analyzer] Handle inlining of instance calls to super.
2012-07-30 Anna Zaks[analyzer] Only run this test with no IPA
2012-07-30 Richard SmithPR13479: If we see the definition of an out-of-line...
2012-07-30 Jordan Rose[analyzer] Perform post-call checks for all inlined...
2012-07-30 Richard SmithExtend the ',' versus ';' diagnostic for -Wvexing-parse...
2012-07-30 Richard SmithImprovements to vexing-parse warnings. Make the no...
2012-07-30 Fariborz Jahanianobjective-c arc: ARC IRGen correctly assumes result
2012-07-30 Anna Zaks[analyzer] Very simple ObjC instance method inlining
2012-07-30 Anna Zaks[analyzer] fixup for adding of the "dynamic" ipa option
2012-07-30 Anna ZaksMark ObjCInterfaceDecl::lookupPrivateMethod as const.
2012-07-30 Anna Zaks[analyzer] Add -analyzer-ipa=dynamic option for inlinin...
2012-07-30 Jordan Rose[analyzer] Only allow CallEvents to be created by CallE...
2012-07-30 Jordan Rose[analyzer] Remove declaration of refactored evalObjCMes...
2012-07-30 Matt Beaumont-GayDo not warn on correct use of the '%n' format specifier.
2012-07-30 Jordan Rose[analyzer] Introduce a CallEventManager to keep a pool...
2012-07-30 Dmitri GribenkoMove comment from member operator() to class.
2012-07-30 Dmitri GribenkoComment parser: don't crash on a completely empty ...
2012-07-30 Dmitri Gribenkoc-index-test: remove dead store. Found by Clang static...
2012-07-30 Dmitri GribenkoLexer: remove dead stores. Found by Clang static analyzer!
2012-07-30 Dmitri GribenkoComment dumper: silence a warning by not casting away...
2012-07-30 Dmitri GribenkoAdd missing include for Linux buildbot
2012-07-30 Dmitri GribenkoAdd an assert to ParamCommandComment::getParamIndex...
2012-07-30 Hans WennborgMake -Wformat check the argument type for %n.
2012-07-30 Dmitri GribenkoComment parser: add one more test
2012-07-30 Benjamin KramerUpdate source location in test.
2012-07-30 Benjamin KramerUse the location of the copy assignment when diagnosing...
2012-07-30 Benjamin KramerFix ambiguity detection in GetBestOverloadCandidateSimple.
2012-07-30 Jiangning LiuFix dynamic object linker for ARM GNUEABIHF.
2012-07-30 Daniel JasperFix for ASTMatchFinder to visit a functions parameter...
2012-07-29 David ChisnallProvide correct linker command line options on FreeBSD...
2012-07-29 Benjamin KramerMicrooptimize isOffsetInFileID a bit.
2012-07-28 Richard SmithPR13433: In Microsoft mode, don't require function...
2012-07-28 Fariborz Jahanianassert on ACC_bottom when checking for invalid
2012-07-28 Rafael EspindolaAdd a missing testcase for merging the visibility of...
2012-07-28 Dmitri GribenkoComment dumper: print \param parameter index if paramet...
2012-07-28 Fariborz Jahanianmore objc-arc: With ACC_bottom, we just provide
2012-07-27 Fariborz Jahanianobjc-arc: change per Jordy's comments.
2012-07-27 Dmitri GribenkoCommentSema.cpp: remove extra semicolon
2012-07-27 Fariborz Jahanianobjective-c arc: When function calls with known CFCreat...
2012-07-27 Dmitri GribenkoComment Sema: don't try to typo-correct a \param when...
2012-07-27 Fariborz Jahanianrevert r160839 for now.
2012-07-27 Dmitri GribenkoImplement resolving of HTML character references (named...
2012-07-27 Dmitri GribenkoAdd a function to convert a single Unicode code point...
2012-07-27 Hans WennborgMake -Wformat walk the typedef chain when looking for...
2012-07-27 Anna ZaksConsolidate ObjC lookupPrivateMethod methods from Sema...
2012-07-27 Anna Zaks[analyzer] Another false positive in Class method inlining.
2012-07-27 Anna Zaks[analyzer] Address Jordan's and Fariborz's review of...
2012-07-27 Dylan NoblesmithPreprocessor: add __BYTE_ORDER__ predefined macro
2012-07-27 Arnaud A. de... [scan-build] Fix clang++ pathname
2012-07-27 Dylan Noblesmithtest/Preprocessor: add NVPTX predefine tests
2012-07-27 Peter CollingbourneFix an assertion failure when code completing an auto...
2012-07-27 Benjamin KramerFix PR13394: Erasing from a vector changes the end...
2012-07-27 NAKAMURA Takumiclang/lib: [CMake] Update tblgen'd dependencies.
2012-07-27 NAKAMURA Takumiclang/lib: [CMake] Reformat, alphabetize lists.
2012-07-27 NAKAMURA Takumilibclang, examples: [CMake] Add dependencies to tblgen...
2012-07-27 NAKAMURA Takumiclang/CMakeLists.txt: Move "examples" after building...
2012-07-27 Richard SmithFinal piece of core issue 1330: delay computing the...
2012-07-27 Jordan Rose[analyzer] Look through SubstNonTypeTemplateParmExprs.
2012-07-27 Jordan Rose[analyzer] Use a stack-based local AGAIN to fix the...
2012-07-26 Jordan Rose[analyzer] Use a stack-based local instead of a tempora...
2012-07-26 Fariborz Jahanianobjc-arc: When objects with known CF semantics are...
2012-07-26 Ted KremenekTweak test case to not emit warning.
2012-07-26 Jordan RoseSATestBuild should not ask for non-existent checkers.
2012-07-26 Ted KremenekLook at the preceding CFGBlock for the expression to...
2012-07-26 Jordan Rose[analyzer] CallEvent is no longer a value object.
2012-07-26 Jordan Rose[analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp...
2012-07-26 Jordan Rose[analyzer] Don't crash on implicit statements inside...
2012-07-26 Jordan Rose[analyzer] Don't crash on array constructors and destru...
2012-07-26 Jordan Rose[analyzer] Handle C++ member initializers and destructors.
2012-07-26 Jordan Rose[analyzer] Use the CFG to see if a constructor is for...
2012-07-26 Jordan Rose[analyzer] Handle base class initializers and destructors.
2012-07-26 Jordan Rose[analyzer] Variables with destructors are live until...
2012-07-26 Jordan Rose[analyzer] Show paths for destructor calls.
2012-07-26 Jordan Rose[analyzer] Inline ctors + dtors when the CFG is built...
2012-07-26 Jordan Rose[analyzer] PostImplicitCall can also occur between...
2012-07-26 Jordan RoseAdd a const version of Expr::IgnoreImplicit. No functio...
2012-07-26 Jordan RoseUn-break standalone invocations of CmpRuns.py.
2012-07-26 Fariborz Jahanianobjective-c parsing. Don't crash when selector name
2012-07-26 Alexander KornienkoPut back dump() without a default argument, "because...
2012-07-26 Alexander KornienkoAdded -ast-dump-filter option to clang -cc1.
2012-07-26 Timur IskhodzhanovRemove an outdated comment; add one test to compare...
2012-07-26 Timur IskhodzhanovAdd more tests for PR13207 (Mangling of template back...
2012-07-26 Timur IskhodzhanovFix PR13389 (Wrong mangling of return type qualifiers...
2012-07-26 Alexander KornienkoRemoved standalone clang-ast-dump tool.
next