]> granicus.if.org Git - clang/shortlog
clang
2009-01-17 Chris Lattnerthis massive patch introduces a simple new abstraction...
2009-01-17 Chris Lattnermake "ContentCache::Buffer" mutable to avoid a const_cast.
2009-01-17 Chris Lattnerno need to check this: content cache is already 1-1...
2009-01-17 Chris LattnerInstead of iterating over FileID's, have PTH generation...
2009-01-17 Chris Lattnerremove an irrelevant idea
2009-01-17 Douglas GregorWarn about typedefs of enums without any declarator...
2009-01-17 Daniel Dunbarccc: Support running piped jobs (-pipe now works).
2009-01-17 Ted KremenekFix analyzer crash found when scanning Wine sources...
2009-01-17 Douglas GregorPODify LookupResult, for a measly 1% speedup on Cocoa.h.
2009-01-17 Douglas GregorAdd -fnext-runtime to Objective-C properties testcase
2009-01-17 Daniel Dunbarccc: Don't be pedantically compatible with -Z options...
2009-01-17 Daniel DunbarReturn success indicator from CmpDriver.
2009-01-17 Nuno Lopesadd support for usage of cast to union thing with stati...
2009-01-17 Douglas GregorTeach DeclContext how to find the primary declaration...
2009-01-17 Fariborz JahanianCatch a foreach parse error.
2009-01-16 Sebastian RedlConvert some more statement actions to smart pointers.
2009-01-16 Ted KremenekUpdated checker build.
2009-01-16 Daniel Dunbarccc: Clean up (user level) error handling.
2009-01-16 Chris Lattnereliminate FullSourceLoc::getLocation() now that FullSou...
2009-01-16 Chris LattnerMake FullSourceLoc derive from SourceLocation instead of
2009-01-16 Chris Lattnerelimiante FullSourceLoc::getCanonicalFileID
2009-01-16 Chris Lattnerremove FullSourceLoc::isFileID
2009-01-16 Chris Lattneran instantiation loc is always a file loc.
2009-01-16 Chris LattnerFix PR2477 - clang misparses "//*" in C89 mode
2009-01-16 Chris LattnerMake sure to escape " when it occurs in a string in...
2009-01-16 Daniel Dunbarccc: Fix thinko, add gross but effective test of transl...
2009-01-16 Daniel Dunbarccc: Darwin/X86: gcc compatibility, only add
2009-01-16 Fariborz JahanianDon't ICE (issue diagnostics) when receiver is a non...
2009-01-16 Daniel Dunbarccc: Darwin/X86: Implement remainder of (non -Z......
2009-01-16 Fariborz JahanianDon't ICE on user redeclaration of objc's built-in...
2009-01-16 Chris LattnerAs a performance optimization, don't bother calling...
2009-01-16 Chris Lattnersilence release-assert warning.
2009-01-16 Douglas GregorFix <rdar://problem/6502934>. We were creating an Impli...
2009-01-16 Chris LattnerRandom note so I remember how to do this :)
2009-01-16 Ted KremenekStringRegion::print: Remove copy/paste code and just...
2009-01-16 Chris LattnerMake -E mode propagate #pragma comment's into the output.
2009-01-16 Chris Lattnermake ast-print handle random non-printable characters...
2009-01-16 Fariborz JahanianChanged the API yet again.
2009-01-16 Chris Lattneronly notify callbacks if they exist.
2009-01-16 Chris LattnerImprove #pragma comment support by building the string...
2009-01-16 Chris Lattnerminor cleanups to StringLiteralParser: no need to pass...
2009-01-16 Ted KremenekFix PR 3337 [retain/release checker]: Handle FunctionDe...
2009-01-16 Douglas GregorPart one of handling C++ functional casts. This handles...
2009-01-16 Fariborz JahanianUsed a more suitable api to get to the type of a record
2009-01-16 Douglas GregorAdd test case for member name lookup
2009-01-16 Anders CarlssonUse a single function for doing vararg argument promoti...
2009-01-16 Chris LattnerImplement basic support for parsing #pragma comment...
2009-01-16 Chris Lattnermore SourceLocation lexicon change: instead of referrin...
2009-01-16 Chris Lattnerrename "virtual location" of a macro to "instantiation...
2009-01-16 Chris Lattnerrename PP::getPhysicalCharacterAt -> PP::getSpelledChar...
2009-01-16 Chris Lattnerremove obsolete comment which happened to go over 80...
2009-01-16 Chris Lattnerremove an unneeded const_cast.
2009-01-16 Chris Lattnerupdate for terminology change.
2009-01-16 Chris LattnerChange some terminology in SourceLocation: instead...
2009-01-16 Douglas GregorDon't advance the statement iterator after we've deallo...
2009-01-16 Zhongxing XuExtract code dealing with typedef declarators into...
2009-01-16 Douglas GregorAdd test for contextual conversion to bool, and enable...
2009-01-16 Zhongxing XuExtract code dealing with variable declarator into...
2009-01-16 Daniel DunbarAttempt to unbreak Windows build.
2009-01-16 Fariborz Jahanianpostpone sizeof objc-class computatin to the clients.
2009-01-16 Zhongxing XuExtract code dealing with declarators of function type...
2009-01-16 Fariborz JahanianImplemented code gen for sizeof(objc class interface).
2009-01-16 Douglas GregorImprove diagnostics for ambiguous name lookup results
2009-01-15 Nuno Lopesadd codegen support to union casts
2009-01-15 Ted KremenekPTH: Fix termination condition in binary search.
2009-01-15 Chris LattnerPR3330: given an enum like this:
2009-01-15 Ted KremenekIdentifierInfo:
2009-01-15 Daniel DunbarFix some unused variable, control reaches end of non...
2009-01-15 Daniel DunbarAdd dummy X86_64 ABIInfo implementation.
2009-01-15 Nuno Lopesadd support for initializing static vars with a cast...
2009-01-15 Seo SanghyeonPR2746: Implement GCC cast to union extension
2009-01-15 Daniel DunbarAdd utils/ABITest, my ABI test generation tool.
2009-01-15 Douglas GregorDeallocate the BasePaths structure that we allocate...
2009-01-15 Ted KremenekPTH: Embed a persistentID side-table in the PTH file...
2009-01-15 Douglas GregorInitial implementation of member name lookup
2009-01-14 Daniel Dunbarccc: Implement support clang PTH using gcc PCH style...
2009-01-14 Douglas GregorRefactor name lookup.
2009-01-14 Daniel DunbarCmpDriver: Allow over-ride of drivers to compare throug...
2009-01-14 Daniel Dunbarccc: Finish main clang compiler argument translation.
2009-01-14 Fariborz JahanianPatch to keep clang honest that it does not yet support
2009-01-14 Daniel DunbarFix typo and spelling of -Wunused-macros.
2009-01-14 Douglas GregorTest explicit constructor
2009-01-14 Douglas GregorIntroduce support for C++0x explicit conversion operato...
2009-01-14 Steve NaroffAdd a FIXME.
2009-01-14 Daniel Dunbarccc: Darwin/Compiler: Improve gcc compat in use of...
2009-01-14 Daniel Dunbarccc: Implement argument translation for clang.
2009-01-14 Daniel Dunbarccc: Add hello.{cpp,m} tests.
2009-01-14 Daniel Dunbarccc: Add -ccc-echo special option, and support pulling...
2009-01-14 Daniel Dunbarccc: Use Clang/Compile for Objective-C files as well.
2009-01-14 Steve NaroffFix a subtle bug in DeclContext::DestroyDecls().
2009-01-14 Daniel Dunbarccc: Add dummy Clang/Compile tool and use on Darwin...
2009-01-14 Ted KremenekFunctionDecl::setParams() now uses the allocator associ...
2009-01-14 Daniel Dunbarccc: Darwin/Compile: Define __private_extern__ when...
2009-01-13 Fariborz JahanianImplemenent objective-c's NSObject attribute as a way...
2009-01-13 Ted KremenekPTH:
2009-01-13 Douglas GregorPermitting typedefs without a name is a Microsoft/GNU...
2009-01-13 Ted KremenekFix corner cases in PTH getSpelling() binary search.
2009-01-13 Ted KremenekPTH: Fix remaining cases where the spelling cache in...
2009-01-13 Daniel Dunbarccc: Fix a test case.
2009-01-13 Chris Lattneruse a slightly more sensible position for an array...
next