]> granicus.if.org Git - clang/shortlog
clang
2009-04-21 Douglas GregorExplictly track tentative definitions within Sema,...
2009-04-21 Daniel DunbarFix test typo.
2009-04-21 Daniel DunbarUse an ASTRecordLayout to compute the sizeof an interfa...
2009-04-21 Steve NaroffAdd pch reader/writer support for most of DeclObjC...
2009-04-21 Chris Lattnerimplement semantic analysis for @synchronized, fixing...
2009-04-21 Chris Lattnerthis time with more workingness.
2009-04-21 Sanjiv GuptaPass and return aggregate types directly to function...
2009-04-21 Chris Lattneradd support for goto checking and @synchronized blocks,
2009-04-21 Chris Lattnerfix massive testsuite failures from Alexei's patch...
2009-04-21 Chris LattnerSplit preprocessor initialization logic out of clang...
2009-04-21 Chris Lattnerdocument new form of -fdiagnostics-print-source-range-in
2009-04-21 Chris Lattnerrename -fprint-source-range-info -> -fdiagnostics-print...
2009-04-21 Chris LattnerFix PR4027 + rdar://6808859, we were rejecting implicit...
2009-04-21 Chris Lattnerdowngrade from extwarn to warning.
2009-04-21 Chris Lattnerimprove MacroInfo to track the source range of the...
2009-04-21 Chris Lattneruse of predefined identifiers like __func__ at global...
2009-04-21 Chris Lattnermake "in included from" and "in instatiation from"...
2009-04-21 Chris Lattneradd a preprocessor callback function for #undef, patch by
2009-04-21 Anders CarlssonAdd a CXXDestroyExpr. Add classof member functions...
2009-04-21 Sanjiv GuptaUse an APInt of target int size to detect overflow...
2009-04-21 Anders CarlssonAdd the beginnings of a CXXTempVarDecl class.
2009-04-21 Daniel DunbarRemove unnused variable.
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...
next