2010-12-21 |
Douglas Gregor | When determining which preprocessed entities to travers... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Douglas Gregor | Fix test to be platform-agnostic |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Douglas Gregor | Fix a major inconsistency in the representation of... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Michael J.... | Replace all uses of PathV1::makeAbsolute with PathV2... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Michael J.... | Fix spelling. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Douglas Gregor | Implement BlockDecl::getSourceRange(). The bogus source... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Douglas Gregor | Add test for C++ [temp.friend]p8, which bans partial... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Douglas Gregor | A class template partial specialization cannot be a... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Douglas Gregor | Teach clang_getCursorSemanticParent() and |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Douglas Gregor | When checking a using declaration, make sure that the... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Douglas Gregor | Don't try to compute the value of a value-dependent... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Douglas Gregor | Initialize LangOptions::MSCVersion. Thanks to Csaba... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Douglas Gregor | Add back the late-specified return type paper |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Douglas Gregor | Updates to the C++ status page for C++0x features,... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Francois Pichet | Add IndirectField case in DeclContextPrinter::PrintDecl... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Chris Lattner | add missing newlines at end of file. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Douglas Gregor | Implement instantiation of pack expansions whose patter... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
John McCall | Fix the noreturn conversion to only strip off a single... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Fariborz Jahanian | Warn when message is sent to receiver of |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Douglas Gregor | Extend the parser to support pack expansions within... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Douglas Gregor | Further refactoring of the tree transformation for... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Douglas Gregor | Give the RecursiveASTVisitor a configuration function |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Douglas Gregor | Handle instantiation of template type parameter packs... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Douglas Gregor | Test template instantiation of pack expansions where... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Rafael Espindola | Fix PR8639 by making the "argument unused during compil... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Douglas Gregor | Clean up the printing of template argument packs; previ... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Douglas Gregor | Implement basic support for template instantiation... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Ted Kremenek | Rename 'VisitLocation' to 'visitLocation'. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Ted Kremenek | Rename 'Generate[Node,Sink]' to 'generate[Node,Sink]'. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Matt Beaumont-Gay | Remove unused variable |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Douglas Gregor | Finish refactoring the transformation of template argum... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Douglas Gregor | Refactor the transformation of template argument lists... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Douglas Gregor | When checking a template argument list against a templa... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Douglas Gregor | Clean up the handling of template argument packs, espec... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Francois Pichet | Adding a line for XFAIL win32 broke the test. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Francois Pichet | XFAIL vtable-debug-info.cpp on WIN32 and fix curly... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Francois Pichet | test/PCH/reloc.c fails on Win32. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Francois Pichet | Disable this test on Windows; it crashes and popup... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Francois Pichet | Emit an error if operator __uuidof() is called on a... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Douglas Gregor | Introduce a new type, PackExpansionType, to capture... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Francois Pichet | Validate Microsoft's uuid attribute string. |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Nick Lewycky | Add missing standard includes. Patch by Joerg Sonnenberger! |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Wesley Peck | 1. Add some ABI information for the Microblaze. |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Francois Pichet | Add support for the Microsoft uuid attribute: |
commit | commitdiff | tree | snapshot |
2010-12-19 |
John McCall | Motions towards simplifying how we deal with attribute... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Zhongxing Xu | If the initializer is an rvalue and the variable is... |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Zhongxing Xu | The evaluation of dereference and address-of is identical. |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Michael J.... | Replace all uses of PathV1::get{Basename,Dirname,Suffix... |
commit | commitdiff | tree | snapshot |
2010-12-18 |
John McCall | Fix test. I added one last test and then forget to... |
commit | commitdiff | tree | snapshot |
2010-12-18 |
John McCall | Apply attributes to explicit specializations. Speciali... |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Michael J.... | Replace all uses of PathV1::getLast with PathV2::filename. |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Eric Christopher | Going back to the drawing board with these two awful... |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Fariborz Jahanian | Warn when synthesizing a property which is |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Michael J.... | Fix spelling. |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Michael J.... | Replace all uses of PathV1::isAbsolute with PathV2... |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Bill Wendling | Initialize variables in the correct order. |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Douglas Gregor | Encapsulate TemplateArgument::Kind |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Eric Christopher | Horrible hack for systems that use -dumpversion with... |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Eric Christopher | Nom nom nom, tasty unused option with an argument. |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Douglas Gregor | Swap the order of the condition and body of a do-while... |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Abramo Bagnara | Use hasSameType to compare types for equality. |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Abramo Bagnara | Avoid to emit redundant implicit cast for enum constant... |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Ted Kremenek | Remove explicit summaries from retain/release |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Ted Kremenek | Fix assertion failure in cocoa::deriveNamingConvention() |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Ted Kremenek | Move CocoaConventions.[h,cpp] from libChecker |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Ted Kremenek | Revise Cocoa conventions detection: 'copy' and 'mutable... |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Ted Kremenek | Rename several methods/functions in the analyzer |
commit | commitdiff | tree | snapshot |
2010-12-17 |
John McCall | Give hidden visibility to RTTI for derived types. ... |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Francois Pichet | Microsoft's __uuidof operator returns a lvalue. Part 2. |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Francois Pichet | Microsoft's __uuidof operator returns a lvalue. |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Michael J.... | Getting Started: Add VS2010 instructions and specify... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
John McCall | Do lvalue-to-rvalue conversions on the LHS of a shift... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Douglas Gregor | Add tests checking for unexpanded parameter packs in... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Douglas Gregor | Tweak a comment |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Douglas Gregor | Delay the check for unexpanded parameter packs in the... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Douglas Gregor | Check for unexpanded parameter packs in non-type templa... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Douglas Gregor | Revert r121961, which seems to be breaking the buildbot... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Douglas Gregor | Check for unexpanded parameter packs in default arguments. |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Ted Kremenek | Tweak location of diagnostic for -Wunreachable-code |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Ted Kremenek | Start migration of static analyzer to using the |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Michael J.... | CMake: Add runtime dir. |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Michael J.... | MemoryBuffer API update. |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Daniel Dunbar | Update for LLVM API change. |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Douglas Gregor | Fix a regression I caused in r121930. It turns out... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Douglas Gregor | Check for unexpanded parameter packs within variable... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Douglas Gregor | Check for unexpanded parameter packs in friend declarat... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Fariborz Jahanian | Improve diagnostics when property being looked up |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Douglas Gregor | Check for unexpanded parameter packs in using declarati... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Douglas Gregor | Check for unexpanded parameter packs in enumeration... |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Douglas Gregor | Check for unexpanded parameter packs in static assertio... |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Bob Wilson | Implement builtins for Neon half-precision float conver... |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Fariborz Jahanian | ivars craeted for explicit @synthesize and those |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Douglas Gregor | Check for unexpanded parameter packs in various kinds of |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Douglas Gregor | Teach the RecursiveASTVisitor to traverse the type... |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Douglas Gregor | Test that all of the relevant types properly compute... |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Douglas Gregor | Introduce a RecursiveASTVisitor subclass that finds... |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Argyrios Kyrtzidis | Fix diagnostic pragmas. |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Douglas Gregor | Move the work-in-progress implementation of variadic... |
commit | commitdiff | tree | snapshot |
next |