]> granicus.if.org Git - clang/shortlog
clang
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
2011-09-26 Peter CollingbourneRemove CodeGenVTables::ComputeVTableRelatedInformation...
2011-09-26 Peter CollingbourneCreate a VTableContext class and start moving CodeGenVT...
2011-09-26 Peter CollingbourneMove VTT builder to AST
2011-09-26 Peter CollingbourneMove BaseSubobject class to AST
2011-09-26 Peter CollingbourneRemove CodeGenModule field from VTTBuilder
2011-09-26 Peter CollingbourneMake the VTTBuilder class independent of LLVM core
2011-09-26 Chandler CarruthRemove support for splitting word-wrapped diagnostic...
2011-09-26 Chandler CarruthMove the word wrapped printing routine down to all...
2011-09-26 Chandler CarruthSwitch some of my recently added helper functions to...
2011-09-26 Chandler CarruthRewrite the printing of diagnostic options, categories...
2011-09-26 David BlaikieRename DiagnosticInfo to Diagnostic as per issue 5397
2011-09-26 David BlaikieRename PathDiagnosticClient to PathDiagnosticConsumer...
2011-09-26 Chandler CarruthDelete an extraneous line I missed.
2011-09-26 Chandler CarruthA direct extraction of the rest of the option printing...
2011-09-26 David BlaikieRename VerifyDiagnosticsClient to VerifyDiagnosticConsu...
2011-09-26 Chandler CarruthStart a more correct pattern for factoring out the...
2011-09-26 Chandler CarruthRevert r140484. That was *not* ready to be committed...
2011-09-26 Chandler CarruthFix a formatting goof.
2011-09-26 David BlaikieRename ChainedDiagnosticClient to ChainedDiagnosticCons...
2011-09-26 Chandler CarruthExtract the diagnostic message formatting into a helper...
2011-09-26 David BlaikieRename StoredDiagnosticClient to StoredDiagnosticConsum...
2011-09-25 David BlaikieRename CaptureDiagnosticClient to CaptureDiagnosticCons...
2011-09-25 Chandler CarruthExtract the logic for printing a colorful level name...
2011-09-25 David BlaikieRename IgnoringDiagClient to IgnoringDiagConsumer as...
2011-09-25 David BlaikieRename DiagnosticClient to DiagnosticConsumer as per...
2011-09-25 David BlaikieRename Diagnostic to DiagnosticsEngine as per issue...
2011-09-25 Chandler CarruthInline this method now that its completely trivial...
2011-09-25 Chandler CarruthShuffle some names around. 'CaretDiagnostic' is inaccur...
2011-09-25 Chandler CarruthActually remove the members of CaretDiagnostic no longe...
2011-09-25 Chandler CarruthSink the logic for suppressing some macro expansion...
2011-09-25 Chandler CarruthSplit the recursive macro expansion walk out from the...
2011-09-25 Benjamin KramerAdd a missing increment to avoid infinite looping in...
2011-09-24 Benjamin KramerUpdate CMake build.
2011-09-24 Sebastian RedlAdd a special note for overload resolution when an...
2011-09-24 Sebastian RedlCorrectly parse braced member initializers (even in...
2011-09-24 Sebastian RedlTreat list-initialization of scalars as a first-class...
2011-09-24 Sebastian RedlFix the expected error for narrowing conversions in...
2011-09-24 Sebastian RedlGive InitListChecker a verification-only mode, where...
2011-09-24 Sebastian RedlIn Initialization, add step kind SK_ListConstructorCall...
next