]> granicus.if.org Git - clang/shortlog
clang
2012-10-11 Derek SchuffProperly factor Native Client defines to support NaCl...
2012-10-11 Rafael EspindolaHandle gnu_inline in c++ in a gcc compatible way. Origi...
2012-10-11 Jordan Rose-Warc-repeated-use-of-weak: Don't warn on a single...
2012-10-11 Jordan Rose-Warc-repeated-use-of-weak: Check messages to property...
2012-10-11 Argyrios Kyrtzidis[libclang] Improve AST serialization done by ASTUnit...
2012-10-11 Jordan RoseObjCMethodDecl::findPropertyDecl: bail out early if...
2012-10-11 Derek SchuffMake X86_64ABIInfo clean for ABIs with 32 bit pointers...
2012-10-11 NAKAMURA Takumiclang/test/CodeGenCXX/microsoft-uuidof.cpp: Fix for...
2012-10-11 Nico WeberAdd codegen support for __uuidof().
2012-10-11 Ted KremenekAdd prologue text for list of potential checkers.
2012-10-11 NAKAMURA Takumiclang/lib/Headers/CMakeLists.txt: Add f16cintrin.h.
2012-10-11 Manman RenX86: add F16C support in Clang
2012-10-11 Douglas GregorRemove the ASTDeserializationListener's MacroVisible...
2012-10-11 Douglas GregorRemove an unused bit from the serialized IdentifierInfo
2012-10-11 Douglas GregorDeserialize macro history when we deserialize an identi...
2012-10-11 Ted KremenekTeach set-xcode-analyzer that the new default value...
2012-10-11 Eli FriedmanMinor cleanup for r165678; no functional change.
2012-10-11 Eli FriedmanMake sure we perform the variadic method check correctl...
2012-10-10 Jordan RoseReapply "[analyzer] Treat fields of unions as having...
2012-10-10 David BlaikieFix a crash-on-invalid when parsing a reference to...
2012-10-10 Fariborz Jahanianobjective-C IRgen: When sending a method to 'super'
2012-10-10 Eric ChristopherTemporarily Revert "[analyzer] Treat fields of unions...
2012-10-10 Eric ChristopherRevert "[Options] make Option a value type."
2012-10-10 Michael J.... [Options] make Option a value type.
2012-10-10 Jordan Rose[analyzer] Treat fields of unions as having symbolic...
2012-10-10 David BlaikieMake -Wshift-op-parentheses a subgroup of -Wparentheses
2012-10-10 Sean Silvatblgen: Build clang-tblgen without RTTI.
2012-10-10 Sean Silvatblgen: Use LLVM-style RTTI in clang-tblgen
2012-10-10 Fariborz Jahanian[Doc parsing] This patch searches overridden objc/c++
2012-10-10 Jordan Rose[analyzer] Don't run non-path-sensitive checks on syste...
2012-10-10 Jordan Rose[analyzer] Fix typo: s/HandleDeclsGallGraph/HandleDecls...
2012-10-10 Jordan Rose-Warc-repeated-use-of-weak: look through explicit casts...
2012-10-10 Jordan RoseMove Sema::PropertyIfSetterOrGetter to ObjCMethodDecl...
2012-10-10 Jordan RoseChange Sema::PropertyIfSetterOrGetter to make use of...
2012-10-10 Jordan RoseRename ObjCMethodDecl::isSynthesized to isPropertyAccessor.
2012-10-10 Argyrios KyrtzidisFix stack overflow when trying to create an implicit...
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...
next