]> granicus.if.org Git - clang/shortlog
clang
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
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...
next