]> granicus.if.org Git - clang/shortlog
clang
2009-04-21 Daniel DunbarKill ASTContext::[gs]etFieldForDecl, instead we just...
2009-04-21 Daniel DunbarRevert 69646, that was the precise inverse of what...
2009-04-21 Daniel DunbarKill ASTContext::[gs]etFieldForDecl, instead we just...
2009-04-21 Mike StumpFixup codegen for write barriers for block variables...
2009-04-21 Daniel DunbarRemove LateBoundIVars() runtime interface, it is unused.
2009-04-21 Daniel DunbarAssert on a few conditions that (I believe) should...
2009-04-21 Daniel DunbarLook at the TMP environment variable as well.
2009-04-20 Daniel DunbarUpdate this (non-default) test case.
2009-04-20 Fariborz JahanianObjC2's Ivar bitmap layout work. No change in functiona...
2009-04-20 Daniel DunbarMark TypeForDecl mutable.
2009-04-20 Chris Lattnerfix the second half of PR4006 and rdar://6807000 by...
2009-04-20 Douglas GregorWrite the identifier table into the PCH file as an...
2009-04-20 Anders CarlssonFix tyop in SSSE3 header (6808876).
2009-04-20 Daniel DunbarAlso look at the TEMP environment variable as a place...
2009-04-20 Daniel DunbarMove countInheritedIvars to within striking distance of
2009-04-20 Steve NaroffFix spelling error.
2009-04-20 Steve NaroffAdd pch reader/writer support for ObjCContainerDecl...
2009-04-20 Chris Lattnerthe __gnuc_inline__ attribute is actually named __gnu_i...
2009-04-20 Devang PatelAdd test case to check line number in debug info.
2009-04-20 Douglas GregorAllow the Info type used in the on-disk hash table...
2009-04-20 Daniel DunbarIf defined, use TMPDIR environment variable as location...
2009-04-20 Chris Lattnerclean up anonymous bitfield diagnostics, PR4017
2009-04-20 Douglas GregorIntroduce the notion of a SemaConsumer, which is an...
2009-04-20 Steve NaroffAdd pch reader/writer support for ObjCMethodDecl.
2009-04-20 Zhongxing Xuupdate the doc.
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).
next