1. 1316370 AST: Treat inline function declarations in -fms-compatibility as if it were in C++ when in C mode by David Majnemer · 11 years ago
  2. f10fa8d Options: Use AliasArgs for -O -> -O2 translation. by Hans Wennborg · 11 years ago
  3. b793f0d AArch64: initial NEON support by Tim Northover · 11 years ago
  4. 789d82a Check dynamic_cast is not used with -fno-rtti, unless it is a noop or can be resolved statically. by Arnaud A. de Grandmaison · 11 years ago
  5. 576a9af Sema: Diagnose explicitly bound unresolved member expressions decaying into pointers to function type by David Majnemer · 11 years ago
  6. fcbe208 Parse: Don't consider attributes of broken member declarators by David Majnemer · 11 years ago
  7. 3f32210 Fix assert when instantiating a default argument of a template defined in a by Richard Smith · 11 years ago
  8. b087a5d Make -m[no-]pascal-strings an alias of -f[no]pascal-strings in the .td file by Hans Wennborg · 11 years ago
  9. 3d672e4 ObjectiveC ARC: finishing off issuing error when by Fariborz Jahanian · 11 years ago
  10. c66e7e9 Fix declaring class template methods with an attributed typedef by Reid Kleckner · 11 years ago
  11. 78d0fbf clang-cl: add the /c, /W0 and /W1 options by Hans Wennborg · 11 years ago
  12. c14e6dd A few small cleanups to r187504. Thanks to dblaikie for the assist. by Kaelyn Uhrain · 11 years ago
  13. baaeb85 Improve the diagnostic experience, including adding recovery, for by Kaelyn Uhrain · 11 years ago
  14. 0ad975e With help from chapuni on IRC, I think this is right now. =] The issue by Chandler Carruth · 11 years ago
  15. 5fff100 Run an experiment to try to understand the windows failure better by by Chandler Carruth · 11 years ago
  16. 511fcc3 Try only two slashes as that seems to be working elsewhere in this testcase. by Chandler Carruth · 11 years ago
  17. d892178 Re-enable the cross-linux test on windows after making it tolerant of by Chandler Carruth · 11 years ago
  18. 245fca3 clang/test/Driver/cross-linux.c is suppressed on win32 for now. Investigating. by NAKAMURA Takumi · 11 years ago
  19. 8931078 Fix a crasher than manifests when typo correction suggests a function template. by Richard Trieu · 11 years ago
  20. 28803ba Find a better compromise with the default library search paths used by by Chandler Carruth · 11 years ago
  21. 750f73a err_attribute_missing_parameter_name has been replaced by err_attribute_argument_type. by Aaron Ballman · 11 years ago
  22. 9f939f7 Replacing err_attribute_argument_not_int with err_attribute_not_type_attr by Aaron Ballman · 11 years ago
  23. 635de28 Add MicrosoftVFTableContext to AST by Timur Iskhodzhanov · 11 years ago
  24. 878d0cc clang/test/Driver/qa_override.c: Resurrect a part of r187376. It still requires the feature 'clang-driver' for cygming. by NAKAMURA Takumi · 11 years ago
  25. 3cd6feb err_attribute_not_string has been subsumed by err_attribute_argument_type. by Aaron Ballman · 11 years ago
  26. b3d7efe Refactor some attributes to use checkFunctionOrMethodArgumentIndex instead of using custom logic. No functional changes intended. by Aaron Ballman · 11 years ago
  27. 13a29a2 Remove assert header dependency in test by David Blaikie · 11 years ago
  28. 28273b9 Make this test not try to write on object file and test all of the by Chandler Carruth · 11 years ago
  29. 060cb4a PR16715: Fix assert in verifier: only mark call to 'operator new' as 'builtin' if by Richard Smith · 11 years ago
  30. 547cca8 test/Driver/cl.c, remove quotes around /help by Hans Wennborg · 11 years ago
  31. 88c4b5e Support for Thread Safety Analysis in C by David Blaikie · 11 years ago
  32. 393f5ff clang/test/Driver/cl.c: Don't attempt slash switches on msys bash. by NAKAMURA Takumi · 11 years ago
  33. 0159b24 Try single quotes to fix the msys bot: by Rafael Espindola · 11 years ago
  34. 0046ce5 Avoid crashing if a directory has no pch files. by Rafael Espindola · 11 years ago
  35. 46ae785 Fix test/Driver/cl.c. by Hans Wennborg · 11 years ago
  36. 6981330 clang-cl: add support for the /? and /help options by Hans Wennborg · 11 years ago
  37. 2437c86 Don't build expressions for invalid casts. by Eli Friedman · 11 years ago
  38. 14d937a Handle a difference in lambda return type deduction between C++11 and C++1y: if by Richard Smith · 11 years ago
  39. ec0808d PR16708: If a lambda has an implicit return type, don't get confused if its return type has already been determined to be a type containing an 'auto'. by Richard Smith · 11 years ago
  40. b0e603c Debug Info / EmitCallArgs: arguments may modify the debug location. by Adrian Prantl · 11 years ago
  41. dc66326 [libclang] Remove comma from the blacklist of characters that prevent a comment to be attached to a decl. by Argyrios Kyrtzidis · 11 years ago
  42. e9512e2 [frontend] '-frewrite-includes' should not ignore headers included from command-line. by Argyrios Kyrtzidis · 11 years ago
  43. 14382ba Add not to a command that is expected to fail. by Rafael Espindola · 11 years ago
  44. 99b3cc6 Fix tests on targets that don't support thread_local by Pavel Labath · 11 years ago
  45. 68ffe15 Add a triple. Should fix the windows bots. by Rafael Espindola · 11 years ago
  46. 76b5dd4 [analyzer] Fix FP warnings when binding a temporary to a local static variable by Pavel Labath · 11 years ago
  47. c0267f6 Rework r187192, to tweak expressions to be tolerant of DOSish paths. XFAILs can be removed. by NAKAMURA Takumi · 11 years ago
  48. b6e87df clang/test/Driver/linux-header-search.cpp: Add XFAILs, for now. I'll fix them later. by NAKAMURA Takumi · 11 years ago
  49. dcd4cc7 Fix test for Release builds. by Eli Friedman · 11 years ago
  50. ea7fb0c [PowerPC] Support powerpc64le as a syntax-checking target. by Bill Schmidt · 11 years ago
  51. d46bedc Fix test for Release builds. by Eli Friedman · 11 years ago
  52. 1652ed1 Tighten type-checking for vector attributes. by Eli Friedman · 11 years ago
  53. 003e1dc Fix gcc search for cross-compiler on Ubuntu 13.04. by Eli Friedman · 11 years ago
  54. 11311ea Fix GNU ObjC ABI for a message returning a struct. by Eli Friedman · 11 years ago
  55. 34f3bcf Partially revert r186903. by Eli Friedman · 11 years ago
  56. 6931b4d Move friend warning into CXX11 warning group. by Eli Friedman · 11 years ago
  57. b775100 When we perform dependent name lookup during template instantiation, it's not by Richard Smith · 11 years ago
  58. 73168db Don't forward all assembler arguments untouched to -cc1as by David Blaikie · 11 years ago
  59. 7185d62 Remove the mblaze backend from clang. by Rafael Espindola · 11 years ago
  60. 062ef6e [analyzer] Add regression test for the crash in PR16664. by Jordan Rose · 11 years ago
  61. 0aaa57d [analyzer] Weaken assertion to account for pointer-to-integer casts. by Jordan Rose · 11 years ago
  62. 5b429be Move not past env. by Rafael Espindola · 11 years ago
  63. bbcf77f Don't pass %s twice to clang -cc1. by Rafael Espindola · 11 years ago
  64. f221d161 Add another C++14 constexpr test case. by Richard Smith · 11 years ago
  65. 3b47759 Debug Info: Fine-tune the simple return expression location handling to by Adrian Prantl · 11 years ago
  66. ceaa1ec Documentation parsing: if typedef name is being declared by Fariborz Jahanian · 11 years ago
  67. 0323a78 Partial revert of r185568. by Eli Bendersky · 11 years ago
  68. 6fd131c typo. by Adrian Prantl · 11 years ago
  69. b6cdc96 Debug Info: Fix an oversight of r186553. Ensure that the function prologue by Adrian Prantl · 11 years ago
  70. d60911a add radar number to testcase. by Adrian Prantl · 11 years ago
  71. 65f1a4c Objective-C migrator: some cleanup. by Fariborz Jahanian · 11 years ago
  72. 1675c50 Add not to a command that is expected to fail. by Rafael Espindola · 11 years ago
  73. 5e151c5 ObjectiveC migration: Method candidates for by Fariborz Jahanian · 11 years ago
  74. f3ecf89 Pass -fno-math-builtin from the Clang driver to -cc1 for the l32 arch. by Eli Bendersky · 11 years ago
  75. a4fb339 Update documentation to match current C++1y feature set. by Richard Smith · 11 years ago
  76. ae27181 Make test pass in Release builds, IR names don't get emitted there. by Benjamin Kramer · 11 years ago
  77. 21fe450 Use ARM-style representation for C++ method pointers under PNaCl/Emscripten by Mark Seaborn · 11 years ago
  78. 03ce5f8 C++1y: track object lifetime during constexpr evaluation, and don't allow by Richard Smith · 11 years ago
  79. 211b4a2 ObjectiveC migration: more migration to instancetype of NSDictionary methods. by Fariborz Jahanian · 11 years ago
  80. 26cf046 ObjectiveC migrator: start migrating to instancetype methods. by Fariborz Jahanian · 11 years ago
  81. b199310 [PowerPC64] Fix passing of single-vector-member structs to match ABI. by Bill Schmidt · 11 years ago
  82. 679efe1 Changed "an macro" to "a macro" in diagnostic note. by Richard Trieu · 11 years ago
  83. f740086 Remove support for CCC_ADD_ARGS. QA_OVERRIDE_GCC3_OPTIONS supersedes it. by Rafael Espindola · 11 years ago
  84. 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
  85. 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
  86. 5940bf3 Add new diagnostic messages when too many arguments are presented to a by Richard Trieu · 11 years ago
  87. 7d3240d Remove the -ccc-echo option that is now unused. by Rafael Espindola · 11 years ago
  88. 4c4f6fe [libclang] Expose the rest of the array types. by Argyrios Kyrtzidis · 11 years ago
  89. d732928 Going back to using getName for consistency. by Aaron Ballman · 11 years ago
  90. 8fb316a Expand test/Driver/at_file.c test to check that PR16209 is fixed. by Hans Wennborg · 11 years ago
  91. c2294ef Remove line number from test/Analysis/crash-trace.c. by Jordan Rose · 11 years ago
  92. 371aad5 Mark test/Analysis/crash-trace.c as requiring crash recovery. by Jordan Rose · 11 years ago
  93. ec97014 Convert another test to -###. by Rafael Espindola · 11 years ago
  94. bae4dc4 Fixing the build bots from the previous commit. by Aaron Ballman · 11 years ago
  95. 73b11d9 Add missing quotes for -###. by Rafael Espindola · 11 years ago
  96. 2907f78 Use -### instead of -ccc-echo. by Rafael Espindola · 11 years ago
  97. faf71a8 Replacing some manual diagnostic checks with an existing helper method. Adding missing test cases for the diagnostics. by Aaron Ballman · 11 years ago
  98. 8424852 Run %clang_cc1, it is the one that actually crashes. by Rafael Espindola · 11 years ago
  99. 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
  100. 437d43f Consolidate several attribute argument diagnostics into a single, selectable diagnostic. This makes the diagnostic more consistent. by Aaron Ballman · 11 years ago