- 7b82cfc Fix typo. by Eli Friedman · 12 years ago
- 3d7c780 Add missing safety check to an optimization for do-while loops. PR14191. by Eli Friedman · 12 years ago
- 1e58469 In Parser::ParseDecltypeSpecifier, make sure the end location it returns by Argyrios Kyrtzidis · 12 years ago
- aa01466 Don't crash synthesizing an ObjC property with an empty struct type. <rdar://problem/12547611>. by Eli Friedman · 12 years ago
- f596760 When an externally-supplied record layout has a size that clearly by Douglas Gregor · 12 years ago
- 3b33403 This patch is a follow-up to r166805. As suggested on-list, a check was by Bill Schmidt · 12 years ago
- c1868e5 objective-C IRGen: for @implementation nested in by Fariborz Jahanian · 12 years ago
- ccb428b [driver] Before applying the working directory check if the input path by Argyrios Kyrtzidis · 12 years ago
- 485717e This patch addresses a 64-bit PowerPC ELF ABI compatibility issue with by Bill Schmidt · 12 years ago
- a049bbb [options] Fix mishandling of aliased options that was introduced in r166444. by Argyrios Kyrtzidis · 12 years ago
- 34f8597 tests: Tweak unprintable.c to try another character which is hopefully even more by Daniel Dunbar · 12 years ago
- 0adc4d2 [ms-inline asm] Add test case for r166792. by Chad Rosier · 12 years ago
- da5c3b7 [ms-inline asm] Test case for r166790. by Chad Rosier · 12 years ago
- dd6e106 These tests require an actual x86 registered target, so mark them as such. Tested on ARM. by David Tweed · 12 years ago
- 681b898 Fix grammar-o. by Bill Wendling · 12 years ago
- c01526e Fix test suppressed in r166683 on 32-bit Linux by Alexey Samsonov · 12 years ago
- 9046768 Oz optimization level sets ForceSizeOpt attribute for each function by Quentin Colombet · 12 years ago
- f0e97db X86 SSE Intrinsics: update header for sqrt_ss, rsqrt_ss and rcp_ss. by Manman Ren · 12 years ago
- 50d46ca Recommit Eric's code to validate ASM string's constraints and modifiers. by Bill Wendling · 12 years ago
- d6f8330 Fix the other occurrence of the problem fixed by r166731. by Richard Smith · 12 years ago
- ca53087 LLVM's hashing routines produce a size_t, and thus generate different values for 32- and 64-bit host compilers. This really needs to be fixed -- the IR generated should not depend on the host -- but this change will get the bots green again. Proper fix to follow. by Richard Smith · 12 years ago
- b85cce0 TrackConstraintBRVisitor and ConditionBRVisitor can emit similar by Ted Kremenek · 12 years ago
- 0848333 Add a more direct test for r166661. by Richard Smith · 12 years ago
- d2e7d20 [ms-inline asm] Add a test case for r166723 and r166724. by Chad Rosier · 12 years ago
- ebcb468 Move the input files for test/PCH/badpch.c under test/PCH/Inputs/. by Kaelyn Uhrain · 12 years ago
- c3f1742 When capturing 'this' in a lambda, make sure to update the set of by Douglas Gregor · 12 years ago
- 37c94bf clang/test/CodeGenCXX/debug-info-thunk.cpp: Suppress it for now with XFAIL:*, due to failing on i686-*-*. by NAKAMURA Takumi · 12 years ago
- a0d5878 Correct test inovocations to use %clang_cc1 rather than direct invocation (so that it can have additional options set when trying to debug issues causing regressions). by David Tweed · 12 years ago
- 34b41f8 Initialize debug info for special cases of functions that lack declarations and are generated by Clang (global initializers/destructors, thunks) . Fixes PR13942. by Alexey Samsonov · 12 years ago
- 1cb7142 Take into account that there may be a BOM at the beginning of the file, by Argyrios Kyrtzidis · 12 years ago
- 986819a Update warning-flag test by Douglas Gregor · 12 years ago
- c6cd9af Revert r166647 to rethink the patch... by Bill Wendling · 12 years ago
- 465e89e When we're devirtualizing a method call, make sure the method has the correct IR type. by Eli Friedman · 12 years ago
- a0b9ce0 Add some support for diagnosing possibly mismatched constraint, type size and by Bill Wendling · 12 years ago
- 53aec2a 'constexpr' and 'friend' are both declaration specifiers. Teach the parser this, for better error recovery. by Richard Smith · 12 years ago
- e925322 PR14171: Don't crash if we hit one of the paths where GetFullTypeForDeclarator by Richard Smith · 12 years ago
- 4c0c7e8 Teach the PCH validator to check the preprocessor options, especially by Douglas Gregor · 12 years ago
- f742727 [ms-inline asm] Test case for r166632. by Chad Rosier · 12 years ago
- 39e1776 Fix false positive in -Wunused-variable when a ctor call make involve cleanups. by David Blaikie · 12 years ago
- 9dd686d Update regression tests for r166617. by Eli Friedman · 12 years ago
- a45451d Don't print scope qualifiers for references to a type defined locally in a function. Patch by Grzegorz Jablonski. by Eli Friedman · 12 years ago
- 6c8b649 Add an additional test for namespaces and -Wmissing-variable-declarations. Move C++ test into SemaCXX. by Eli Friedman · 12 years ago
- 946fa65 Add a test showing that nodebug is accepted in methods too. Patch by by Rafael Espindola · 12 years ago
- b512a14 Explicitly specify C++98 when building the C++ precompiled header for this test, so that the test will work on Windows. by Douglas Gregor · 12 years ago
- 1bed9b7 [ms-inline asm] Add test cases for r166451. by Chad Rosier · 12 years ago
- 4224255 [ms-inline asm] Add test cases for r166592. The test cases only works if the by Chad Rosier · 12 years ago
- 403f2c6 Add a simple test involving decltype on Objective-C properties and ivars by Douglas Gregor · 12 years ago
- 9230997 A number of test cases assume that an "int" parameter or return value by Ulrich Weigand · 12 years ago
- 04631c3 Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532." by NAKAMURA Takumi · 12 years ago
- 045d707 clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532. by NAKAMURA Takumi · 12 years ago
- c89fd3a Add a test for -Warc-abi as requested by Fariborz. by Nico Weber · 12 years ago
- e4aeeaa Add padding inreg registers to cause llvm to skip ecx when needed with by Rafael Espindola · 12 years ago
- b693269 Add inreg markers with the x86_fastcallcc calling convention. by Rafael Espindola · 12 years ago
- 6d919fb Address feedback from Eli Friedman on r166522. by Matt Beaumont-Gay · 12 years ago
- 603513d [analyzer] Handle 'SomeVar.SomeEnumConstant', which is legal in C++. by Jordan Rose · 12 years ago
- 4d9e497 [analyzer] Replace -analyzer-no-eagerly-trim-egraph with graph-trim-interval. by Jordan Rose · 12 years ago
- e72faf6 [ms-inline asm] Test case for r166526. by Chad Rosier · 12 years ago
- 82573e3 [ms-inline asm] Update the triple to test r166523. by Chad Rosier · 12 years ago
- c7db84d Don't emit -Wunused-value warnings from macro expansions. by Matt Beaumont-Gay · 12 years ago
- 6a6bb28 Objective-C: check that when a category method is being implemented, by Fariborz Jahanian · 12 years ago
- a7a38cb Fix pretty-printing pseudo-destructor calls. Patch by Grzegorz Jablonski. by Eli Friedman · 12 years ago
- 2e2d03c Delete junk that snuck into r166498. by Eli Friedman · 12 years ago
- e4851f2 Add a new warning -Wmissing-variable-declarations, to warn about variables by Eli Friedman · 12 years ago
- 713c287 When rebuilding a DependentScopeDeclRefExpr, perform a lookup into the scope by Richard Smith · 12 years ago
- 4d5dd7c [ms-inline asm] Update for r166433. by Chad Rosier · 12 years ago
- 3667bbe Handle -pthread, -pg and -shared correctly on bitrig. Patch by David Hill. by Rafael Espindola · 12 years ago
- ac2153e clang/test/PCH/pch-dir.c: Update a comment for msvc. msvc(*-win32) implies -std=c++11. by NAKAMURA Takumi · 12 years ago
- 129dd54 clang/test/PCH/pch-dir.c: Mark it as XFAIL:msvc. It doesn't fail (virtually xpass) on msvc. by NAKAMURA Takumi · 12 years ago
- 674b227 clang/test/PCH/pch-dir.c: Relax expressions of path separators for Win32. by NAKAMURA Takumi · 12 years ago
- 27ffa6c If the precompiled header named by "-include" is actually a directory, by Douglas Gregor · 12 years ago
- 84c3b97 Fix -Wunused-value to not warn on expressions that have unresolved lookups due by Matt Beaumont-Gay · 12 years ago
- 5f1385b [ms-inline-asm] Add handling for errors coming out of the backend. by Eli Friedman · 12 years ago
- 5f14fcb Don't try to use inreg with 0 sized structs. Thanks to Eli for reporting the by Rafael Espindola · 12 years ago
- b5b37d1 Ugly ugly hack for libstdc++-4.6 and libstdc++-4.7 compatibility. These by Richard Smith · 12 years ago
- 293e2eb Testcase change for r166440. by Eli Friedman · 12 years ago
- 97bc3d5 Fix for PR13334. This prevents crashes that result from badly formed by Richard Trieu · 12 years ago
- 5a12aca [ms-inline asm] Test case for r166433. by Chad Rosier · 12 years ago
- 03e6fda PR14141 (part of DR1351): An implicitly-deduced "any" exception specification by Richard Smith · 12 years ago
- 87234c8 Fix typo, make test case slightly more reabable. Thanks to Dmitri Gribenko for by Lang Hames · 12 years ago
- f4bd329 Add support of MIPS n32 ABI to the Clang driver. The fix builds correct library/object files paths and passes appropriate command line options to the linker if user provides -mabi=n32 option. by Simon Atanasyan · 12 years ago
- efeeccf Unrevert r166268, reverted in r166272, with a fix for the issue which Nick by Richard Smith · 12 years ago
- 860022c When used in a compound expression FP_CONTRACT should proceed all explicit by Lang Hames · 12 years ago
- aa9a8ce DR1473: Do not require a space between operator"" and the ud-suffix in a by Richard Smith · 12 years ago
- 444d384 Rework implementation of DR1492: Apply the resolution to operator delete too, by Richard Smith · 12 years ago
- b687f3b Fix __builtin_va_arg assertion failure in ARM AAPCS. by Logan Chien · 12 years ago
- b59b580 [analyzer] Assume 'new' never returns NULL if it could throw an exception. by Jordan Rose · 12 years ago
- 5016a70 DR1472: A reference isn't odr-used if it has preceding initialization, by Richard Smith · 12 years ago
- 0872a06 When associating file ranges of macro arguments with their by Argyrios Kyrtzidis · 12 years ago
- 9fe4856 [ms-inline asm] Update test case for r166357. by Chad Rosier · 12 years ago
- b0850b3 [ms-inline asm] Test case for r166349 and r166352. by Chad Rosier · 12 years ago
- 362b18c [ms-inline asm] Update testcase for r166316. by Chad Rosier · 12 years ago
- 25bc47e [ms-inline asm] Revert accidental commit. Sorry for the churn. by Chad Rosier · 12 years ago
- e1aebe1 Pretty-print a ParenListExpr in a variable initializer correctly. Patch by Grzegorz Jablonski. by Eli Friedman · 12 years ago
- 793c405 [ms-inline asm] Set the SemaCallback in the TargetAsmParser. by Chad Rosier · 12 years ago
- 1f432ee tests: Fix two tests to just use -triple instead of XFAIL+XTARGET. by Daniel Dunbar · 12 years ago
- ca082d0 tests: Stop mangling '-vg' into the triple, we don't use this currently. by Daniel Dunbar · 12 years ago
- 5f531a4 Clarify wording of -Wshift-op-parentheses. by David Blaikie · 12 years ago
- 535a5d0 Allow objc_requires_super to be used to check class methods as well. by Jordan Rose · 12 years ago
- 266dba3 Change VerifyDiagnosticConsumer so that it *must* contain at least one "expected-*" directive. As a result, for test-cases that are not expected to generate any diagnostics, an additional directive "expected-no-diagnostics" has been implemented which can then be included in such test-cases. This new directive may not be used in conjunction with any other "expected-*" directive. by Andy Gibbs · 12 years ago
- 8e8fb3b Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. by Andy Gibbs · 12 years ago