]> granicus.if.org Git - clang/shortlog
clang
2009-04-20 Eli FriedmanSome cleanup and bug-fixing for address-of checking...
2009-04-20 Douglas GregorMake the on-disk hash table usable with non-file
2009-04-20 Daniel DunbarInline GetFirstIvarInRecord into sole caller.
2009-04-20 Daniel DunbarSet a bit in IMAGE_INFO to indicate that we don't conta...
2009-04-20 Douglas GregorMove the on-disk hash table code into its own header...
2009-04-20 Daniel DunbarLift out GetNamedIvarList.
2009-04-20 Daniel DunbarMake FieldDecl parameter to getObjCEncodingForType...
2009-04-20 Zhongxing XuRemove loc::FuncVal.
2009-04-20 Chris Lattnermore stuff.
2009-04-20 Daniel DunbarDon't crash in the diagnostic printer if we happen...
2009-04-20 Chris Lattneradd a bunch of diagnostics options, add one example...
2009-04-20 Daniel DunbarDon't emit ivar offsets for unnamed bit fields.
2009-04-20 Chris LattnerAdd option groups for -Wimplicit-int and -Wimplicit.
2009-04-20 Zhongxing Xuget a CodeTextRegion when visiting FunctionDecl reference.
2009-04-20 Chris Lattnerslurp some content from the PTH doc into the user's...
2009-04-20 Chris Lattnerinitial skeleton of a user's manual.
2009-04-20 Eli FriedmanPR3247: Handle a couple of cases where we weren't emitt...
2009-04-20 Eli FriedmanPR3248: Make sure the evaluate the operand of a sizeof...
2009-04-20 Zhongxing XuAs we now have ValueManager as the new value factory...
2009-04-20 Eli FriedmanHook up -Wunused-value to the unused expression warning...
2009-04-20 Daniel DunbarRemove non-const form of lookupFieldDeclForIvar.
2009-04-20 Daniel DunbarComment fixes.
2009-04-19 Daniel DunbarLift GetClassSizeInfo out of GenerateClass, add a FIXME.
2009-04-19 Chris Lattnerimplement "#pragma GCC diagnostic". Besides being...
2009-04-19 Chris Lattnermove group twiddling options into Diagnostic.cpp instead of
2009-04-19 Chris Lattnerdon't crash on invalid ranges in -fprint-source-range...
2009-04-19 Chris LattnerFix PR4007: clang doesn't know -Werror-foo is the...
2009-04-19 Chris LattnerWarn about uses of #pragma STDC FENV_ACCESS ON, since...
2009-04-19 Sebastian RedlConditional operator C++ checking complete. What issues...
2009-04-19 Chris Lattnerdiagnose invalid syntax of STDC pragmas.
2009-04-19 Eli FriedmanPrint an error for uses of __thread on targets which...
2009-04-19 Eli FriedmanAdd target property for whether thread-local storage...
2009-04-19 Chris Lattnerreject invalid stuff in the STDC namespace.
2009-04-19 Chris Lattnerstub out STDC #pragmas.
2009-04-19 Daniel DunbarForward f[no-]dollars-in-identifiers to clang, when...
2009-04-19 Sebastian RedlBring member pointer operands of the conditional operat...
2009-04-19 Chris Lattnerbasic support for -Wunknown-pragmas, more coming.
2009-04-19 Daniel DunbarForward -fno-diagnostics-fixit-info to clang-cc.
2009-04-19 Eli FriedmanPR3853: Add CodeGen support for __thread.
2009-04-19 Chris Lattnermove token paste poisoning diagnostics to after the...
2009-04-19 Eli FriedmanTests for __thread specifier.
2009-04-19 Eli FriedmanAdd more thorough/correct checking for invalid __thread...
2009-04-19 Eli FriedmanSilence gcc warning.
2009-04-19 Chris Lattnerpick a smaller header, one that we control to test...
2009-04-19 Chris Lattnerrename test for consistency with other pragma test.
2009-04-19 Chris Lattnermerge pragma poison tests into one file with -verify...
2009-04-19 Chris Lattnermerge two tests
2009-04-19 Chris LattnerFix PR3918: Invalid use of __VA_ARGS__ not diagnosed,
2009-04-19 Sebastian RedlAnother piece of the conditional operator puzzle. We...
2009-04-19 Chris Lattnerconvert to -verify mode.
2009-04-19 Chris LattnerFix PR4006, incorrect handling of __VA_ARGS__ when...
2009-04-19 Chris Lattneractually just do this on all x86 targets, it won't...
2009-04-19 Chris LattnerDefine __NO_MATH_INLINES on linux/x86 so that we don...
2009-04-19 Chris Lattnerimplement compiler support for -fno-diagnostics-fixit...
2009-04-19 Chris Lattnerinvalid directives can occur in #if 0 code, just pass...
2009-04-19 Chris Lattnermake PTH not crash on a null directive (# on its own...
2009-04-19 Chris Lattneruse isNot instead of !is
2009-04-19 Chris Lattnerfix -fdollars-in-identifiers to have a default that...
2009-04-19 Chris Lattnerfix rdar://6804322 by wiring up -fdollars-in-identifiers
2009-04-19 Chris Lattnersilence a warning, it isn't clear what the right answer...
2009-04-19 Chris Lattnerconvert to -verify mode.
2009-04-19 Chris Lattnersilence a warning, I need to talk to Devang about this...
2009-04-19 Chris LattnerFix rdar://6804402 - crash on objc implementations...
2009-04-19 Chris Lattnerrearrange #include order.
2009-04-19 Chris Lattnerrun the jump checker on blocks, even though they don...
2009-04-19 Chris Lattneradd a new Sema::CurFunctionNeedsScopeChecking bool...
2009-04-19 Chris Lattnertest that vlas are checked in an objc method context.
2009-04-19 Chris Lattnerapparently gotos aren't allowed at all in blocks. ...
2009-04-19 Chris Lattnermore testcases of variably modified types.
2009-04-19 Chris Lattnermove jump scope checking and related code out into...
2009-04-19 Daniel DunbarSome more tweaks to driver documentation.
2009-04-19 Daniel DunbarFix bug in computation of ivar offsets for (adjacent...
2009-04-19 Chris Lattnerminor typographical fixes
2009-04-19 Chris Lattnerrevert david's patch, which causes a testsuite failure.
2009-04-19 Chris Lattnerrewrite an O(N^2) algorithm to be O(n).
2009-04-19 Chris Lattnersecond half of indirect jump checking: make sure that any
2009-04-19 Chris LattnerFirst half of jump scope checking for indirect goto.
2009-04-19 Chris LattnerAdd location info for indirect goto.
2009-04-19 Daniel DunbarReuse ObjcIvarOffsetVariable instead of duplicating...
2009-04-19 Daniel DunbarRemove some unnecessary complexity.
2009-04-18 Chris Lattner"This patch fixes message sends to super in class metho...
2009-04-18 Chris Lattneradd some testcases that we do not correctly handle.
2009-04-18 Chris Lattnerreimplement DeclStmt handling so that we correctly...
2009-04-18 Chris Lattnerrearrange.
2009-04-18 Chris Lattneradd testcases for some more scary/horrible things that...
2009-04-18 Chris Lattnerthe scope checker does work with objc methods, add...
2009-04-18 Chris LattnerI didn't understand how @catches were chained. Now...
2009-04-18 Chris LattnerFix PR3917: the location of a #line directive is the...
2009-04-18 Chris LattnerChange Preprocessor::AdvanceToTokenCharacter to stop at
2009-04-18 Chris Lattneradd a new Lexer::SkipEscapedNewLines method.
2009-04-18 Chris Lattnerfactor escape newline measuring out into its own helper...
2009-04-18 Chris Lattnerremove unneeded scopes.
2009-04-18 Chris Lattnerforgot to commit this before.
2009-04-18 Chris Lattnerfix typo
2009-04-18 Chris Lattnerreject invalid jumps among pieces of @try blocks. ...
2009-04-18 Chris Lattnerunconditionally check for goto correctness. This is...
2009-04-18 Anders CarlssonUse EmitCallArgs in EmitObjCMessageExpr.
2009-04-18 Daniel DunbarTest case would allow clang to fail.
2009-04-18 Anders CarlssonMake CodeGenFunction::EmitCallArgs a template function...
2009-04-18 Anders CarlssonAdd functions for iterating over the argument types...
next