]> granicus.if.org Git - clang/shortlog
clang
2012-03-07 Chad Rosier[driver] Don't try to generate diagnostic information...
2012-03-07 Benjamin KramerSilence unused variable warnings.
2012-03-07 Michael HanRefactor Clang sema attribute handling.
2012-03-07 Dylan NoblesmithAST: fix build since r152060
2012-03-06 Daniel Dunbar[AST] VarDecl::hasDefinition() - Early exit if we find...
2012-03-06 Daniel Dunbar[AST] FunctionDecl::getBuiltinID() - Eliminate spurious...
2012-03-06 Ted KremenekFix horrific CFG bug where '@autoreleasepool' would...
2012-03-06 Chad RosierMissing period.
2012-03-06 Chad RosierWhitespace.
2012-03-06 Sean CallananCleanup (style). Thanks to Argyrios for catching
2012-03-06 Michael Hancommit access verified, revert change
2012-03-06 Michael Hantest commit access
2012-03-06 NAKAMURA TakumiCMake: Fix build to add clangEdit to USED_LIBS.
2012-03-06 Argyrios Kyrtzidis[objcmt] Add a triple to test/ARCMT/objcmt-subscripting...
2012-03-06 Sean CallananExtended the UnknownAnyTy resolver to handle
2012-03-06 Fariborz Jahanianget rid of an unsued variable warning.
2012-03-06 Chad Rosier[driver] What was implemented in r152130 was actually...
2012-03-06 Benjamin KramerJust use memcpy directly, uninitialized_copy requires...
2012-03-06 Ted KremenekAdd new code migrator support for migrating existing...
2012-03-06 Ted KremenekEnable default @synthesize by default.
2012-03-06 Ted KremenekAdd static analyzer support for new NSArray/NSDictionar...
2012-03-06 Ted KremenekAnd libclang cursor/indexing support for new Objective...
2012-03-06 Ted KremenekAdd clang support for new Objective-C literal syntax...
2012-03-06 Chad RosierWhitespace.
2012-03-06 Chad RosierMinor fix for r152130. Put -fno-inline in f_Group.
2012-03-06 Chad Rosier[driver] Add support for -fno-inline.
2012-03-06 Fariborz JahanianUndo patch for // rdar://10735698
2012-03-06 Daniel DunbarAST: Move several Type::is...Type() functions to be...
2012-03-06 Benjamin KramerNamespaceDecl: Call non-virtual method inside virtual...
2012-03-06 Fariborz Jahanianobjective-c modern translator. Don't ignore unnamed...
2012-03-06 Argyrios KyrtzidisUse newly introduced const-goodness of TinyPtrVector.
2012-03-06 Richard SmithUser-defined literals: reject string and character...
2012-03-06 Argyrios KyrtzidisUse TinyPtrVector instead of UsuallyTinyPtrVector.
2012-03-06 Argyrios KyrtzidisMove clang/Basic/UsuallyTinyPtrVector.h to llvm/ADT...
2012-03-06 Ted Kremenek[analyzer] add a diagnostic event when entering a call...
2012-03-06 Ted Kremenek[analyzer] 'Looping back to the head of the loop' diagn...
2012-03-06 Argyrios KyrtzidisMove include/clang/AST/UsuallyTinyPtrVector.h -> includ...
2012-03-06 Jordy Rose[analyzer] Remove now-unused constant. No functionality...
2012-03-06 Jordy Rose[analyzer] Fix unnecessary dyn_cast_or_null. No functio...
2012-03-06 Argyrios KyrtzidisAdd some doxygen comments.
2012-03-06 Argyrios Kyrtzidis[tablegen] Make sure that the code that is determining...
2012-03-05 Ted KremenekTeak CallAndMessageChecker to only warn about uninitial...
2012-03-05 Anna Zaks[analyzer] Bump up the size of the functions that...
2012-03-05 Fariborz JahanianMinor refactoring for previous patch for // rdar:/...
2012-03-05 Richard Smithstatic_assert: Allow any string-literal as the message...
2012-03-05 Ted KremenekTeach SimpleSValBuilder that (in the absence of more...
2012-03-05 Daniel DunbarAST/stats: Don't effectively use an out-of-line functio...
2012-03-05 Daniel DunbarASTContext: Don't use nothrow specifications on the...
2012-03-05 Anna Zaks[analyzer] Time the execution (per each TU) with -analy...
2012-03-05 Daniel Dunbarbuild/compiler-rt: Stop forcing off -integrated-as...
2012-03-05 Sebastian RedlIf the element type of an initializer list has a destru...
2012-03-05 Fariborz Jahanianpatch to optionally warn for block implementations...
2012-03-05 Jim GrosbachAdd MCRegisterInfo to the MCInstPrinter factory functio...
2012-03-05 Anna Zaks[analyzer] False positive in SelfInit - teach the check...
2012-03-05 Anna Zaks[analyzer] Malloc should assume that ownership is trans...
2012-03-05 Benjamin KramerAvoid double lookup.
2012-03-05 Peter CollingbourneProperly handle non-canonical underlying types in
2012-03-05 Nico WeberFix a -Wstring-plus-int warning.
2012-03-05 Benjamin KramerTargetInfo: create less temporary strings.
2012-03-05 Rafael EspindolaFix a small difference in sema and codegen views of...
2012-03-05 James MolloyFix a bug in the mangler where in 'namespace std {...
2012-03-05 Argyrios Kyrtzidis[arcmt]
2012-03-05 Argyrios Kyrtzidis[preprocessor] Enhance PreprocessingRecord to keep...
2012-03-05 Argyrios Kyrtzidis[preprocessor] Enhance the preprocessor callbacks:
2012-03-05 Richard SmithMore tests for r152012.
2012-03-05 Richard SmithLexing support for user-defined literals. Currently...
2012-03-05 Gregory Szorc[clang.py] Return bool from Cursor.__eq__
2012-03-04 Erik VerbruggenRemove a recursive visitation in ExprEngine that is...
2012-03-04 Chandler CarruthSilence a GCC warning about a set-but-not-used variable...
2012-03-04 Richard SmithAdd tests for [over.literal]. Fix a few bugs which...
2012-03-04 Chris LattnerFrom his comment in PR12168, Eli seems confused about...
2012-03-04 Chris Lattneradd a testcase for PR12094 and fix a crash on pointer...
2012-03-03 Richard SmithAdd a pile of tests for unrestricted unions, and advert...
2012-03-03 Richard Smithconstexpr: Remove APValue/CCValue distinction. It is...
2012-03-03 Benjamin KramerRemove unused variable.
2012-03-03 Jean-Daniel... Fix Typo in 'objc changes' anchor.
2012-03-03 Eli FriedmanAvoid an unnecessary recursive loop between type canoni...
2012-03-03 Ted Kremenek[analyzer] do not warn about returning stack-allocated...
2012-03-03 Richard SmithFactor bitfields of LangOptions out into a base class...
2012-03-03 Daniel DunbarFrontend: Default to creating output files using tempor...
2012-03-03 Daniel DunbarFrontend: Don't automatically create missing directorie...
2012-03-02 DeLesley HutchinsThread safety analysis: expand set of expressions that...
2012-03-02 Richard SmithReinstate r151879, r151880, reverted in r151922, along...
2012-03-02 Anna ZaksUnbreak the CMake builds following the CallGraph change.
2012-03-02 Nico WeberAdd a test for the -Wstring-plus-int fixit note.
2012-03-02 Anna Zaks[analyzer] Rename clang::CallGraph into clang::idx...
2012-03-02 Aaron BallmanAdding support for #pragma include_alias in MS compatib...
2012-03-02 DeLesley HutchinsIssue warning when late-parsed attributes have no decla...
2012-03-02 DeLesley HutchinsMake late-parsed attributes follow the conventions...
2012-03-02 DeLesley HutchinsThread safety analysis: handle CFG blocks which call...
2012-03-02 Nico WeberAdd -Wstring-plus-int, which warns on "str" + int and...
2012-03-02 Fariborz Jahanianobjc: When issue diagnostic about deprecated method...
2012-03-02 Ted Kremenek[analyzer diagnostics] flush locations *before* popping...
2012-03-02 Hal FinkelFix an ABI problem with ptrdiff_t and intptr_t on PPC32
2012-03-02 Nico WeberMove int<->pointer conversion warnings behind -Wint...
2012-03-02 Argyrios Kyrtzidis[Sema] Fix crash-on-invalid-code issue:
2012-03-02 Anna Zaks[analyzer] Bound the size of the functions being inline...
2012-03-02 Jay FoadPR12094: Set the alignment of memory intrinsic instruct...
2012-03-02 Fariborz JahanianChange diagnostic test for my last patch.
2012-03-02 Daniel DunbarRevert r151879, r151880, "PR12145: Avoid emitting loads...
next