]> granicus.if.org Git - clang/shortlog
clang
2012-10-15 Anna Zaks[analyzer] CmpRuns - cleaned up the API, added relative...
2012-10-15 Anna Zaks[analyzer] Embed the analyzer version into the plist...
2012-10-15 Anna Zaks[analyzer] Enhance the error message.
2012-10-15 Anna Zaks[analyzer] Do not warn on direct ivar assignments withi...
2012-10-15 Daniel DunbarUn-revert r164907 and r164902 (+ follow-ups), 10.6...
2012-10-15 Abramo BagnaraFixed CXXNamedCast right paren location propagation...
2012-10-15 Abramo BagnaraFixed LabelDecl source range.
2012-10-15 Abramo BagnaraFixed ClassTemplateSpecializationDecl source range.
2012-10-15 Abramo BagnaraFixed FunctionTypeLoc range for trailing return type.
2012-10-15 Fariborz JahanianFixes location of overriding declaration with no comment
2012-10-15 Nico WeberRevert r164907 and r164902 (+ follow-ups). They broke...
2012-10-15 Bill WendlingMove the Attributes::Builder outside of the Attributes...
2012-10-15 Chad Rosier[ms-inline asm] Rework the front-end to use the API...
2012-10-15 Fariborz Jahanianstructured document comment: patch to provide comment...
2012-10-15 Douglas GregorTeach TargetInfo to hold on to the TargetOptions with...
2012-10-15 Kostya Serebryany[asan] make AddressSanitizer to be a FunctionPass inste...
2012-10-15 Daniel JasperOnly report first error when no compilation database...
2012-10-15 Bill WendlingUse enum values instead of magic numbers for indexing...
2012-10-15 Douglas GregorIntroduce the notion of excluded headers into the modul...
2012-10-15 Bill WendlingAttributes Rewrite
2012-10-15 Richard SmithAt -O0, emit an @llvm.trap() call at the end of a value...
2012-10-14 Benjamin KramerMake sure temporary files are deleted when recovering...
2012-10-14 Benjamin KramerDelete temporary output files when an error occurs...
2012-10-14 Benjamin KramerSimplify code. No functionality change.
2012-10-14 Bill WendlingRemove operator cast method in favor of querying with...
2012-10-14 Bill WendlingUse the Builder to create the stack alignment attribute.
2012-10-13 Nico Weber"Implement" codegen support for __noop().
2012-10-13 Nico WeberSimplify. Suggestion by Sean Silva.
2012-10-13 Jordan Rose[analyzer] Remove the "direct bindings only" Environmen...
2012-10-13 Jordan Rose[analyzer] Remove unneeded 'inlineCall' checker callback.
2012-10-13 Chad RosierUpdate for r165858.
2012-10-12 Chad Rosier[ms-inline asm] Remove a bunch of parsing code from...
2012-10-12 Eli FriedmanAdd TargetInfo for r600.
2012-10-12 Eli FriedmanMake -mms-bitfields behave consistently.
2012-10-12 Richard Smith-fcatch-undefined-behavior: Trap undefined behavior...
2012-10-12 Ted KremenekMove assertion to not crash tests.
2012-10-12 Ted KremenekSilence static analyzer issue by documenting that in...
2012-10-12 Ted KremenekSilence null dereference warnings by documenting contex...
2012-10-12 Ted KremenekFurther harden checking that scan-view isn't serving...
2012-10-12 Ted KremenekFix potential crash in ObjCContainersChecker by properl...
2012-10-12 Ted KremenekSilence dead store warning. It is conceptually possibl...
2012-10-12 Ted KremenekFix potential null deference in CFG printer.
2012-10-12 Ted KremenekRemove dead store.
2012-10-12 Chad RosierUpdate for r165833.
2012-10-12 Eli FriedmanFix -ast-print for uses of operator->.
2012-10-12 DeLesley HutchinsFix warnings introduced by r165826.
2012-10-12 DeLesley HutchinsThread-safety analysis: support multiple thread-safety...
2012-10-12 Chad Rosier[ms-inline asm] Remove a bunch of parsing code from...
2012-10-12 Douglas GregorAdd missing header from 165821
2012-10-12 Douglas GregorSanitize the names of modules determined based on the...
2012-10-12 Bill SchmidtRemove XFAIL,fix test
2012-10-12 Bill SchmidtXFAIL pending further investigation
2012-10-12 David BlaikieFix typo correction of one qualified name to another.
2012-10-12 Bill SchmidtThis patch addresses PR13948.
2012-10-12 Ted KremenekHave scan-view guard against serving up pages outside...
2012-10-12 Richard TrieuChange (!ptr != 0) to (!ptr) to make the code more...
2012-10-12 Argyrios KyrtzidisHandle a "#pragma options align" inside a class.
2012-10-12 Fariborz JahanianAdd dump support for comments coming from
2012-10-12 NAKAMURA Takumic-index-test.c: /* Use C style comment. */
2012-10-12 NAKAMURA Takumiclang/test/Index/index-module.m: Tweak expressions...
2012-10-12 Benjamin KramerRemove unused variable.
2012-10-12 Argyrios Kyrtzidis[PCH] We only need to record C++ overridden methods...
2012-10-12 Ted KremenekConditionally use an integral cast for BodyFarm support...
2012-10-12 Douglas GregorTrack which particular submodule #undef's a macro,...
2012-10-12 Chad RosierRemove dead code introduced in r165751.
2012-10-11 Fariborz Jahaniansearch for overridden methods with comment when overrid...
2012-10-11 Sean SilvaRemove pointless classof()'s.
2012-10-11 Sean SilvaAdd missing classof().
2012-10-11 David BlaikieProvide a fixit when taking the address of an unqualifi...
2012-10-11 NAKAMURA Takumiclang/test/Index/index-module.m: Move XFAIL. It was...
2012-10-11 NAKAMURA Takumiclang/test/Index/index-module.m: Mark it as XFAIL:win32...
2012-10-11 NAKAMURA Takumiclang/test/Index/index-pch-with-module.m: Tweak express...
2012-10-11 Chad Rosier[ms-inline asm] Remove a bunch of parsing code from...
2012-10-11 Chad Rosier[ms-inline asm] Lookup the IdentifierInfo using the...
2012-10-11 Douglas GregorDiagnose the expansion of ambiguous macro definitions...
2012-10-11 Ted KremenekRemove OSAtomicChecker.
2012-10-11 Ted KremenekSwitch over to BodyFarm implementation of OSAtomicCompa...
2012-10-11 Ted KremenekTeach GetBaseType() about BlockPointerTypes.
2012-10-11 Nadav RotemAdd TargetTransformInfo to the clang driver.
2012-10-11 Argyrios Kyrtzidis[libclang] Make sure the index_data.main_filename field...
2012-10-11 Argyrios Kyrtzidis[libclang] Remove this test while I investigate why...
2012-10-11 Ted KremenekAdd null check for malformed code.
2012-10-11 Argyrios Kyrtzidis[libclang] Add tests for indexing modules and PCHs...
2012-10-11 Derek SchuffFix build failure from r165722
2012-10-11 Douglas GregorIntroduce a simple "hint" scheme to eliminate the quadr...
2012-10-11 Douglas GregorMake the deserialization of PendingMacroIDs deterministic.
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-11 Jordan Rose-Warc-repeated-use-of-weak: fix a use-of-uninitialized...
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
next