2012-10-29 |
Daniel Jasper | Implement has(), hasDescendant(), forEach() and forEach... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Nick Lewycky | Remove spurious mode marker from .cpp file. |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Nick Lewycky | Add missing emacs major mode marker. |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Nick Lewycky | Fix name of this file. |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Nick Lewycky | Add missing emacs major mode marker. |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Seth Cantrell | improve highlighting of invalid string encodings |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Richard Smith | Revert functional part of r166896 and just suppress... |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Richard Smith | When determining whether to try evaluating the initiali... |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Richard Smith | In -Wunneeded-internal-declaration, suppress the warnin... |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Rafael Espindola | Fix invalid jump scopes again. This time without trying... |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Rafael Espindola | Add a testcase from the previous bootstrap problem. |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Nico Weber | Fix crash on missing namespace name in namespace alias... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Fariborz Jahanian | objective-C arc/mrr: Patch for the new block variable... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Chris Lattner | Currently the initial value of Tok is dependent an... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Rafael Espindola | Revert 166876 while I debug a bootstrap problem. |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Rafael Espindola | Reapply 166855 with an early exit on null QualTypes. |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Mahesha S | Reverted back the changes made in 166868 and in 166869 |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Mahesha S | Feature: |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Mahesha S | ------------------------------------------------- |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Mahesha S | Removed an extra blank line. |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Rafael Espindola | Add a reduced testcase of the last bootstrap failure. |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Rafael Espindola | Revert r166855. I can reproduce the bootstrap failure... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Argyrios Kyrtzidis | Add a test case for the stack overflow in rdar://12542261 |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Rafael Espindola | Fix cases where we were not producing an error when... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Rafael Espindola | Move two helper functions to AST so that sema can use... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Rafael Espindola | Refactor some code into a new findMaterializedTemporary... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Rafael Espindola | Refactor some code into a new skipRValueSubobjectAdjust... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Rafael Espindola | Delay codegen to after collecting all SubobjectAdjustme... |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Eli Friedman | Fix typo. |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Eli Friedman | Add missing safety check to an optimization for do... |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Eli Friedman | Fix indentation. |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Argyrios Kyrtzidis | In Parser::ParseDecltypeSpecifier, make sure the end... |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Eli Friedman | Don't crash synthesizing an ObjC property with an empty... |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Douglas Gregor | When an externally-supplied record layout has a size... |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Fariborz Jahanian | Add comment for my patch in r166809. |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Bill Schmidt | This patch is a follow-up to r166805. As suggested... |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Fariborz Jahanian | Remove BLOCK_BYREF_LAYOUT_BYREF flags from list of |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Fariborz Jahanian | objective-C IRGen: for @implementation nested in |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Argyrios Kyrtzidis | [driver] Before applying the working directory check... |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Bill Schmidt | This patch addresses a 64-bit PowerPC ELF ABI compatibi... |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Argyrios Kyrtzidis | [options] Fix mishandling of aliased options that was... |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Daniel Dunbar | tests: Tweak unprintable.c to try another character... |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Chad Rosier | [ms-inline asm] Add test case for r166792. |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Chad Rosier | [ms-inline asm] Test case for r166790. |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Douglas Gregor | Match up anonymous structs/unions in the ASTImporter... |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Ted Kremenek | Add comments for RemoveRedundantMsgs, rename it to... |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Douglas Gregor | Eliminate some longstanding FIXMEs regarding variadic... |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Douglas Gregor | In the ASTImporter, don't try to emit a diagnostic... |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Daniel Jasper | Remove clang-fixit from tools page as it is currently... |
commit | commitdiff | tree | snapshot |
2012-10-26 |
David Tweed | These tests require an actual x86 registered target... |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Bill Wendling | Fix grammar-o. |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Alexey Samsonov | Fix test suppressed in r166683 on 32-bit Linux |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Fariborz Jahanian | Declare type of flags to be used in a __block (byref) |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Quentin Colombet | Oz optimization level sets ForceSizeOpt attribute for... |
commit | commitdiff | tree | snapshot |
2012-10-26 |
Manman Ren | X86 SSE Intrinsics: update header for sqrt_ss, rsqrt_ss... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Bill Wendling | Recommit Eric's code to validate ASM string's constrain... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Richard Smith | Fix the other occurrence of the problem fixed by r166731. |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Fariborz Jahanian | Changing name of enum for block literal flags to represent |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Richard Smith | LLVM's hashing routines produce a size_t, and thus... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Ted Kremenek | TrackConstraintBRVisitor and ConditionBRVisitor can... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Richard Smith | Add a more direct test for r166661. |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Chad Rosier | [ms-inline asm] Add a test case for r166723 and r166724. |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Chad Rosier | [ms-inline asm] Add support for field lookup in the... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Fariborz Jahanian | Add some new types in preparation of encoding of captur... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Joerg Sonnenberger | Don't require exception handling for clang-tblgen. |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Kaelyn Uhrain | Move the input files for test/PCH/badpch.c under test... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Douglas Gregor | When capturing 'this' in a lambda, make sure to update... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Dmitri Gribenko | Comment to XML conversion: avoid memory allocation... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Dmitri Gribenko | CommentDumper: reorder members and add a comment. |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Fariborz Jahanian | Provide comment describing what buildBlockDescriptor... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Joerg Sonnenberger | Don't throw exceptions in clang-tblgen by switching... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Micah Villmow | Cleanup some clang code to use new type functions inste... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
NAKAMURA Takumi | clang/test/CodeGenCXX/debug-info-thunk.cpp: Suppress... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
David Tweed | Correct test inovocations to use %clang_cc1 rather... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
David Tweed | Modify the targets to set appropriate calling conventio... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Alexey Samsonov | Initialize debug info for special cases of functions... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
NAKAMURA Takumi | unittests/ToolingTest.cpp: Suppress newFrontendActionFa... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Manuel Klimek | Adds the possibility to inject a callback that's called... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Richard Smith | -fcatch-undefined-behavior checking for appropriate... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Argyrios Kyrtzidis | Take into account that there may be a BOM at the beginn... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Douglas Gregor | Update warning-flag test |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Bill Wendling | Revert r166647 to rethink the patch... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Douglas Gregor | Remove the old predefines-buffer diffing code completel... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Douglas Gregor | Fix computation of predefines buffer from the preproces... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Eli Friedman | When we're devirtualizing a method call, make sure... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Douglas Gregor | ASTUnit doesn't actually care about the predefines... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Douglas Gregor | The the preprocessor option validator to compute suggested |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Bill Wendling | Add some support for diagnosing possibly mismatched... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Richard Smith | 'constexpr' and 'friend' are both declaration specifier... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Richard Smith | PR14171: Don't crash if we hit one of the paths where... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Douglas Gregor | Teach the PCH validator to check the preprocessor optio... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
NAKAMURA Takumi | c-index-test.c: Split a format string. [-Woverlength... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Chad Rosier | [ms-inline asm] Test case for r166632. |
commit | commitdiff | tree | snapshot |
2012-10-24 |
David Blaikie | Fix false positive in -Wunused-variable when a ctor... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Eli Friedman | Update regression tests for r166617. |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Eli Friedman | Don't print scope qualifiers for references to a type... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Eli Friedman | Add an additional test for namespaces and -Wmissing... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Douglas Gregor | (De-)serialize the preprocessor options, including... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Rafael Espindola | Add a test showing that nodebug is accepted in methods... |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Argyrios Kyrtzidis | [libclang] Add "-index-file-full" option that recursive... |
commit | commitdiff | tree | snapshot |
next |