]> granicus.if.org Git - clang/shortlog
clang
2010-11-24 Anders CarlssonSimplify code.
2010-11-24 Anders CarlssonFix a (probably very old) regression where we weren...
2010-11-24 Anders CarlssonRevert r120110. We don't want to call ConvertType from...
2010-11-24 Anders CarlssonUse ConvertType instead of ConvertTagDeclType, since...
2010-11-24 Anders CarlssonSimplify code.
2010-11-24 Anders CarlssonFix build.
2010-11-24 Anders CarlssonMake CodeGenTypes::getCGRecordLayout compute the layout...
2010-11-24 Anders CarlssonCGRecordLayout types are always struct types.
2010-11-24 Zhongxing XuWhen getting CXXThisRegion from CXXMethodDecl, use...
2010-11-24 Zhongxing XuLet StackFrameContext represent if the call expr is...
2010-11-24 John McCallAppease versions of GCC which don't correctly support...
2010-11-24 John McCallThis is probably an important file.
2010-11-24 John McCallAdd -cc1 -ast-dump-xml, an excessively detailed XML...
2010-11-24 Zhongxing XuUse StackFrameContext directly in CallEnter program...
2010-11-24 Zhongxing Xuprint asLValue attribute of CFGStmt.
2010-11-24 John McCallSwitch a lot of call-sites over to using the new value...
2010-11-24 Zhanyong WanImprove comments in Clang static analyzer, based on...
2010-11-24 Zhanyong WanRefactor AddStmtChoice to make it easier to use; also...
2010-11-24 Francois PichetFix 2 problems with Chris Lattner's FileManager redesig...
2010-11-24 Zhanyong WanAdd an assert() to catch errors using EvalLoad(). ...
2010-11-24 Ted KremenekAdjust method calls to reflect name changes in
2010-11-24 Eli FriedmanUnbreak clang-interpreter. (Should there be some automa...
2010-11-23 Chris LattnerThe final result of all this refactoring: instead of...
2010-11-23 John McCallRedeclarations of using declarations are not okay in...
2010-11-23 Chris Lattnerif we succeed in opening a directory but expected a...
2010-11-23 Chris Lattnerhopefully resolve the windows buildbot issue (retch)
2010-11-23 Chris Lattnerchange the 'is directory' indicator to be a null-or-not
2010-11-23 Chris Lattnerpull "is directory" handling into FileManager::getStatValue
2010-11-23 John McCallA few tweaks to the value-kind computation:
2010-11-23 Peter CollingbourneRemove static_casts from SemaDeclAttr.cpp
2010-11-23 Chris Lattnertidy up code, add a comment about dir caching.
2010-11-23 Chris Lattnerreplicate a terrible hack to fix a build error on VC++
2010-11-23 Chris Lattnersimplify the cache miss handling code, eliminating...
2010-11-23 Chris Lattnerfactor the "cache miss" handling code out of FM into...
2010-11-23 Chris Lattnerr120013 dropped passing in the precomputed file size to
2010-11-23 Chris LattnerPCH files only cache successful stats. Remove the...
2010-11-23 Chris Lattnerrework the stat cache, pulling it out of FileManager...
2010-11-23 John McCallThis test does not need to test the alignment of pointe...
2010-11-23 Chris Lattnertidy up. Split FileManager::getBufferForFile into
2010-11-23 Chris Lattnerdon't allow remapping PTH file paths with -fworking...
2010-11-23 Chris Lattnerreduce indentation and use early outs, to make it easie...
2010-11-23 Chris Lattnernow the FileManager has a FileSystemOpts ivar, stop...
2010-11-23 Chris Lattnermake this file be self contained.
2010-11-23 Chris Lattnergive FileManager a 'FileSystemOptions' ivar, which...
2010-11-23 Francois Pichetlong => int to make the test pass on system where sizeo...
2010-11-23 Zhanyong WanFix a typo in a comment.
2010-11-23 Chris LattnerPartially revert Doug's PCH validation patch (r98585).
2010-11-23 Francois PichetMicrosoft C anonymous struct implementation.
2010-11-23 Chris Lattnerstringref'ize API
2010-11-23 Chris Lattnertidy up
2010-11-23 Chris Lattneravoid creating sys::Path instances when -fworking-direc...
2010-11-22 Zhanyong WanStylistic changes to CFG.cpp:
2010-11-22 Anders CarlssonRefactor the null-initialization for record types and...
2010-11-22 Nico WeberRemove the other FIXME I added. This is covered by...
2010-11-22 Nico WeberRemove one I just added, add a more focused test for...
2010-11-22 Nico WeberTry to get the bots green after r119966.
2010-11-22 Nico WeberFix the source range of CXXNewExprs. Fixes http://llvm...
2010-11-22 Nico WeberMinor whitespace fix, no functionality change
2010-11-22 NAKAMURA Takumitest/Sema/x86-builtin-palignr.c: Now we can remove...
2010-11-22 Zhanyong WanFix PR8419. Reviewed by kremenek and xuzhongxing.
2010-11-22 Chandler CarruthUndo part of my previous commit to mm_malloc.h, going...
2010-11-22 Anders CarlssonRemove FIXME; we don't ever want to lay out empty bases.
2010-11-21 Anders CarlssonRename BaseLLVMType to NonVirtualBaseLLVMType.
2010-11-21 Anders CarlssonAdd getCGRecordLayout helper function. No functionality...
2010-11-21 Anders CarlssonUpdate Xcode project.
2010-11-21 Anders CarlssonThe 'X' printf type has a valid alternative form. Fixes...
2010-11-21 Anders CarlssonUpdate Xcode project.
2010-11-21 Benjamin KramerFix a bunch of IndirectFieldDecl-related warnings.
2010-11-21 Benjamin KramerFilename.rfind("/\\") won't give us the position of...
2010-11-21 Chris Lattnerremove old compatibility APIs, use StringRef versions...
2010-11-21 Chris Lattnerchange the various getFile routines to use StringRef...
2010-11-21 Francois PichetFix warning: enumeration value 'IndirectField' not...
2010-11-21 Francois PichetCompilation error: remove extra comma.
2010-11-21 Francois PichetMajor anonymous union/struct redesign.
2010-11-21 Anders CarlssonForward the -fno-elide-constructor argument to clang...
2010-11-20 Zhongxing XuAdd comments.
2010-11-20 Zhanyong WanFix a typo in EnvironmentManager::bindExprAndLocation...
2010-11-20 Zhongxing XuHandle CFGAutomaticObjDtor.
2010-11-20 Argyrios KyrtzidisRevert r119838 "Don't warn for empty 'if' body if there...
2010-11-20 Nick LewyckyA bundle of whitespace changes, separated out from...
2010-11-20 Douglas GregorImplement a simple hash function for libclang cursors
2010-11-19 Douglas GregorImplement clang_getCanonicalCursor() in libclang, which...
2010-11-19 Craig SilversteinSeveral PPCallbacks take an SourceLocation + Identifier...
2010-11-19 Rafael EspindolaCheck for gcc 4.3.4.
2010-11-19 Argyrios KyrtzidisDon't warn for empty 'if' body if there is a macro...
2010-11-19 Douglas GregorMake sure to print cvr-qualifiers on function declarations
2010-11-19 Fariborz JahanianMinor cleanup. No change otherwise.
2010-11-19 Fariborz Jahanianobjc_msgSend is not a builtin type in non-objc mode.
2010-11-19 Daniel DunbarDriver/Darwin: Don't pass -demangle to an iOS linker...
2010-11-19 Benjamin KramerInitialize StoredDiagnostic's members in order.
2010-11-19 Nuno Lopesadd support for the i686-pc-linux-gnu triple (used...
2010-11-19 Douglas GregorWhen parsing something that looks like an ill-formed
2010-11-19 Daniel DunbarDriver: Ignore -force_cpusubtype_ALL.
2010-11-19 Douglas GregorExtend the libclang diagnostic API to provide informati...
2010-11-19 Argyrios KyrtzidisRemove Diagnostic's get/setNumErrors() and getNumErrors...
2010-11-19 Argyrios KyrtzidisgetNumErrors() -> hasErrorOccurred()
2010-11-19 Argyrios KyrtzidisRefactoring. Get FunctionScopeInfo to use DiagnosticErr...
2010-11-19 Argyrios KyrtzidisRefactoring.
2010-11-18 Fariborz JahanianFix a bug where write-barriers for assignment through...
2010-11-18 Bob WilsonUse a signed vector type for the shift amount operand...
next