2010-02-12 |
Chris Lattner | Fix PR6282: the include guard optimization cannot happe... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Anders Carlsson | Keep track of the address points for all primary bases... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Douglas Gregor | Work around an annoying, non-standard optimization... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
John McCall | Fix a bug causing an assertion when a covariant return... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Douglas Gregor | Improve a test slightly |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Douglas Gregor | In C++, allow builtins to be referred to via qualified... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Anders Carlsson | More work on vtable layout. We can now layout vtables... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
John McCall | Waste two bits in every clang::Type so that the type... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Anders Carlsson | When dumping vtables, dump whether a virtual member... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Anders Carlsson | More work on the final overriders. |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Devang Patel | Do not ignore anonymous records. |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Devang Patel | Cache new compile unit. |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Ted Kremenek | Two changes to scan-build: |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Ted Kremenek | Add comments. |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Douglas Gregor | Handle AST merges of incomplete class types. |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Tanya Lattner | Implementing unused function warning. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Charles Davis | Warn about using the new force_align_arg_pointer attrib... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Fariborz Jahanian | Fixes a rewriting bug where order of constructor expres... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Douglas Gregor | When we have a dependent direct initializer but not... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Ted Kremenek | Fix leak in CXXNewExpr where the SubExprs array would... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
John McCall | Make this test not rely on the system <limits.h>. ... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Ted Kremenek | Fix re-allocation in AttrWithString::ReplaceString... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Ted Kremenek | Allocate the SubExprs array in ObjCMessageExpr using... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Anders Carlsson | Stub out the final overriders class. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Anders Carlsson | Use getAs instead of cast/dyn_cast on types. (I'm sure... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Anders Carlsson | Move two functions to the top. No functionality change. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Ted Kremenek | Uncomment lines I never meant to have left commented... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Douglas Gregor | When AST merging for record declarations fails, warn... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Eli Friedman | Add builtins from PR5255. Implementations coming soon. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
John McCall | Test case for warnings with carets inside macro instant... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Anders Carlsson | Add virtual operator= example. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Anders Carlsson | More vtable layout dumper improvements. Handle destruct... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Douglas Gregor | Add missing test cases for AST merging of structures. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Daniel Dunbar | Driver: Fix clang -ccc-no-clang -x c++-header foo.h... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Anders Carlsson | Keep track of, and dump, vtable address points. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Benjamin Kramer | Remove noisy semicolon. |
commit | commitdiff | tree | snapshot |
2010-02-11 |
John McCall | Suppress warnings if their instantiation location is... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Ted Kremenek | Patch by Cristian Draghici: |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Anders Carlsson | Check in the beginnings of my new vtable layout builder... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Ted Kremenek | Attempt to always dispose of the CXIndex object in... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Ted Kremenek | Use the allocator associated with ASTContext to allocat... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Ted Kremenek | Have ~ASTContext() delete StoredDeclsMap (internal... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Ted Kremenek | Remove use of 'std::string' from Attr objects, using... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Daniel Dunbar | Driver: Add -rewrite-objc, which is an interface to... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Daniel Dunbar | Driver: Fix infinite loop and wrong message on invalid... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Ted Kremenek | Clean up ownership of 'AttributeList' objects in Parser... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
John McCall | Strip attributes and 'inline' off the "previous declara... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Douglas Gregor | Remove another redundant ASTContext parameter |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Douglas Gregor | Eliminate a bunch of unnecessary ASTContexts from membe... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Fariborz Jahanian | Diagnose when user provided getter is being used as... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Douglas Gregor | Eliminate the ASTContext parameter from RecordDecl... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Ted Kremenek | Allocate 'ObjCMethodList' objects (owned by Sema) using... |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Douglas Gregor | Implement basic AST merging for classes, structs, and... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Fariborz Jahanian | Generate the objc_read_weak API when calling |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Charles Davis | Fix a potential null-pointer use, and fix the style... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Charles Davis | Add support for the force_align_arg_pointer attribute... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Chris Lattner | hopefully silence a warning on the clang-i386-darwin9... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Douglas Gregor | Move TypedefDecl importer to match the ordering in... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Daniel Dunbar | c-index-test: Add "none" filter, useful for performance... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Fariborz Jahanian | Patch to rewrite blocks into unique api names. |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Douglas Gregor | Implement basic support for merging function declaratio... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Fariborz Jahanian | Provide rewriting suppport for use of __typeof__ |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Daniel Dunbar | Switch to using -fsjlj-exceptions instead of hard-codin... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Devang Patel | Refactor code that generates debug info for variables... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Daniel Dunbar | clang -cc1: Add -fsjlj-exceptions, which requires far... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Douglas Gregor | Implement AST importing and merging for typedefs. As... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Douglas Gregor | Teach AST merging that variables with incomplete array... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
John McCall | Improve access control diagnostics. Perform access... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Ted Kremenek | Don't display border around images (in Firefox). |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Ted Kremenek | Convert tabs to spaces. |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Zhongxing Xu | Add comment. |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Douglas Gregor | Add missing header file |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Fariborz Jahanian | Comment out category's property decls. in rewrite. |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Devang Patel | Use current location as the location of compiler genera... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Fariborz Jahanian | Reverse a partial fix patch for radar 7214820. It broke... |
commit | commitdiff | tree | snapshot |
2010-02-10 |
Douglas Gregor | Implement basic support for importing source locations... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Ted Kremenek | Pull header into side column. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Ted Kremenek | Increase page width for more modern displays. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Ted Kremenek | Tweak CSS for options table. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Ted Kremenek | Even more menu tweaking... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Ted Kremenek | More menu tweaking. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Ted Kremenek | Adjust height of main content. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Ted Kremenek | Fix grammar. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Ted Kremenek | Change text alignment in menus. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Ted Kremenek | Move file-specific styling to after the menu. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Ted Kremenek | Invert css inclusion order. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Ted Kremenek | More analyzer website tweaking in preparation for addit... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Douglas Gregor | Complain about types and declarations that we don't... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Douglas Gregor | Add in the LIT magic to avoid running AST merge test... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Douglas Gregor | Hook up the diagnostics-argument printer when merging... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Douglas Gregor | Move the diagnostic argument formatting function out... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Ted Kremenek | Fix javascript link. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Fariborz Jahanian | Finish implementing property synthesis by default. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Ted Kremenek | Fix javascript file link. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Fariborz Jahanian | Implement synthesizing properties by default. |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Benjamin Kramer | StringRefize two random methods, remove a dead variable... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Douglas Gregor | Introduce a testbed for merging multiple ASTs into... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Ted Kremenek | Fix lookup of fields from lazy bindings to check if... |
commit | commitdiff | tree | snapshot |
2010-02-09 |
Devang Patel | Fix virtual bases' debug info. |
commit | commitdiff | tree | snapshot |
next |