2010-02-13 |
Anders Carlsson | Handle virtual bases in ComputeBaseOffset. |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Daniel Dunbar | Add newline. |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Anders Carlsson | More work on covariant return types. We now handle... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Chris Lattner | add support for t Fedora 12 (February 2010), patch by |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Daniel Dunbar | cindex/Python: Fix cindex-{dump,includes} examples... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Daniel Dunbar | cindex/Python: Add TranslationUnit.get_includes, patch... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Daniel Dunbar | cindex/Python: Update for clang_getDiagnosticRange... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Charles Davis | Emit the 'alignstack' LLVM function attribute when... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Chandler Carruth | Fix think-o, attributes can't come *within* the type... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Chandler Carruth | Silence unused variable warning in a build without... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Chandler Carruth | Skip implicit instantiation of templated variables... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Benjamin Kramer | Remove dead {include, semicolon, variable}. |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Benjamin Kramer | Use a different name for this iterator. MSVC and clang... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Chandler Carruth | Silence a GCC warning about a possibly uninitialized... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Douglas Gregor | Fix a fiendinshly fun little type-canonicalization... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Douglas Gregor | Permit the use of typedefs of class template specializa... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
John McCall | Raise the responsibility for passing -disable-llvm... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Anders Carlsson | More work on return type adjustments in the new vtable... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Ted Kremenek | Enhance RegionStore::InvalidateRegions() to correctly... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
John McCall | Switch the standard DeclarationName comparator to be... |
commit | commitdiff | tree | snapshot |
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 |
next |