]> granicus.if.org Git - clang/shortlog
clang
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...
2012-03-02 Benjamin KramerUse tabs instead of spaces.
2012-03-02 Jia Liuclang -v support for separate clang.git and llvm.git...
2012-03-02 David ChisnallAdd the Solaris support directory to the header search...
2012-03-02 Richard SmithEnsure that we instantiate static reference data member...
2012-03-02 Richard SmithFix buildbot: make this test less dependent on the...
2012-03-02 Richard SmithPR12145: Avoid emitting loads of constexpr variables...
2012-03-02 Ted Kremenek[analyzer diagnostics] Change CompactPathDiagnostic...
2012-03-01 Fariborz Jahanianc/objc: problem originally reported as an objective...
2012-03-01 Kostya Serebryanyadd documentation for -f[no-]thread-sanitizer and ...
2012-03-01 Ted KremenekTeach the analyzer to just ignore CXXBindTemporaryExpr...
2012-03-01 Ted KremenekMoving tagging of '__experimental_modules_import' Ident...
2012-03-01 Eli FriedmanMake CodeGenFunction::EmitBlockCopyAndAutorelease actua...
2012-03-01 Eric ChristopherUpdate test for llvm assembly output change. Also add...
2012-03-01 Anna Zaks[analyzer] Turn inlining on by default for better testi...
2012-03-01 Kostya SerebryanyAdd a flag -fthread-sanitizer.
2012-03-01 Ted KremenekChange @import to @__experimental_modules_import. ...
2012-03-01 Anna Zaks[analyzer] Fix a regression introduced in malloc with
2012-03-01 Eric ChristopherReapply r151702 with a small fix for a failure to cut...
2012-03-01 Eli FriedmanFix the isReferenced bit on parameters in a couple...
2012-03-01 Argyrios KyrtzidisRemove test/Sema/many-logical-ops.c since it fails...
2012-03-01 Argyrios KyrtzidisMove llvm/ADT/SaveAndRestore.h -> llvm/Support/SaveAndR...
2012-03-01 Jean-Daniel... Merge __has_attribute tests. Patch by Jonathan Sauer!
2012-03-01 Peter CollingbourneStmtProfiler: Add a null check for child statements.
2012-03-01 Jean-Daniel... Implement double underscore names support in __has_attr...
2012-03-01 Richard SmithAvoid examining the AST from the parser, and simplify...
2012-03-01 Richard SmithRevert r151800, which was committed without review...
2012-03-01 Aaron BallmanFixing a buildbot complaint about nested templates.
2012-03-01 Aaron BallmanImplements support for #pragma include_alias in ms...
2012-03-01 Aaron BallmanAdded support for parsing declspecs on enumerations...
2012-03-01 Eli FriedmanImplement "optimization" for lambda-to-block conversion...
2012-03-01 Richard SmithReject 'a = {0} = {0}' rather than parsing it as '...
2012-03-01 Richard SmithCorrect an example of a feature name to actually use...
2012-03-01 Ted KremenekFix regression from llvm-gcc where we should NOT emit...
2012-03-01 Anna Zaks[analyzer] Diagnostics - do not try to cleanup the...
2012-03-01 Eli FriedmanTighten type-checking a bit to make it clearer how...
2012-03-01 Nico WeberMove suport for redefining operator keywords from ...
2012-03-01 Ted KremenekChange if...else if...else if... to a switch.
2012-02-29 Ted Kremenek[analyzer] when scanning FIDs in a PathDiagnostic,...
2012-02-29 Nico WeberAllow operator keywords to be #defined in ms-ext mode.
2012-02-29 Fariborz JahanianTest for my last patch. // rdar://10267155.
2012-02-29 Fariborz Jahanianobjective-c: provide fixit hint when atomic property...
2012-02-29 Eli FriedmanFix a couple -Wuninitialized warnings from gcc. Report...
2012-02-29 Daniel DunbarSerialization: Switch over to using the native SmallVec...
2012-02-29 Chad RosierI referenced the incorrect rdar in my previous commit...
2012-02-29 Chad RosierAllocate TargetLibraryInfo for the CodeGen passes....
2012-02-29 Jason W KimReverting test commit
2012-02-29 Jason W KimTest commit. Please ignore
2012-02-29 Anna Zaks[analyzer] Malloc: A pointer might escape through CFCon...
2012-02-29 Daniel DunbarRevert r151702, "Add support for handling captured...
2012-02-29 David ChisnallAdd -C when linking on Solaris so that the error messag...
next