]> granicus.if.org Git - clang/shortlog
clang
2011-10-16 Sebastian RedlProve that non-overloaded function calls using init...
2011-10-16 Sebastian RedlDrop the Diagnose parameter from Sema::PerformImplicitC...
2011-10-16 Sebastian RedlMake a C-style cast a const-cast, to suppress a GCC...
2011-10-16 David BlaikieRemove the leftover partial comment.
2011-10-16 Chandler CarruthFix a silly bug introduced in r142133.
2011-10-16 Chandler CarruthClean up some cruft in the library path searching logic...
2011-10-16 Benjamin KramerConvert inline asm source ranges into clang SourceRange...
2011-10-16 Chandler CarruthI fixed this with r142127; these notes now make sense...
2011-10-16 Chandler CarruthHoist the logic I added to compute the macro name into...
2011-10-16 Chandler CarruthNow that macro expansion notes are real notes and go...
2011-10-16 Chandler CarruthFix the original bug in our diagnostic printing that...
2011-10-16 Chandler CarruthNow that the structure of this is more reasonably laid...
2011-10-16 Chandler CarruthAdd a prefix to the existing test to prepare for more...
2011-10-16 Chandler CarruthFold two run lines into a single logical one, and move...
2011-10-16 Chandler CarruthRename this test to a more general name in preparation...
2011-10-16 Bill WendlingEnable CREATE_SUBDIRS for a performance win, because...
2011-10-16 Chandler CarruthAdd proper doxyments to the entry point routine, and...
2011-10-16 Chandler CarruthPersist the TextDiagnostic object across multiple diagn...
2011-10-15 Chandler CarruthClean up the names of all the TextDiagnostic methods...
2011-10-15 Chandler CarruthMove two functions out of the public interface that...
2011-10-15 Chandler CarruthGraduate the TextDiagnostic interface to its own header...
2011-10-15 Chandler CarruthMove the message printing to a class-static function...
2011-10-15 Chandler CarruthMove the diagnostic level printing into a class static...
2011-10-15 Chandler CarruthRationalize the last bit of "arbitrary" state that...
2011-10-15 Fariborz JahanianAvoid duplicate unavailbility diagnostics in objc++.
2011-10-15 Benjamin KramerPlace static initializers on linux into the ".text...
2011-10-15 Fariborz Jahanianobj-c++: allow the getter/setter to return/take parameters
2011-10-15 Peter CollingbourneInternals manual: eliminate mention of System library
2011-10-15 Benjamin KramerReplace vectors with arrays.
2011-10-15 Chandler CarruthNeither 'Warning' nor 'NonNote' was a good name for...
2011-10-15 Chandler CarruthNuke a bunch of FIXMEs that are now fixed. =] Also...
2011-10-15 Chandler CarruthSink the include stack printing into the generic text...
2011-10-15 Chandler CarruthRationalize some of how the locations of prior diagnost...
2011-10-15 Chandler CarruthSink the EmitDiagnosticLoc method down to the generic...
2011-10-15 Chandler CarruthSink the non-caret diagnostic logic down and out of...
2011-10-15 Chandler CarruthSimplify the interface of a helper method in the TextDi...
2011-10-15 Chandler CarruthAdd an accessor for all of the ranges in a diagnostic...
2011-10-15 Richard SmithAdd -Wc++98-compat warning for deduced 'auto' type...
2011-10-15 Richard SmithImplement -Wc++98-compat warnings for the parser.
2011-10-15 Richard SmithRefactor: remove redundant check for 'final' specifier...
2011-10-15 Richard SmithTestcase for half of r142048.
2011-10-15 Ted KremenekConvert stray doxygen comments to regular comments...
2011-10-15 Ted KremenekRevert "Move doxygen comments to pair with the actual...
2011-10-15 Richard SmithUse of override keywords in C++98 should produce a...
2011-10-15 Richard SmithRename an ExtWarn to ext_ for consistency.
2011-10-15 Richard SmithDon't warn about use of 'final' in ill-formed C++98...
2011-10-15 Eli FriedmanHandle an edge case involving the conditional operator...
2011-10-15 Chandler CarruthChange 'Emit' to 'EmitCaret' which sums up what it...
2011-10-15 Richard Smith-Wc++98-compat warnings for the lexer.
2011-10-15 Douglas GregorTeach the ASTImporter to perform DeclContext lookups...
2011-10-14 Peter CollingbourneAdd c_alignas and cxx_alignas features
2011-10-14 Douglas GregorTweak the C++11 status prose a bit. We still need bette...
2011-10-14 Anton KorobeynikovMissed tests for half FP support
2011-10-14 Anton KorobeynikovProvide half floating point support as a storage only...
2011-10-14 Douglas GregorSwitch the C++11 status table from a developer-centric...
2011-10-14 Eli FriedmanAttempt to fix Windows buildbot, round 2.
2011-10-14 Eli FriedmanAdd template instantiation support for AtomicExpr.
2011-10-14 Douglas GregorTeach the ASTImporter not to import redundant fields.
2011-10-14 Eli FriedmanAttempt to fix buildbot failure on Windows.
2011-10-14 Joerg Sonnenbergervfork comes from unistd.h
2011-10-14 Argyrios KyrtzidisAllow calling ASTUnit::LoadFromCompilerInvocationAction...
2011-10-14 Eli FriedmanMisc fixes for atomics. Biggest fix is doing alignment...
2011-10-14 Richard Smith-Wc++98-compat: warn on C++11 attributes and alignas.
2011-10-14 Richard SmithTest for r141985.
2011-10-14 Douglas GregorDon't try to diagnose anything when we're passing incom...
2011-10-14 Richard SmithReinstate r141898 (reverted in r141921), without the...
2011-10-14 Richard SmithRefactor static analyzer to use simpler interface to...
2011-10-14 Richard Smith[temp.explicit]p1: constexpr cannot be specified in...
2011-10-14 Rafael EspindolaFix the CXX_INCLUDE_ROOT case that was out of date...
2011-10-14 Benjamin KramerHarden test for windows paths.
2011-10-14 Benjamin KramerChange operator<< for raw_ostream and NamedDecl to...
2011-10-14 Benjamin KramerSimplify code to avoid a useless string copy.
2011-10-14 Benjamin KramerUpgrade to PathV2.
2011-10-14 Benjamin KramerAdd parens to pacify GCC.
2011-10-14 Fariborz JahanianFix misplaced comment.
2011-10-14 Fariborz JahanianMake value kind based on the return type of the getter...
2011-10-14 Argyrios Kyrtzidis[PCH] Serialize info about redeclared objc methods.
2011-10-14 Joerg SonnenbergerAdd flags for the remaining shift related warnings
2011-10-14 Fariborz Jahanianobjc-arc: Improve arc diagnostic when method is not
2011-10-14 Bob WilsonAdd __nodebug__ attribute to functions in arm_neon.h
2011-10-14 Douglas GregorUnder ARC, merge the bit corresponding to the ns_return...
2011-10-14 Matt Beaumont-GayOnly warn in -Wliteral-conversion if the conversion...
2011-10-14 Douglas GregorWhen declaring an out-of-line template, attempt to...
2011-10-14 Erik VerbruggenAdded clang_getCompletionAnnotation and clang_getComple...
2011-10-14 Argyrios KyrtzidisReally protect from infinite loop when there are objc...
2011-10-14 David BlaikieUpdating the Clang website to refer to C++'11 instead...
2011-10-14 Argyrios KyrtzidisKeep track of objc method redeclarations in the same...
2011-10-14 Bob WilsonUse Triple.isOSDarwin() instead of comparing against...
2011-10-14 Ted KremenekUpdate open source static analyzer build.
2011-10-14 Ted KremenekMove doxygen comments to pair with the actual values.
2011-10-14 Eli FriedmanPR11124: Don't overwrite memory outside of a base class...
2011-10-14 Douglas GregorFix grammaro
2011-10-14 Douglas GregorAdd a preprocessor callback that is invoked every time...
2011-10-14 Richard SmithAdd support for -std=gnu90 and -std=c++03, for compatib...
2011-10-14 Jeffrey YasskinRevert the -Wc++98-compat flag because dgregor doesn...
2011-10-13 Fariborz Jahanianobjc-arc: 'Class' property is implicitly __unsafe_unret...
2011-10-13 Richard SmithRename -Wc++0x-compat, -Wc++0x-extensions and -Wc+...
2011-10-13 Richard TrieuFix a test case where FileCheck is used to test code...
2011-10-13 Richard SmithConvert newly-added test from -std=c++0x to -std=c...
2011-10-13 Nico WeberExtend -Wno-sizeof-array-argument to strncpy and friends.
next