- cef3a7b Change diagnostics for enums with fixed underlying type so in C++98 mode, we cite C++11. by Eli Friedman · 12 years ago
- 919b955 When finding a '(' after '::', emit error with hint to remove '(' and matching by Richard Trieu · 12 years ago
- aee56fa Update the front end to use minsize attribute by Quentin Colombet · 12 years ago
- bb12243 Remove divison-by-zero checks from -ftrapv. These checks were incompatible with by Richard Smith · 12 years ago
- 54c4545 Fix the template type diffing to handle integral template arguments. by Richard Trieu · 12 years ago
- f22ae65 objective-C block meta-data. This patch completes meta-data by Fariborz Jahanian · 12 years ago
- ef4b666 Fix an incorrect assert, the LHS can be an LValue. by Rafael Espindola · 12 years ago
- 292d67b -fcatch-undefined-behavior: Start checking loads and stores for null pointers. by Richard Smith · 12 years ago
- e4a990f [libclang] Introduce clang_Cursor_getReceiverType which returns the CXType for by Argyrios Kyrtzidis · 12 years ago
- b2ed96a [lit] For the "case-insensitive-filesystem" make sure to create the test temporary file by Argyrios Kyrtzidis · 12 years ago
- bef17f9 clang/test/Index/code-completion-skip-bodies.cpp: Add XFAIL while investigating. by NAKAMURA Takumi · 12 years ago
- 889b99e Correctly reject gotos in function-level try blocks. PR14225. by Eli Friedman · 12 years ago
- 4182ed6 [PCH] Remove the stat cache from the PCH file. by Argyrios Kyrtzidis · 12 years ago
- 724e65b [clang tests] Added require ppc64-registered-target to Headers/altivec-header.c to ensure it only runs on ppc64. by Michael Gottesman · 12 years ago
- 710c517 ARM AAPCS-VFP: fix tracking of allocated VFP registers. by Manman Ren · 12 years ago
- 66fb028 [driver] Remove the -ccc-host-triple alias. This has been replaced by the by Chad Rosier · 12 years ago
- 3028038 Fix for -ast-dump-filter by Alexander Kornienko · 12 years ago
- c91b41a [driver] Completely rework how superfluous options are stripped out of the crash by Chad Rosier · 12 years ago
- 60c158a Add "static" to some functions in altivec.c where it was missing. by Ulrich Weigand · 12 years ago
- 5d1ae38 This patch removes the XFAIL for powerpc for by Bill Schmidt · 12 years ago
- 25893e0 Decouple code-completion for the SkipFunctionBodies frontend option and by Argyrios Kyrtzidis · 12 years ago
- e015754 Extend -Bprefix functionality and make it closer to gcc. If the "prefix" by Simon Atanasyan · 12 years ago
- 32133cf [analyzer] SimpleStreamChecker - remove evalAssume and other refinements by Anna Zaks · 12 years ago
- 8c610b0 Remove the -ccc-no-clang option. by Rafael Espindola · 12 years ago
- 3719ed2 [analyzer]Don't invalidate const arguments when there is no IdentifierInfo. by Anna Zaks · 12 years ago
- 399f2c4 add test for r167063 by Seth Cantrell · 12 years ago
- e6c3458 Remove ccc-no-clang-cpp, which is also dead now. by Rafael Espindola · 12 years ago
- 82c6dc7 Handle string encoding diagnostics when there are too many invalid ranges. by David Blaikie · 12 years ago
- b3fa55f ARM AAPCS-VFP: fix handling of homogeneous aggreate. by Manman Ren · 12 years ago
- 89aa2ce [driver] Older versions of ld expect '-L<dir>' not '-L <dir>'. In Xcode4 and by Chad Rosier · 12 years ago
- 356d9cc Change ForceSizeOpt attribute into MinSize attribute by Quentin Colombet · 12 years ago
- c39a2b0 Update test case. by Ted Kremenek · 12 years ago
- eafaad2 [analyzer] Warn about reallocf with an allocation size of 0, like realloc. by Jordan Rose · 12 years ago
- 3cf9a72 [analyzer] New checker for missing super calls in UIViewController subclasses. by Jordan Rose · 12 years ago
- ee1ea80 Don't crash on bad atomic operations. PR14176. by Eli Friedman · 12 years ago
- 33e1576 [PCH] The diagnostic state points can refer to previously created by Argyrios Kyrtzidis · 12 years ago
- d2d4d68 In the past "production" clang builds would not be used for c++, and by Rafael Espindola · 12 years ago
- d65e55d [analyzer] Add SimpleStreamChecker. by Anna Zaks · 12 years ago
- 8e68ef0 Revert commit r166946 by Quentin Colombet · 12 years ago
- 9568f0c Partially roll back r166898; it exposed a bug in the standard. by Richard Smith · 12 years ago
- ba927d9 Make forcesizeopt attribute available to the end user by Quentin Colombet · 12 years ago
- c0e4445 -Warc-repeated-use-of-weak: allow single reads in loops from local variables. by Jordan Rose · 12 years ago
- 6a329ee [analyzer] New option to not suppress null return paths if an argument is null. by Jordan Rose · 12 years ago
- 09f7bf1 [analyzer] Use the CallEnter node to get a value for tracked null arguments. by Jordan Rose · 12 years ago
- dbaf4bc This patch adds alignment information for long double to the 64-bit PowerPC by Bill Schmidt · 12 years ago
- e6b3dba Handle '*' and '#' asm constraint modifiers. by Ulrich Weigand · 12 years ago
- 5bffbe5 improve highlighting of invalid string encodings by Seth Cantrell · 12 years ago
- c36e359 Revert functional part of r166896 and just suppress -Wunneeded-internal-declaration for reference types for now. This needs more work; the cases we currently miss are a bit random. by Richard Smith · 12 years ago
- 1432a43 When determining whether to try evaluating the initializer of a variable, check by Richard Smith · 12 years ago
- 623ef4b In -Wunneeded-internal-declaration, suppress the warning for variables which by Richard Smith · 12 years ago
- 644e90a Fix invalid jump scopes again. This time without trying to find out if an by Rafael Espindola · 12 years ago
- 1a7b2e9 Add a testcase from the previous bootstrap problem. by Rafael Espindola · 12 years ago
- e1bb329 Fix crash on missing namespace name in namespace alias definition -- PR14085. by Nico Weber · 12 years ago
- a92afb6 Revert 166876 while I debug a bootstrap problem. by Rafael Espindola · 12 years ago
- ff8f967 Reapply 166855 with an early exit on null QualTypes. by Rafael Espindola · 12 years ago
- 286d623 Reverted back the changes made in 166868 and in 166869 by Mahesha S · 12 years ago
- 68de140 Feature: OpenMP support. by Mahesha S · 12 years ago
- f3b5231 ------------------------------------------------- by Mahesha S · 12 years ago
- 3954d39 Add a reduced testcase of the last bootstrap failure. by Rafael Espindola · 12 years ago
- 029d284 Revert r166855. I can reproduce the bootstrap failure and have a testcase by Rafael Espindola · 12 years ago
- b21c11d Add a test case for the stack overflow in rdar://12542261 by Argyrios Kyrtzidis · 12 years ago
- 76b5d24 Fix cases where we were not producing an error when a computed goto could by Rafael Espindola · 12 years ago
- 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