2009-01-21 |
Steve Naroff | Fix Sema::Owned(ExprResult) to not use a ternary operat... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Ted Kremenek | Static Analyzer: Replace LiveSymbols/DeadSymbols sets... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Fariborz Jahanian | Refactoring ObjC Next's runtime classes in preparation for |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Chris Lattner | Inline ParseOptionalTypeSpecifier into ParseDeclaration... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Chris Lattner | revert the gnu objc patches, they regress codegen-gnu.m |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Steve Naroff | Removed alignment argument to delete operator. It isn... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Steve Naroff | Add #line to make the Visual Studio compiler happy. |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Chris Lattner | switch from getTypeAtIndex to getElementType. It is... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Chris Lattner | ParseOptionalTypeSpecifier should consume a token if... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Chris Lattner | Fix objc type conversion issues with the GNU runtime... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Daniel Dunbar | ccc: Handle a few long argument form (--) translations... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Anders Carlsson | Don't turn off blocks when compiling Obj-C code |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Chris Lattner | initialialize some ivars in ctor. |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Chris Lattner | alphebetize |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Daniel Dunbar | ccc: Add appropriate file search prefixes when on x86_6... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Chris Lattner | merge two checks for identifiers in the pth loop into... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Chris Lattner | a trivial micro optimization to save a load. |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Chris Lattner | Add a bit to IdentifierInfo that acts as a simple predi... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Chris Lattner | silence a couple unused variable 'result' warnings. |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Ted Kremenek | Don't crash on empty PTH files. This fixes <rdar:... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Chris Lattner | really we only need on Read24! |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Chris Lattner | revert my previous patch, it assumed endianness. |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Ted Kremenek | This test now passes using -analyzer-store-region. |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Ted Kremenek | This test now passes using -analyzer-store-region. |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Chris Lattner | minor cleanups: now that tokens are 4-byte aligned... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Ted Kremenek | Get RegionStore to work with the retain/release checker... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Anders Carlsson | Fix an inline asm sema bug that I introduced. |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Chris Lattner | Don't look up decls with no name (such as parameters... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Daniel Dunbar | ccc: Implement file & path searching. |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Anders Carlsson | Fix more bugs I discovered |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Daniel Dunbar | ccc: Add --analyze test case. |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Daniel Dunbar | ccc: Add --analyze driver mode (for running static... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Ted Kremenek | Static Analyzer: When generating plists for errors... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Fariborz Jahanian | Commented objective-c's metadata types. Minor clean up. |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Steve Naroff | Convert expressions over to Sebastian's spiffy ASTConte... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Daniel Dunbar | ccc: Unbreak -pipe handling broken in previous refactoring. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Ted Kremenek | Fix: <rdar://problem/6510344> [pth] PTH slows down... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Daniel Dunbar | Add -analyze action to run static analyzer, instead... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Sebastian Redl | Provide a placement new taking an ASTContext argument. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Mike Stump | Fix ccclib building when building in a separate build... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Anders Carlsson | Fix some errors I noticed |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Daniel Dunbar | ccc: Allow downstream tools to be aware of final output... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Mike Stump | Fix make test when configuring for a seperate build... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Chris Lattner | Fix a crash Anders' was seeing due to free'ing an inval... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Steve Naroff | Convert more exprs to use ASTContext's Allocator. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Douglas Gregor | Use the ASTContext's allocator for FunctionTypeNoProto... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Anders Carlsson | Improvements to Sema of asm statements. Fixes <rdar... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Fariborz Jahanian | Detailed documentation for encoding of properties and... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Steve Naroff | Allocate expresssions through ASTContext (still more... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Fariborz Jahanian | Improving on encoding of objective-c's property types... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Chris Lattner | Optimize Declarator to avoid malloc/free traffic for... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Eli Friedman | Pixel font sizes are evil. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Eli Friedman | Slight cleanup, and fix for va_arg on architectures... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Eli Friedman | Do codegen correctly for va_start/end/copy on architect... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Douglas Gregor | Rename DeclContext::insert to DeclContext::makeDeclVisi... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Eli Friedman | Fix for PR3350: add special-casing for "references... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Daniel Dunbar | ccc: Darwin/x86: Teach compile tool how to build .pch... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Daniel Dunbar | ccc: PCH generation doesn't strip the path when generat... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Douglas Gregor | Remove the TopLevelDecls from TranslationUnit, since... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Douglas Gregor | Fix Decl::NextDeclInScope access issue |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Daniel Dunbar | ccc: Recognize that -M and -MM only run preprocessor. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Daniel Dunbar | Make test independent of stdint.h |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Douglas Gregor | Remove ScopedDecl, collapsing all of its functionality... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Daniel Dunbar | Update for new SourceLocation API. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Ted Kremenek | Dead stores checker: Fix <rdar://problem/6506065> by... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Daniel Dunbar | ccc: Darwin/x86: Add direct cpp support. |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Ted Kremenek | PTH: Emitted tokens now consist of 12 bytes that are... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Steve Naroff | Make sure all types are allocated with 8-byte alignment. |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Sebastian Redl | Convert more expression actions to smart pointers. |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Sebastian Redl | Add missing test case for operator ! result type. |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Ted Kremenek | Allocate Types using ASTContext's 'Allocator' object. |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Fariborz Jahanian | Type of property and its ivar is more restrictive |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Daniel Dunbar | Makefile isn't executable. |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Douglas Gregor | Centralize error reporting of improper uses of incomple... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Daniel Dunbar | ccc: Add missing file. |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Daniel Dunbar | ccc: Add installation of ccc; based on patch from Mike... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Fariborz Jahanian | Patch to allow @dynamic synthesis of property in a... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Chris Lattner | rearrange SourceManager methods to group them by kind... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Chris Lattner | do not use SourceManager::getFileCharacteristic(FileID... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Chris Lattner | do not use SourceManager::getFileCharacteristic(FileID... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Chris Lattner | Rename SourceManager::getCanonicalFileID -> getFileID... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Ted Kremenek | Run destructors of MacroInfo objects to free memory... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Chris Lattner | remove the public SourceManager::getContentCacheForLoc... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Chris Lattner | remove the SourceManager:: and FullSourceLoc::getFileEn... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Chris Lattner | SourceManager::getBufferData(SourceLocation) is dead... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Chris Lattner | some minor cleanups to SourceManager, and eliminate the |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Chris Lattner | privatize getChunkID/getMacroID, and move operator... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Chris Lattner | Make some enums in SourceLocation private, remove a... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Chris Lattner | make a bunch of more SourceLocation methods private. |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Chris Lattner | Make SourceLocation::getFileLoc private to reduce the... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Douglas Gregor | Fix a typo |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Sebastian Redl | Convert more expression actions to smart pointers. |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Daniel Dunbar | ccc: Bug fix, pch generation should not try to output... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Chris Lattner | fix rdar://6505352 - Bogus warning with -WUndef, a... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Nuno Lopes | fix deallocation of FunctionDecl::ParamInfo |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Sebastian Redl | Convert a few expression actions to smart pointers. |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Sebastian Redl | Rename move_convert to move_arg and move_res. The new... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Sebastian Redl | Convert ObjC statement actions to smart pointers. |
commit | commitdiff | tree | snapshot |
next |