]> granicus.if.org Git - clang/shortlog
clang
2011-09-29 Douglas GregorIntroduce a pure virtual clone() method to DiagnosticCo...
2011-09-29 Daniel DunbarBasic/Diagnostics: Split out the default warning "no...
2011-09-29 Eric ChristopherChange "Regions" to be "LexicalBlocks" since that's...
2011-09-29 Eric ChristopherRename EmitStopPoint in CGDebugInfo to EmitLocation...
2011-09-29 Eric ChristopherReorder functions in the file.
2011-09-29 Eric ChristopherCall UpdateLineDirectiveRegion every time we want to...
2011-09-29 Eric ChristopherUpdate comment.
2011-09-28 Chad Rosier[driver] Add basic support for escaping XML characters...
2011-09-28 Fariborz Jahanianobjc arc: Diagnose block pointer type mismatch when
2011-09-28 Ted KremenekCheck for empty predecessors for walking them.
2011-09-28 Fariborz Jahanianobjc++ arc: Diagnose block pointer type mismatch when
2011-09-28 Richard TrieuFix typo. string-convervion -> string-conversion
2011-09-28 Ted KremenekTweak -Wobjc-missing-super-calls to not warning about...
2011-09-28 Argyrios KyrtzidisFor __weak/__strong/etc. ownership attributes, don...
2011-09-28 Chandler CarruthFix a typo spotted by Jonathan Sauer.
2011-09-28 Argyrios KyrtzidisIntroduce non-const Decl::getParentFunctionOrMethod.
2011-09-28 Argyrios Kyrtzidis[libclang] Introduce clang_Range_isNull.
2011-09-28 NAKAMURA TakumiInstall c-index-test also on CMake build, following...
2011-09-28 Chandler CarruthAttempt to silence the GCC -Wreturn-type warning...
2011-09-28 Chandler CarruthGenerate tests for all of the x86 SIMD instruction...
2011-09-28 Chandler CarruthAdd a little banner to this test. This lets my scripts...
2011-09-28 Chandler CarruthFix a think-o on my part that got enshrined in a FIXME...
2011-09-28 Chandler CarruthMove some of the defines down to more natural locations...
2011-09-28 Chandler CarruthTeach Clang to reject 32-bit only CPUs when compiling...
2011-09-28 Chandler CarruthSimplify the control flow for predefined macro selectio...
2011-09-28 Chandler CarruthSwitch the X86TargetInfo object from a string represent...
2011-09-28 Chandler CarruthIntroduce an enumeration for the x86 CPUs recognized...
2011-09-28 Chandler CarruthClean up a bit of the uses of CPU in the TargetInfo...
2011-09-28 Benjamin KramerDriver: Fix two bad typos that were breaking the buildbots.
2011-09-28 Ted KremenekInstall c-index-test as part of install-clang-c Makefil...
2011-09-28 Chandler CarruthBegin fixing Clang's predefined macros for various...
2011-09-28 Argyrios KyrtzidisIntroduce Decl::getParentFunctionOrMethod which if...
2011-09-28 Chad Rosier[driver] If no OSX or iOS target has been specified...
2011-09-27 Eli FriedmanPR11002: Make sure we emit sentinel warnings with a...
2011-09-27 Ted KremenekInclude prefix with default synthesized ivars.
2011-09-27 Douglas GregorOnly print _Bool as 'bool' when 'bool' is defined as...
2011-09-27 Douglas GregorRemove the egregious hack that made Objective-C++ ARC...
2011-09-27 Douglas GregorWhen 'bool' is not a built-in type but is defined as...
2011-09-27 Fariborz Jahanianobjcetive-c-arc: When overriding a method, its ns_consu...
2011-09-27 Anna ZaksFix a crash in MallocOverflowSecurityChecker. Patch...
2011-09-27 David ChisnallCheck for GCC paths that have the target triple in...
2011-09-27 Eli FriedmanGet rid of useless helper Sema::CastCategory.
2011-09-27 Douglas GregorIf you download clang and delete the test directory...
2011-09-27 Benjamin Kramerde-tmpify clang.
2011-09-27 Anna Zaks[analyzer] Remove target triple from the malloc overflo...
2011-09-27 Eli FriedmanSome changes to improve compatibility for MSVC-style...
2011-09-27 Douglas GregorDocument the incompatibility that stems from Clang...
2011-09-27 Eli FriedmanMove test, so it actually tests what it is supposed...
2011-09-27 Eli FriedmanFix examples for r140478. PR11021.
2011-09-27 Argyrios Kyrtzidis[libclang] Expose array size and element type, patch...
2011-09-27 Peter CollingbourneConstant evaluation for pointer CXXScalarValueInitExpr
2011-09-27 Argyrios KyrtzidisIntroduce a callback to PPCallbacks for lines skipped...
2011-09-27 Argyrios KyrtzidisBreak SourceManager::translateFileLineCol into translat...
2011-09-27 Douglas GregorWhen parsing a character literal, extract the character...
2011-09-27 Douglas GregorRevert r139989 and r140031, which implemented the Objec...
2011-09-27 David ChisnallLet -B work for ld paths on Linux.
2011-09-27 Bill WendlingRevert r140589. It was causing failures during llvm...
2011-09-27 Argyrios KyrtzidisMSVC is stuck in the 80s.
2011-09-27 David BlaikieRenaming PathDiagnosticClients.h to PathDiagnosticConsu...
2011-09-27 Eli FriedmanPR11009: Fix a FIXME which was leading to an assertion...
2011-09-27 Kaelyn UhrainAdd typo correction for the type name in C++ "new"...
2011-09-27 Argyrios Kyrtzidis[libclang] Refactor the important stuff in clang_getCur...
2011-09-27 Argyrios Kyrtzidis[libclang] Introduce clang_Cursor_isNull and clang_Curs...
2011-09-27 Fariborz Jahanianobjc - don't complain about unimplemented property...
2011-09-26 Ted KremenekFix regression of -Warray-bounds involving varargs...
2011-09-26 Argyrios KyrtzidisAdd a comment in ASTReader::ReadPragmaDiagnosticMapping...
2011-09-26 Fariborz Jahanianobjc - compare setter/property types using
2011-09-26 Richard TrieuMove string literal to bool conversion into its own...
2011-09-26 Fariborz Jahanianobjc - in matching setter argument type to its property...
2011-09-26 Fariborz Jahanianobjc-arc: mark functions which return types which can...
2011-09-26 Akira HatanakaMake necessary changes in AddMIPSTargetArgs for targeti...
2011-09-26 Eli FriedmanCheckStringInit has side effects; make sure we don...
2011-09-26 Argyrios Kyrtzidis[libclang] Report implicit objc methods for properties...
2011-09-26 Eli FriedmanFix a typo in the new VerifyOnly handling in SemaInit...
2011-09-26 Eli FriedmanAdd a small note to BaseSubobject about where it is...
2011-09-26 Argyrios KyrtzidisFix assertion hit when @encoding C++ classes. rdar...
2011-09-26 Chandler CarruthAdd back support for a manually formatted section of...
2011-09-26 Eric ChristopherUpdate comments.
2011-09-26 Eric ChristopherFix comment to reflect reality.
2011-09-26 Douglas GregorRe-arrange and bitfieldify data members of CXXConstruct...
2011-09-26 Douglas GregorDiagnose attempts to use 'using typename' with a non...
2011-09-26 Chandler CarruthHoist and beef up the asserts about the level of infras...
2011-09-26 Chandler CarruthSwitch the emission of diagnostics without a source...
2011-09-26 Chandler CarruthExtract the actual printing of the message string into...
2011-09-26 Chandler CarruthGroup the helpers for word wrapping with the primary...
2011-09-26 Chandler CarruthAdd a test for the display of diagnostic options and...
2011-09-26 Argyrios KyrtzidisAssociate the macro arguments location map with a FileI...
2011-09-26 Argyrios KyrtzidisRemove SourceManager::getLocation().
2011-09-26 Argyrios KyrtzidisDon't map a file:line:col triplet that is inside the...
2011-09-26 Zhongxing XuProperly initialize Preprocessor::CurLexerKind to avoid...
2011-09-26 Benjamin KramerTurns out we tested for this typo.
2011-09-26 Benjamin KramerAdd missing spaces in diagnostic messages.
2011-09-26 Benjamin KramerDon't print a stray ] at the end of diagnostics.
2011-09-26 Peter CollingbourneMove VTable builder to AST
2011-09-26 Peter CollingbourneHave CodeGenVTables::GenerateConstructionVTable use...
2011-09-26 Peter CollingbourneMove vtable dumper call to VTableBuilder ctor
2011-09-26 Peter CollingbourneImplement VTableContext::createConstructionVTableLayout
2011-09-26 Peter CollingbourneMove all vtable layout data into new VTableLayout class
2011-09-26 Peter CollingbourneMove VTableComponent to header file
2011-09-26 Peter CollingbourneMove vtable component accessors to VTableContext
next