]> granicus.if.org Git - clang/shortlog
clang
2012-10-10 NAKAMURA Takumi[CMake] clang/tools/extra may be included by LLVM_EXTER...
2012-10-10 Chandler CarruthApply the same fundamental fix for PR14048 as was appli...
2012-10-10 Bill WendlingRemove the final bits of Attributes being declared...
2012-10-10 Logan ChienFix PR 11709: Change the definition of va_list to meet...
2012-10-10 Bill WendlingPlace temporary LTO files into their own subdirectory.
2012-10-10 Bill WendlingHave 'addFnAttr' take the attribute enum value. Then...
2012-10-10 Argyrios KyrtzidisDisable the preprocessing record when indexing a source...
2012-10-10 Argyrios KyrtzidisWhen indexing a module file, for the ppIncludedFile...
2012-10-10 Argyrios Kyrtzidis[modules] Consistently construct a buffer as input...
2012-10-10 Richard SmithTidy up formatting.
2012-10-10 Richard Smith-fcatch-undefined-behavior: catch a VLA bound which...
2012-10-10 Richard SmithFix test broken by r165572.
2012-10-09 Bob WilsonRevert "Use a special path to place the .o files in."
2012-10-09 Richard Smith-fcatch-undefined-behavior: store the type name directl...
2012-10-09 Michael LiaoAdd extra vim swap file pattern
2012-10-09 Douglas GregorRework the (de-)serialization of macros, as stored in
2012-10-09 Eli FriedmanPeople put pragmas in crazy places; add more handling...
2012-10-09 Benjamin KramerInitialize the end loc in ObjCInterfaceTypeLoc.
2012-10-09 Rafael EspindolaThe clang driver has a fairly fancy support for executi...
2012-10-09 Argyrios KyrtzidisSimplify the code using SmallVector::append(), as sugge...
2012-10-09 Chad Rosier[driver] Remove redundant cases due to overlapping...
2012-10-09 Richard Smith-fcatch-undefined-behavior: emit calls to the runtime...
2012-10-09 Chad Rosier[driver] Remove the -W[no-][int-conversion|constant...
2012-10-09 Ted KremenekDon't forward -Wenum-conversion to cc1plus.
2012-10-09 Ted KremenekDon't forward -Wint-conversion to cc1plus.
2012-10-09 Ted KremenekCreate variable for warning group -Wshorten-64-to-32.
2012-10-09 Argyrios KyrtzidisMove the functionality that looks for ObjC overridden...
2012-10-09 Douglas GregorMake the order of visitation of the pending bodies...
2012-10-09 Douglas GregorWhen we load a function or method body from an AST...
2012-10-09 Alexey SamsonovFixup for r165097: build 32-bit ASan compiler-rt librar...
2012-10-09 Douglas GregorIf a macro has been #undef'd in a precompiled header...
2012-10-09 Benjamin KramerClearing a SmallPtrSet is still expensive, split it...
2012-10-09 Bill WendlingWe use the enums to query whether an Attributes object...
2012-10-09 Arnaud A. de... CXXMethodDecl::isConst() and CXXMethodDecl::isVolatile...
2012-10-09 Argyrios KyrtzidisMove the logic that searches for overridden methods...
2012-10-09 Argyrios KyrtzidisWhen storing the C++ overridden methods, store them...
2012-10-08 Eli FriedmanMake sure we allow "#pragma options align=mac68k" in...
2012-10-08 Ted KremenekAdd regression test to check if -Wenum-conversion is...
2012-10-08 Argyrios KyrtzidisIn VarDecl::getSourceRange() make sure to check that...
2012-10-08 Chandler CarruthActually add the -Wenum-conversion group to -Wconversio...
2012-10-08 Chandler CarruthSort the subgroups of the diagnostic group for -Wconver...
2012-10-08 Chandler CarruthMake Bitrig's clang understand -stdlib= correctly.
2012-10-08 Bill WendlingUse a special path to place the .o files in.
2012-10-08 Daniel JasperCompilationDatabaseTest: Fix another Windows path issue.
2012-10-08 Daniel JasperCompilationDatabase: Use //net paths for tests, as...
2012-10-08 Benjamin KramerDon't emit double parentheses in __clang_version__.
2012-10-08 Daniel JasperHopefully appease Windows buildbot with Japanese (...
2012-10-08 Daniel JasperFileNameMatchTrie: Use StringRef instead of Twines...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-08 Daniel JasperSupport symlinks and relative paths in complilation...
2012-10-08 David BlaikieUse a single note diagnostic for all the precedent...
2012-10-08 David BlaikieStringRef-ify Binary/UnaryOperator::getOpcodeStr
2012-10-07 Benjamin KramerPython bindings: fix typo.
2012-10-07 Benjamin KramerPython bindings: Add missing availability kind.
2012-10-07 Rafael EspindolaUse getArch instead of getArchName + string compare.
2012-10-07 Rafael EspindolaUse getArch instead of getArchName.
2012-10-06 Dmitri GribenkoList of potential checkers: smart pointer checker:...
2012-10-06 Dmitri GribenkoClang static analyzer docs: fix a couple of HTML markup...
2012-10-06 Dmitri GribenkoList of potential checkers: more C++11 details for...
2012-10-06 Benjamin KramerExpose __builtin_bswap16.
2012-10-06 Ted KremenekPlace warn_impcast_different_enum_types in a new warnin...
2012-10-06 Ted KremenekAdd link to potential future checkers.
2012-10-06 Ted KremenekAdd list of potential checkers. Provided by Anton...
2012-10-06 Jordan Rose[analyzer] Tweak test to run the retain-count checker...
2012-10-06 Jordan RoseParentMap: Restore the ability to update an existing...
2012-10-06 Jordan Rose[analyzer] Handle implicit statements used for end...
2012-10-06 Argyrios Kyrtzidis[libclang] Fix the comments, as suggested by Dmitri.
2012-10-06 Argyrios Kyrtzidis[libclang] Don't disable the preprocessing record while...
2012-10-05 Alex RosenbergFix another spot where this test varied for a Release...
2012-10-05 Alex RosenbergMake test resilient to Release build temp names.
2012-10-05 Alex RosenbergPropagate calling convention for aliases and weakrefs.
2012-10-05 Alex RosenbergFileCheckize test
2012-10-05 DeLesley HutchinsThread-safety analysis: allow attributes on constructor...
2012-10-05 Ted KremenekAdd color output to 'diagtool tree' to show what warnin...
2012-10-05 Aaron BallmanChanging line endings from Windows to Unix. No functio...
2012-10-05 Michael LiaoAdd intrinsic of MULX in BMI2 header
2012-10-05 Abramo BagnaraAdded forgotten break.
2012-10-05 Eli FriedmanMake sure to generate the right kind of MDNode for...
2012-10-05 Richard SmithWorkaround for libstdc++4.6 <atomic> bug: make comment...
2012-10-05 David BlaikieImplement -Wshift-op-parentheses for: a << b + c
2012-10-05 Argyrios Kyrtzidis[libclang] Now that we have a CXModule object, pass...
2012-10-05 Argyrios Kyrtzidis[libclang] Introduce new C functions that provide infor...
2012-10-05 Argyrios Kyrtzidis[Modules] Introduce Module::TopHeaders which is a set...
2012-10-05 Argyrios Kyrtzidis[preprocessing record] Have PPEntityID be independent...
2012-10-05 Argyrios Kyrtzidis[libclang] Introduce CXCursor_ModuleImportDecl cursor...
2012-10-04 Chad RosierTest case for r165275.
2012-10-04 Richard SmithIf we flow off the end of a value-returning function:
2012-10-04 Richard Smithlibstdc++-4.6 needs the same common_type fix as libstdc...
2012-10-04 Richard SmithEgriegious hack to support libstdc++4.6's broken <atomi...
2012-10-04 Abramo BagnaraFixed FunctionTypeLoc source range.
2012-10-04 Abramo BagnaraFixed instantiated operators source range.
2012-10-04 Abramo BagnaraFixed friend decl source range.
2012-10-04 Abramo BagnaraFixed ParamDecl source range for implicit typed k&r...
2012-10-04 Bill SchmidtFix the CodeGen/ppc64-varargs-struct.c test case to...
2012-10-04 Bill SchmidtAdd a test case for r156143, which enabled general...
2012-10-04 Benjamin KramerDriver: Link crtfastmath.o if it's available and -ffast...
2012-10-04 Michael HanFix scope location when parsing GNU attributes.
2012-10-04 Preston GurdRevert 165129
2012-10-04 Benjamin KramerPrefer StringRef::startswith to the strncmp/strlen...
2012-10-04 Logan ChienFix typo in comments.
next