2010-02-13 |
Ted Kremenek | Pull logic for visiting value bindings in InvalidateReg... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Eli Friedman | Fix for PR6274: teach constant folding to evaluate... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Eli Friedman | if-0 out printf. |
commit | commitdiff | tree | snapshot |
2010-02-12 |
John McCall | Add an option to disable the LLVM verifier pass (which... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Douglas Gregor | Funnel changes to the ImportedDecls list in the ASTImpo... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Ted Kremenek | Fix bug I introduced with assinging a temporary to... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Ted Kremenek | Make the following functions thread-safe but having... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Douglas Gregor | Implement AST importing and merging for enumeration... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Fariborz Jahanian | Complain if block-literal expression's parameter name is |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Ted Kremenek | (1) Correctly format external Javascript link. |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Fariborz Jahanian | Don't error when setting a sub-structure variable... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Chris Lattner | fix a bug in SourceManager::getInstantiationLocSlowCase... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Fariborz Jahanian | Patch to fix a warning which exposed a bug in building |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Chris Lattner | restructure code a bit: there are two potential issues |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Anders Carlsson | Fix a refacto that broke the clang-on-clang build. |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Fariborz Jahanian | Fixes a rewriter bug rewriting function decl. |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Douglas Gregor | Improve representation of tag declarations first declar... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Anders Carlsson | Start stubbing out more of the covariant thunk support. |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Douglas Gregor | Improve documentation for DependentTypeOfExprType,... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Douglas Gregor | Simplify incomplete-array merging code in the AST impor... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Douglas Gregor | Fix a latent bug found by Ahmed Charles, where we were... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Anders Carlsson | Keep track of whether a final overrider needs a return... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Anders Carlsson | Move overrider out into a separate struct. |
commit | commitdiff | tree | snapshot |
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 |
next |