]> granicus.if.org Git - clang/shortlog
clang
2008-12-13 Sebastian RedlSome utilities for using the smart pointers in Actions...
2008-12-13 Sebastian RedlConvert remaining expression parsers to smart pointers...
2008-12-13 Sebastian Redlstdlib.h is the wrong header for printf, and introduces...
2008-12-13 Cedric VenetAdd /Za to all MSVC build of a clang libraries.
2008-12-12 Ted KremenekPTH: Added minor 'sibling jumping' optimization for...
2008-12-12 Steve NaroffFix <rdar://problem/6435837> clang ObjC rewriter: use...
2008-12-12 Chris Lattnerfix a buggy fall through that caused a crash-on-invalid...
2008-12-12 Daniel DunbarAdd test case for using mmintrin (and making sure that...
2008-12-12 Daniel DunbarForce i[0-9]86 to i386 when using LLVM_HOSTTRIPLE.
2008-12-12 Ted KremenekAdded PTH optimization to not process entire blocks...
2008-12-12 Ted KremenekEnhance PTH preprocessor-condition-block side table...
2008-12-12 Chris LattnerImplement the final (hopefully) wrinkle to i-c-e +...
2008-12-12 Douglas GregorEnable out-of-line definitions of C++ constructors...
2008-12-12 Anders CarlssonImplement allocation and sizeof VLAs. This is very...
2008-12-12 Chris Lattnerrdar://6060752 - don't warn about trigraphs in bcpl...
2008-12-12 Chris Lattnerfix breakage I introduced in r60938
2008-12-12 Douglas GregorAdd test of enumerator types
2008-12-12 Anders CarlssonAdd map of VLA types and their sizes
2008-12-12 Chris Lattnersilence warning in release-asserts mode about unused...
2008-12-12 Chris Lattnerfix thought-o
2008-12-12 Chris Lattnermerge these testcases into one file.
2008-12-12 Chris Lattneradd a fixme.
2008-12-12 Chris Lattnerimplement rdar://6091492 - ?: with __builtin_constant_p...
2008-12-12 Chris Lattneruse smarter error recovery for do/while.
2008-12-12 Chris Lattnerapply the new error recovery smarts we have for if...
2008-12-12 Chris Lattnerrename recovery-3 to recovery.c
2008-12-12 Chris Lattnermerge recovery-1 into recovery-3.
2008-12-12 Chris Lattnermerge recovery-2.c into recovery-3.c.
2008-12-12 Chris Lattnerminor refactoring of ParseParenExpression
2008-12-12 Chris Lattneradd expected diag
2008-12-12 Chris Lattneradd ownership.h to xcode project
2008-12-12 Anders CarlssonWork in preparation for VLAs. Make sure to restore...
2008-12-12 Chris LattnerFix rdar://6095061 - gcc allows __builtin_choose_expr...
2008-12-12 Chris LattnerTestcase for something that already works. Clang agree...
2008-12-12 Chris Lattneradd codegen support for __func__ and friends, producing...
2008-12-12 Chris Lattnerfix rdar://6097892 - gcc incompat: clang rejects __func...
2008-12-12 Chris LattnerImplement rdar://6138816 - [sema] named bitfields canno...
2008-12-12 Douglas GregorIn C++, set the type of each of the enumerators in...
2008-12-11 Ted KremenekPTH:
2008-12-11 Chris Lattneradd annotation
2008-12-11 Sebastian RedlConvert a big bunch of expression parsers to use smart...
2008-12-11 Ted KremenekPTHLexer: Keep track of the location of the last '...
2008-12-11 Sebastian RedlConvert some more expression parsers to use smart pointers.
2008-12-11 Sebastian RedlConvert selected expression parsers to use smart pointers.
2008-12-11 Steve NaroffRename a local predicate to avoid confusion with Type...
2008-12-11 Steve NaroffFixup generated code for imported block decl refs.
2008-12-11 Douglas GregorAddress some comments on the name lookup/DeclContext...
2008-12-11 Ted KremenekRemove unused ivar CurTokenIdx.
2008-12-11 Sebastian RedlConvert the remaining statement parsers to smart pointers.
2008-12-11 Sebastian RedlConvert some more statement parsers to smart pointers.
2008-12-11 Steve NaroffFix <rdar://problem/6435842> clang ObjC rewriter: ...
2008-12-11 Sebastian RedlConvert a number of statement parsers to smart pointers.
2008-12-11 Steve NaroffFix <rdar://problem/6435382> clang ObjC rewriter: ...
2008-12-11 Douglas GregorActually distinguish between RecordDecl::field_iterator...
2008-12-11 Douglas GregorUnifies the name-lookup mechanisms used in various...
2008-12-11 Zhongxing XuIdentify AnonPointeeRegion by the symbol that is concre...
2008-12-11 Zhongxing XuAnonPointeeRegions are now identified by the MemRegion...
2008-12-11 Ted KremenekUpdated checker build.
2008-12-10 Anders CarlssonAdd another complex promotion test.
2008-12-10 Anders CarlssonMake sure to promote expressions of the form (floating...
2008-12-10 Ted KremenekPreprocessorLexer (and subclasses):
2008-12-10 Douglas GregorAdded a warning when referencing an if's condition...
2008-12-10 Steve NaroffThe "real" fix for <rdar://problem/6424347> clang on...
2008-12-10 Douglas GregorFix PR clang/3175: CheckAddressOfOperand does not handl...
2008-12-10 Douglas GregorSome cleanups to the dependent-types commit, as suggest...
2008-12-10 Steve NaroffFix <rdar://problem/6424347> clang on xcode: Assertion...
2008-12-10 Ted KremenekDeclare PerIDCache as IdentifierInfo** instead of void...
2008-12-10 Steve NaroffFix <rdar://problem/6418623> Bogus block type compatibi...
2008-12-10 Steve NaroffFix regression caused by fixing <rdar://problem/6429113...
2008-12-10 Douglas GregorUse a scoped object to manage entry/exit from a parser...
2008-12-10 Anders CarlssonAppend an extra newline to the module inline asm if...
2008-12-10 Ted KremenekUpdated checker build.
2008-12-10 Fariborz JahanianPatch to allow a getter call using property dot-syntax...
2008-12-10 Sebastian RedlModify the move emulation according to the excellent...
2008-12-09 Ted KremenekFix to BasicStoreManager::getElementLValue: If the...
2008-12-09 Fariborz JahanianPrevent bogus warning on unimplemented setter/getter...
2008-12-09 Ted KremenekHave BasicStoreManager::getLValueElement() have logic...
2008-12-09 Steve NaroffAdd testcase for commit r60781.
2008-12-09 Fariborz JahanianSupport for implementation of property in the case...
2008-12-09 Sebastian RedlKick out the proof-of-concept ASTOwner and replace...
2008-12-09 Ted KremenekAdd preliminary CFG support for @throw. We basically...
2008-12-09 Ted KremenekIn GRExprEngine treat @throw as an 'abort' that ends...
2008-12-09 Sebastian RedlLay the groundwork for converting the entire parser...
2008-12-09 Steve NaroffSema::ActOnMethodDeclaration(): Make sure we perform...
2008-12-09 Chris LattnerFix a serious null termination bug found by David Chisnall!
2008-12-09 Sebastian RedlFill in C++ status table for expressions.
2008-12-09 Sebastian RedlConsistently use smart pointers for stmt and expr nodes...
2008-12-09 Steve NaroffFix <rdar://problem/6429113> clang ObjC rewriter: crash...
2008-12-09 Zhongxing Xuinitialize member variable.
2008-12-09 Zhongxing XuAdd utility method. Remove an unused method.
2008-12-09 Ted Kremenek[static analyzer] Extend VLA size checking to look...
2008-12-09 Ted KremenekUpdate Driver to new interface for LiveVariables.
2008-12-09 Ted KremenekAdd zero-sized VLA check test case.
2008-12-09 Ted KremenekFixed LiveVariables bug where we didn't consider block...
2008-12-08 Fariborz JahanianChange condition under which 'retain'/'copy' are direct...
2008-12-08 Ted KremenekAdd checking for zero-sized VLAs.
2008-12-08 Ted KremenekIncorporate MissingDealloc_IBOutlet.m test case into...
2008-12-08 Ted KremenekIncorporate MissingDeallc_SEL.m test case into MissingD...
2008-12-08 Ted KremenekAdd test case for <rdar://problem/6380411>.
2008-12-08 Chris LattnerFix PR3172: if we see an eof or } at the top level...
next