]> granicus.if.org Git - clang/shortlog
clang
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.
2012-07-26 Anna Zaks[analyzer] Inline ObjC class methods.
2012-07-26 Ted KremenekAdd static analyzer check for calling a C++ instance...
2012-07-26 Tanya LattnerDisable the warning for missing prototypes for OpenCL...
2012-07-25 Ted KremenekRemove the ability to stash arbitrary pointers into...
2012-07-25 Sylvestre LedruFix two typos in the doc
2012-07-25 Ted KremenekRemove ExprEngine::MarkBranch(), as it is no longer...
2012-07-25 Ted KremenekUpdate ExprEngine's handling of ternary operators to...
2012-07-25 Fariborz Jahanianobjective-c modern translator. Provide declaration of
2012-07-25 Ted KremenekRemove experimental invalid iterators checker from...
2012-07-25 Chad Rosier[driver crash diagnostics] Strip -internal-isystem...
2012-07-25 Chad Rosier[driver crash diagnostics] Strip -idirafter, -iprefix...
2012-07-25 Chad Rosier[driver crash diagnostics] A few enhancements:
2012-07-25 Dmitri Gribenkolibclang comment to HTML rendering: \result is the...
2012-07-25 NAKAMURA Takumitest/PCH/objc_stmts.m: Suppress stderr to be fed to...
2012-07-25 Manuel KlimekIntroduces the 'decl' matcher which was missing for...
2012-07-25 NAKAMURA Takumitest/Analysis/iterators.cpp: Mark as REQUIRES:asserts...
2012-07-25 Timur IskhodzhanovAdd a FIXME to revisit the performance of BackRefMap...
2012-07-25 Manuel KlimekAdds a introductionary document to the Clang AST.
2012-07-25 Ted KremenekTurn -Wobjc-root-class on by default. <rdar://problem...
2012-07-25 Ted KremenekPromote warn_unknown_analyzer_checker to an error....
2012-07-25 Richard SmithPR12057: Allow variadic template pack expansions to...
2012-07-25 Dmitri GribenkoMake comments::Parser and comments::Sema noncopyable.
2012-07-24 Dmitri GribenkoComment parsing tests: fix test
2012-07-24 Jordan RoseAdd __has_feature(attribute_availability_with_message).
2012-07-24 Dmitri GribenkoComment diagnostics tests: add a function with zero...
2012-07-24 Dmitri GribenkoComment diagnostics: add warning for multiple \param...
2012-07-24 Richard SmithWhen a && or || appears as the condition of a ?:, perfo...
2012-07-24 Dmitri GribenkoCommentSema: simplify functions, per Jordan's comment.
2012-07-24 Richard SmithPedantic -pedantic correction. Duplicate cv-qualifiers...
2012-07-24 Rafael EspindolaDon't use a temporary file.
2012-07-24 Rafael EspindolaABIArgInfo's constructor is private and only used by...
2012-07-24 Dmitri GribenkoComment parsing: allow newlines between \param, directi...
2012-07-24 Hans WennborgTweak warning text for returning incomplete type from...
2012-07-24 Dmitri GribenkoComment parsing: couple TextTokenRetokenizer and commen...
2012-07-24 Dmitri GribenkoMove TextTokenRetokenizer from CommentLexer.h to Commen...
2012-07-24 Dmitri GribenkoComment parsing: retokenized text tokens are now pushed...
2012-07-24 Manuel KlimekIntroduces a new concept for binding results to matchers
2012-07-24 Timur IskhodzhanovFix PR13207 (Mangling of templates with back references...
2012-07-24 Francois PichetChange the way KEYNOMS is defined to be more comprehens...
2012-07-24 NAKAMURA Takumiclang/test/CodeGenCXX/debug-info-globalinit.cpp: Fix...
2012-07-24 Nick LewyckyEmit debug info for dynamic initializers. Permit __attr...
2012-07-24 Nick LewyckyFix whitespace, whoops missed a spot!
2012-07-24 Nick LewyckyFix whitespace, tabs to spaces. No functionality change.
2012-07-24 Rafael Espindolamove X86_32ABIInfo::computeInfo out of line.
2012-07-23 Dmitri GribenkoComment parser unit tests: split a huge test case
2012-07-23 Rafael EspindolaMake classifyReturnType and classifyArgumentType private.
next