]> granicus.if.org Git - clang/shortlog
clang
2012-11-30 Douglas GregorWhen an error occurs while building a module on demand...
2012-11-30 Manuel KlimekAllow matchers to access the ASTContext.
2012-11-30 Chandler CarruthUpdate to reflect the change of macro name in r168993.
2012-11-30 Eli FriedmanFix the computation of highlight ranges so we produce...
2012-11-30 Richard SmithRefactor to reduce duplication in handling of special...
2012-11-30 Quentin ColombetAdd a test case for the new cortex-a5 switch
2012-11-30 Jordan RoseUse the new LLVM_LVALUE_FUNCTION to ban two getAs(...
2012-11-30 Douglas GregorFix unit tests for ModuleLoader change in r168961.
2012-11-29 Douglas GregorKeep track of modules that have failed to build. If...
2012-11-29 Eli FriedmanFix a small calling-convention bug for x86-32. PR14453.
2012-11-29 Quentin ColombetAdd ARM cortex-a5 subtarget
2012-11-29 Richard SmithRemove out-of-date comment.
2012-11-29 Quentin ColombetRevert commit revision r168953, to change the commit...
2012-11-29 Quentin Colombetgit-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk...
2012-11-29 Alexey SamsonovThis patch exposes to Clang users three more sanitizers...
2012-11-29 Eli BenderskyMake the test less sensitive to DWARF emission implemen...
2012-11-29 Eric ChristopherMake sure that we put the rest of the sanitizer librari...
2012-11-29 Eric ChristopherUse newer command line option here.
2012-11-29 Eric ChristopherRemove duplicate test run lines.
2012-11-29 Rafael EspindolaNow that the underlying problem has been fixed, add...
2012-11-29 Rafael EspindolaMerge function types in C.
2012-11-29 NAKAMURA TakumiASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiter...
2012-11-29 NAKAMURA TakumiASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiter...
2012-11-29 Timur Iskhodzhanov[-cxx-abi microsoft] Also spill the argument-back-refer...
2012-11-29 Richard SmithReject uses of __int128 on platforms that don't support...
2012-11-29 Nico WeberFix sentence construction-o.
2012-11-29 Eli FriedmanFix crash-on-invalid. <rdar://problem/12765391>.
2012-11-29 Richard SmithThe declaration of a special member can require overloa...
2012-11-29 Ted KremenekChange SValBuilder::getConditionType() to return BoolTy...
2012-11-29 Ted KremenekCorrectly handle IntegralToBool casts in C++ in the...
2012-11-29 Chad Rosier[driver] -mkernel implies -mstrict-align; don't add...
2012-11-28 Michael HanImplement C++11 [dcl.attr.grammar] p4: If an attribute...
2012-11-28 Fariborz Jahanianobjective-C blocks: Make sure that identical logic...
2012-11-28 Richard SmithPer C++11 [except.spec]p2, rvalue references are not...
2012-11-28 Richard SmithPR14388: An array or function type in an exception...
2012-11-28 Manman RenABI: comments from Eli on r168820.
2012-11-28 Manman RenABI: modify CreateCoercedLoad and CreateCoercedStore...
2012-11-28 Richard SmithPR13098: If we're instantiating an overloaded binary...
2012-11-28 Jordan Rose[analyzer] scan-build: Don't forget to close our temp...
2012-11-28 Jordan Rose[analyzer] scan-build: Treat '.C' files as C++.
2012-11-28 Alexey SamsonovRefactor -fsanitize, -f*-sanitizer arguments parsing...
2012-11-28 Kostya Serebryany[asan] Split AddressSanitizer into two passes (Function...
2012-11-28 Andy GibbsRemove obsolete comment missed by r162937
2012-11-28 Richard SmithTeach Lexer::getSpelling about raw string literals...
2012-11-28 Richard SmithStore on the CXXRecordDecl whether the class has, or...
2012-11-28 Ted KremenekRemove workaround in RegionStore in r168741 since it...
2012-11-28 Argyrios KyrtzidisIntroduce ASTUnresolvedSet, an UnresolvedSet-like class...
2012-11-28 Argyrios KyrtzidisDon't return a pointer to an UnresolvedSetImpl in the...
2012-11-28 Richard SmithC++ core issue 1344, PR10618: promote "addition of...
2012-11-28 Ted KremenekFix another false positive due to a CXX temporary objec...
2012-11-28 Fariborz Jahanianobjective-C arc: Underline the selector when issuing
2012-11-27 NAKAMURA Takumidocs: [CMake] Add Xcode to the list of project formats...
2012-11-27 NAKAMURA Takumiclang/www/get_started.html: s/cmake/CMake/
2012-11-27 Ted KremenekProvide stop-gap solution to crash reported in PR 14436.
2012-11-27 Fariborz Jahanianobjective-C arc: load of a __weak object happens via...
2012-11-27 Argyrios Kyrtzidis[libclang] Remove WorkingDir field from CIndexer, it...
2012-11-27 Nico WeberMove PrettyStackTraceParserEntry to ParseAST.cpp
2012-11-27 Richard SmithAllow an ASTConsumer to selectively skip function bodie...
2012-11-27 Richard SmithSimplify checking for whether we should implicitly...
2012-11-27 Chad RosierRemove an extra semicolon.
2012-11-27 Rafael EspindolaFix examples.
2012-11-27 Rafael EspindolaRemove some dead code. CLANG_IS_PRODUCTION is now just...
2012-11-27 Will DietzAdd -fsanitize=integer for reporting suspicious integer...
2012-11-27 Timur IskhodzhanovRemove outdated FIXME; should have removed that in...
2012-11-27 NAKAMURA Takumiclang/test/lit.cfg: Disable dev-fd-fs on cygwin for...
2012-11-27 Eli FriedmanTest for r168674.
2012-11-27 Eli FriedmanFix the definition of the vfork() builtin on Haiku...
2012-11-27 Bill SchmidtThis patch addresses an incompatibility relative to...
2012-11-27 Jordan Rosescan-build: Respect TMPDIR on all platforms, not just...
2012-11-27 Jordan Rose[analyzer] Fix test to work on non-LP64 systems.
2012-11-27 Rafael EspindolaAdd a testcase that r168411 would break.
2012-11-27 Rafael EspindolaRevert r168411 for now.
2012-11-27 Richard SmithDuplicate some common owners between Clang and LLVM.
2012-11-27 Richard SmithMove Clang code owners list from llvm/ to cfe/.
2012-11-27 Daniel DunbarFrontend: Create a virtual file for named pipe inputs.
2012-11-26 Michael HanImprove diagnostic on C++11 attribute specifiers that...
2012-11-26 Eli FriedmanAdd missing "break". Thanks to Craig for spotting it.
2012-11-26 Sebastian Popcheck that always_inline attribute works with -fno...
2012-11-26 Jordan Rose[analyzer] SATestBuild.py: allow make builds to disable...
2012-11-26 Anna Zaks[analyzer] Fix a crash reported in PR 14400.
2012-11-26 Anton KorobeynikovMSPGCC renamed ISR vectors from vector_<address> to...
2012-11-26 Timur IskhodzhanovFix PR14413 - incorrect mangling of anonymous namespace...
2012-11-26 Richard SmithPR14428: When instantiating a 'new' expression, if...
2012-11-25 Rafael EspindolaAdd r168519 back, but with a fix to also merge the...
2012-11-25 Rafael EspindolaAdd a basic testcase for the "variable is not needed...
2012-11-25 Alexey SamsonovFix test case for linking with sanitizer opts added...
2012-11-24 NAKAMURA TakumiRevert r168519, "Merge used flags so that we don't...
2012-11-24 Nico WeberMake err_module_expected_semi consistent with all the...
2012-11-23 Benjamin KramerSema: Provide a valid source location when instantiatin...
2012-11-23 Rafael EspindolaMerge used flags so that we don't have to iterate on...
2012-11-23 Rafael EspindolaRemove redundant check.
2012-11-23 Rafael EspindolaCheck that we don't warn on this testcase. This is...
2012-11-23 Joey GoulyPR14306: Move -fbounds-checking to -fsanitize=bounds.
2012-11-23 Bob WilsonReapply a subset of r167567 to clean up Darwin-specific...
2012-11-22 Benjamin KramerMake helpers static/anonymous.
2012-11-22 Richard SmithFix regression in r168477. Use canonical decl when...
2012-11-22 Richard SmithFix CXXRecordDecl::forallBases to not look through...
2012-11-22 Richard SmithTest that we correctly deal with multiple copy construc...
2012-11-21 Chandler CarruthFix the '-fuse-init-array' option to actually be an...
2012-11-21 Benjamin KramerSemaCXX: an enumeral type can be of character or boolea...
next