- 1652ed1 Tighten type-checking for vector attributes. by Eli Friedman · 11 years ago
- 003e1dc Fix gcc search for cross-compiler on Ubuntu 13.04. by Eli Friedman · 11 years ago
- 11311ea Fix GNU ObjC ABI for a message returning a struct. by Eli Friedman · 11 years ago
- 34f3bcf Partially revert r186903. by Eli Friedman · 11 years ago
- 6931b4d Move friend warning into CXX11 warning group. by Eli Friedman · 11 years ago
- 19caff4 Options.td: fold the NoForward flag into DriverOption by Hans Wennborg · 11 years ago
- b775100 When we perform dependent name lookup during template instantiation, it's not by Richard Smith · 11 years ago
- d78aef1 Options.td: finish comment about CompileOnly_Group by Hans Wennborg · 11 years ago
- b2c405e [analyzer] Remove dead optimization for MaterializeTemporaryExpr. by Jordan Rose · 11 years ago
- 73168db Don't forward all assembler arguments untouched to -cc1as by David Blaikie · 11 years ago
- 465f0f9 remove empty directories. by Rafael Espindola · 11 years ago
- 7185d62 Remove the mblaze backend from clang. by Rafael Espindola · 11 years ago
- 062ef6e [analyzer] Add regression test for the crash in PR16664. by Jordan Rose · 11 years ago
- 0aaa57d [analyzer] Weaken assertion to account for pointer-to-integer casts. by Jordan Rose · 11 years ago
- 5b429be Move not past env. by Rafael Espindola · 11 years ago
- bbcf77f Don't pass %s twice to clang -cc1. by Rafael Espindola · 11 years ago
- e865cc5 clang-format: Fix switch/case interaction with macros. by Daniel Jasper · 11 years ago
- 8357746 Use memoization for has()-matcher. by Daniel Jasper · 11 years ago
- 2c4b2e4 Fix incorrect documentation generation for type matchers. by Manuel Klimek · 11 years ago
- d66bf94 Avoid recursions when the parser finds out that it has too many brackets. by Rafael Espindola · 11 years ago
- f221d161 Add another C++14 constexpr test case. by Richard Smith · 11 years ago
- cab4a09 Replace the "NoFramePointerElimNonLeaf" target option with a function attribute. by Bill Wendling · 11 years ago
- 3b47759 Debug Info: Fine-tune the simple return expression location handling to by Adrian Prantl · 11 years ago
- 09ade33 typo. by Adrian Prantl · 11 years ago
- ceaa1ec Documentation parsing: if typedef name is being declared by Fariborz Jahanian · 11 years ago
- 8f4269a Simplify code - no functionality change. by Eli Bendersky · 11 years ago
- 0323a78 Partial revert of r185568. by Eli Bendersky · 11 years ago
- 6fd131c typo. by Adrian Prantl · 11 years ago
- b6cdc96 Debug Info: Fix an oversight of r186553. Ensure that the function prologue by Adrian Prantl · 11 years ago
- d60911a add radar number to testcase. by Adrian Prantl · 11 years ago
- 65f1a4c Objective-C migrator: some cleanup. by Fariborz Jahanian · 11 years ago
- 1675c50 Add not to a command that is expected to fail. by Rafael Espindola · 11 years ago
- 5e151c5 ObjectiveC migration: Method candidates for by Fariborz Jahanian · 11 years ago
- f3ecf89 Pass -fno-math-builtin from the Clang driver to -cc1 for the l32 arch. by Eli Bendersky · 11 years ago
- 3c3a522 Rename feature test for lambda init-captures from cxx_generalized_capture to by Richard Smith · 11 years ago
- a4fb339 Update documentation to match current C++1y feature set. by Richard Smith · 11 years ago
- ae27181 Make test pass in Release builds, IR names don't get emitted there. by Benjamin Kramer · 11 years ago
- 21fe450 Use ARM-style representation for C++ method pointers under PNaCl/Emscripten by Mark Seaborn · 11 years ago
- 4c7736e Sema: Minor const fixups and control flow tidying. by Benjamin Kramer · 11 years ago
- 6de440e Add support for Adaptative matchers on the dynamic registry. by Samuel Benzaquen · 11 years ago
- e05dc6d clang-format: Initial (incomplete) support for the WebKit coding style. by Daniel Jasper · 11 years ago
- 03ce5f8 C++1y: track object lifetime during constexpr evaluation, and don't allow by Richard Smith · 11 years ago
- 532870f Update docs. by Manuel Klimek · 11 years ago
- 211b4a2 ObjectiveC migration: more migration to instancetype of NSDictionary methods. by Fariborz Jahanian · 11 years ago
- 26cf046 ObjectiveC migrator: start migrating to instancetype methods. by Fariborz Jahanian · 11 years ago
- 11638f7 ObjC migrator: more knobs toward doing instancetype migration. by Fariborz Jahanian · 11 years ago
- b199310 [PowerPC64] Fix passing of single-vector-member structs to match ABI. by Bill Schmidt · 11 years ago
- 75fcef9 Remove HelpText for -fno-diagnostics-show-note-include-stack by Hans Wennborg · 11 years ago
- 679efe1 Changed "an macro" to "a macro" in diagnostic note. by Richard Trieu · 11 years ago
- f740086 Remove support for CCC_ADD_ARGS. QA_OVERRIDE_GCC3_OPTIONS supersedes it. by Rafael Espindola · 11 years ago
- de99be1 Removing a number of individual run lines and replacing them with single line test cases. This reduces the number of test runs, provides the same coverage, and allows us to test that the attribute names are included in the diagnostic. by Aaron Ballman · 11 years ago
- 8d09216 ObjC migrator: Define family of methods by Fariborz Jahanian · 11 years ago
- baec778 Added the attribute name to the err_attribute_wrong_number_arguments diagnostic for clarity; updated almost all of the affected test cases. by Aaron Ballman · 11 years ago
- 6e673f8 Removed useless source loc field in UnresolvedUsingTypenameDecl node. by Enea Zaffanella · 11 years ago
- 5940bf3 Add new diagnostic messages when too many arguments are presented to a by Richard Trieu · 11 years ago
- 7d3240d Remove the -ccc-echo option that is now unused. by Rafael Espindola · 11 years ago
- 4c4f6fe [libclang] Expose the rest of the array types. by Argyrios Kyrtzidis · 11 years ago
- d732928 Going back to using getName for consistency. by Aaron Ballman · 11 years ago
- 8fb316a Expand test/Driver/at_file.c test to check that PR16209 is fixed. by Hans Wennborg · 11 years ago
- 3a16aa9 Remove unused diagnostics. by Benjamin Kramer · 11 years ago
- c2294ef Remove line number from test/Analysis/crash-trace.c. by Jordan Rose · 11 years ago
- 371aad5 Mark test/Analysis/crash-trace.c as requiring crash recovery. by Jordan Rose · 11 years ago
- ec97014 Convert another test to -###. by Rafael Espindola · 11 years ago
- bae4dc4 Fixing the build bots from the previous commit. by Aaron Ballman · 11 years ago
- 73b11d9 Add missing quotes for -###. by Rafael Espindola · 11 years ago
- 2907f78 Use -### instead of -ccc-echo. by Rafael Espindola · 11 years ago
- faf71a8 Replacing some manual diagnostic checks with an existing helper method. Adding missing test cases for the diagnostics. by Aaron Ballman · 11 years ago
- 8424852 Run %clang_cc1, it is the one that actually crashes. by Rafael Espindola · 11 years ago
- 73883c3 Removed a redundant diagnostic and replaced it with a more standard one. Added a test case for the diagnostic. by Aaron Ballman · 11 years ago
- 437d43f Consolidate several attribute argument diagnostics into a single, selectable diagnostic. This makes the diagnostic more consistent. by Aaron Ballman · 11 years ago
- 081c883 Correcting the NSObject and Overloadable attribute diagnostics so that the count reported matches reality. by Aaron Ballman · 11 years ago
- 4ac537b C++1y literal suffix support: by Richard Smith · 11 years ago
- fee1622 [analyzer] Enable pseudo-destructor expressions. by Jordan Rose · 11 years ago
- 413c572 [analyzer] Add test for crash tracing (r186639) by Jordan Rose · 11 years ago
- 9815ec0 Revert "[analyzer] Add very limited support for temporary destructors" by Jordan Rose · 11 years ago
- e6c8afc Error on more illegal kernel argument types for OpenCL by Matt Arsenault · 11 years ago
- 17b3c0d Make the nomathbuiltin.c test less demanding. by Eli Bendersky · 11 years ago
- 683a37b Further simplify test case from r186894 by David Blaikie · 11 years ago
- b3da613 Integers which are too large should be an error. by Eli Friedman · 11 years ago
- 08bf33a Simplify testcase. rdar://problem/14386148 by Adrian Prantl · 11 years ago
- 264d206 Add a -fno-math-builtin option to the Clang -cc1 by Eli Bendersky · 11 years ago
- 1f43791 Implement a better fix for r186894 by setting the appropriate type for __byref_variable_layout. by Adrian Prantl · 11 years ago
- 34cb2a3 ObjectiveC migration. Better handle migration to conforming by Fariborz Jahanian · 11 years ago
- 334ded9 Debug Info: Acknowledge the alignment when locating byref block variables. by Adrian Prantl · 11 years ago
- df88082 Testcase for PR16673. by Eli Friedman · 11 years ago
- 4e16bf2 Don't emit open-paren fixit without close-paren. by Eli Friedman · 11 years ago
- 10f9004 Revert commit 186833 (no longer needed after the fix in 186859). by Enea Zaffanella · 11 years ago
- b22d194 Make modules depend on the compiler's own module.map, as a proxy for the compiler itself. by Douglas Gregor · 11 years ago
- 45ccf28 Use the updated name for the attribute. by Bill Wendling · 11 years ago
- 8202630 Fixed implementation of C89 6.5.7 p3. by Enea Zaffanella · 11 years ago
- e3069e2 Objective-C migration: Use NS_OPTIONS when enumerators by Fariborz Jahanian · 11 years ago
- 0474cfd [arcmt] Only disable ARC in the second compilation if there were actually ARC errors in the checking phase. by Argyrios Kyrtzidis · 11 years ago
- 10ed981 Add testcase for PR16134, which no longer crashes with ToT. by Richard Smith · 11 years ago
- e088360 Update comment to refer to core issue number. by Richard Smith · 11 years ago
- 6bc8f9a This test was missing its -verify argument. by Aaron Ballman · 11 years ago
- 4626a20 Fix bug in clang-format's vim integration cause by r186789. by Daniel Jasper · 11 years ago
- 0e1896a Add support for overloaded matchers. ie different matcher function signatures with the same name. by Samuel Benzaquen · 11 years ago
- 212e3d7 c-index-test.c: Let this C89-compliant since r186817. by NAKAMURA Takumi · 11 years ago
- a4130ba [ms-cxxabi] Emit linkonce complete dtors in TUs that need them by Reid Kleckner · 11 years ago
- 73701ea Rename D to GD to match the type, which is GlobalDecl by Reid Kleckner · 11 years ago