]> granicus.if.org Git - clang/shortlog
clang
2012-08-16 Eric ChristopherAdd some caching here for the builtin types.
2012-08-16 Eric ChristopherRemove FIXME, the constraints contain more options...
2012-08-16 Eric ChristopherAdd a missing 'break' to ensure that we reject inline...
2012-08-16 Eric ChristopherRandom string removal.
2012-08-16 Eric ChristopherMake isa part of objc_object at metadata generation...
2012-08-16 Richard SmithFix misaligned allocation of TemplateParameterList...
2012-08-16 Chad Rosier[ms-inline asm] Comment.
2012-08-16 Chad Rosier[ms-inline asm] Extract a helper function, getSpelling...
2012-08-16 Fariborz Jahanianobjective-C++: issue diagnostic when ivar type is
2012-08-16 Chad Rosier[ms-inline asm] If we don't know how to handle a token...
2012-08-16 Chad Rosier[ms-inline asm] Add a helper function, isMSAsmKeyword().
2012-08-16 Sam PanzerRemoved unused LParenLoc parameter to ActOnCXXForRangeStmt
2012-08-16 Fariborz Jahanianobjective-C: make -Wcast-of-sel-type the default.
2012-08-16 Dmitri GribenkoCommentCommandTraits: rename BeginName -> StartName...
2012-08-16 Chad Rosier[ms-inline asm] Perform symbol table lookup on variable...
2012-08-16 Chad RosierFixup test case for Release builds.
2012-08-16 Fariborz Jahanianobjective-C: deprecate casts of ObjC's SEL
2012-08-16 Dmitri GribenkoAttaching comments to declarations: parse the comment...
2012-08-16 Ted KremenekRemove #if 0 that has been around for a long time.
2012-08-16 Ted KremenekRemove "range_iterator" from PathDiagnosticPiece and...
2012-08-16 Ted KremenekAllow multiple PathDiagnosticConsumers to be used with...
2012-08-16 Sam PanzerMatchers related to DeclStmt for matching the count...
2012-08-16 Chad Rosier[ms-inline asm] Start tracking which tokens are registe...
2012-08-16 Sam PanzerMatchers which correspond to CastExpr, IgnoreImpCasts...
2012-08-16 Richard SmithStore SourceManager pointer on PrintingPolicy in the...
2012-08-16 Richard SmithDon't constant-fold when pretty-printing alignment...
2012-08-16 Sam PanzerTest commit: deleted whitespace on blank line
2012-08-16 Richard SmithFix misaligned allocation of QualifiedTempateName and...
2012-08-16 Tanya LattnerRemove names from the CHECK lines.
2012-08-16 Tanya LattnerConvert loads and stores of vec3 to vec4 to achieve...
2012-08-16 Chad Rosier[ms-inline asm] Add inputs and outputs to AST. No...
2012-08-16 Jordan Rose[analyzer] Look through all casts when trying to track...
2012-08-15 Richard SmithDevirtualize calls on glvalues produced by class member...
2012-08-15 DeLesley HutchinsThread safety analysis: prevent a compiler error in...
2012-08-15 Jordan Rose[analyzer] If we call a C++ method on an object, assume...
2012-08-15 Chad Rosier[ms-inline asm] Use a set container to remove redundant...
2012-08-15 Chad Rosier[ms-inline asm] Address a FIXME by computing the number...
2012-08-15 Jordan Rose[analyzer] Even if we are not inlining a virtual call...
2012-08-15 Chad Rosier[ms-inline asm] MSVC parses multiple __asm statements...
2012-08-15 Jordan Rose[analyzer] Correctly devirtualize virtual method calls...
2012-08-15 Matt Beaumont-GayAllow 'static' and type qualifiers in K&R parameter...
2012-08-15 Chad Rosier[ms-inline asm] Don't emit newlines as these are ignore...
2012-08-15 Daniel JasperAdd ASTMatcher for matching extern "C" function declara...
2012-08-15 Fariborz JahanianPatch to warn about __private_extern__ on tentative...
2012-08-15 John CriswellFix for PR#13606: http://llvm.org/bugs/show_bug.cgi...
2012-08-15 Chad Rosier[ms-inline asm] Add support for clobbers in CodeGen.
2012-08-15 Chad Rosier[ms-inline asm] Capturing loop-scoped (std::string...
2012-08-15 Michael HanFix base type of ASTDeclNodeLister.
2012-08-15 Jordan Rose[analyzer] Don't try to devirtualize if the class is...
2012-08-15 Jordan Rose[analyzer] Only adjust the type of 'this' when we devir...
2012-08-15 Chad Rosier[ms-inline asm] Add the left brace source location...
2012-08-15 Hans WennborgCheck for improper use of 'static' and type qualifiers...
2012-08-15 Eric ChristopherRevert this to try to bring the i386 bots back.
2012-08-15 NAKAMURA Takumiclang/lib/Sema/SemaStmt.cpp: Include MCAsmLexer.h to...
2012-08-15 Richard SmithUse the right alignment when allocating NestedNameSpeci...
2012-08-15 Richard SmithFix overallocation and underalignment of ASTTemplateArg...
2012-08-15 Jordan Rose[analyzer] Doxygen comments in ObjCMethodCall.
2012-08-15 Jordan Rose[analyzer] Don't inline dynamic-dispatch methods unless...
2012-08-15 Jordan Rose[analyzer] Correctly devirtualize virtual method calls...
2012-08-15 Chad Rosier[ms-inline asm] Add support for clobbers in CodeGen.
2012-08-15 Chad Rosier[ms-inline asm] Have MC start parsing the asms.
2012-08-15 Chad Rosier[ms-inline asm] Mark getClobber() const.
2012-08-15 Jordan Rose[analyzer] A base class needs a complete definition...
2012-08-14 Richard TrieuCheck local static variables for self reference on...
2012-08-14 Chad Rosier[ms-inline asm] More test cases to make sure buildMSAsm...
2012-08-14 Chad Rosier[ms-inline asm] Remove the last bits of LineEnds.
2012-08-14 Richard SmithRemove trailing return flag from FunctionTypeLoc, since...
2012-08-14 Richard SmithFix undefined behavior: reference bound to dereferenced...
2012-08-14 Chad Rosier[ms-inline asm] Simplify more logic by using the Token...
2012-08-14 Rafael EspindolaSmall change to avoid confusion on what "used by" means...
2012-08-14 Chad Rosier[ms-inline asm] Address a potential buffer overflow.
2012-08-14 Chad Rosier[ms-inline asm] Simplify the logic in patchMSAsmString...
2012-08-14 Fariborz Jahanianirgen: inline code for several of complex builtin
2012-08-14 Chad Rosier[ms-inline asm] Add a helpful assert.
2012-08-14 Anna Zaks[analyzer]Assume that the properties cannot be overridd...
2012-08-14 Anna Zaks[analyzer] Address Jordan's comments for r161822, r161683.
2012-08-14 Bob WilsonAvoid using i64 types for vld1q_lane/vst1q_lane intrinsics.
2012-08-14 Dmitri GribenkoAttaching comments to redeclarations: fix wrong assumptions
2012-08-14 Aaron BallmanChanging an enumeration to a const int to fix MSVC...
2012-08-14 Anna Zaks[analyzer] Remove other #if 0 from Retain Count checker.
2012-08-14 Anna Zaks[analyzer] Remove autorelease pools code from the Retai...
2012-08-14 Benjamin KramerDo NOT use inline functions with LLVM_ATTRIBUTE_USED.
2012-08-14 Benjamin KramerRemove and simplify unused checking code.
2012-08-14 Benjamin KramerFix horribly broken sema of __attribute__((pcs())).
2012-08-14 Alexander KornienkoAdded description of clang-check -ast-dump* options.
2012-08-14 Chandler CarruthEmphasize that clang-fixit is planned but not yet contr...
2012-08-14 Chandler CarruthFix some of my terrible spelling.
2012-08-14 Chandler CarruthAdd initial documentation about the new tools repositor...
2012-08-14 Anna Zaks[analyzer] Fixup to r161821
2012-08-14 Richard SmithFix undefined behavior: don't bind a dereferenced null...
2012-08-14 Richard SmithPlacate the mingw32 buildbot by suffixing 64-bit consta...
2012-08-14 Richard SmithFix undefined behavior in code completion, caught by
2012-08-14 Eli FriedmanMake __is_convertible_to handle abstract types correctl...
2012-08-14 Richard SmithFix undefined behavior (and wrong code, as far as I...
2012-08-14 Chandler CarruthClean up the basic instructions for getting started...
2012-08-14 Anna Zaks[analyzer] Teach live variable analyzes that super...
2012-08-14 Anna Zaks[analyzer] Disable autorelease pool tracking.
2012-08-14 Anna Zaks[analyzer] Refactor RetainReleaseChecker to go through...
2012-08-14 Anna Zaks[analyzer] Add getStackFrame() to CheckerContext and...
2012-08-13 Jordan Rose[analyzer] Look up DynamicTypeInfo by region instead...
next