1. d20afcb C++1y constant expression evaluation: support for compound assignments on integers. by Richard Smith · 11 years ago
  2. b18840d Have SourceManager::getLocForEndOfFile() point at the "EOF" location of the FileID. by Argyrios Kyrtzidis · 11 years ago
  3. a8942d7 C++1y: an assignment operator is implicitly 'constexpr' if it would only call 'constexpr' assignment operators for a literal class type. by Richard Smith · 11 years ago
  4. c2fc4ab DebugInfo: Support imported modules (using directives) within lexical blocks. by David Blaikie · 11 years ago
  5. 993f43f Grab-bag of bit-field fixes: by John McCall · 11 years ago
  6. 1270673 Have the RecursiveASTVisitor traverse the type source info of an objc class message. by Argyrios Kyrtzidis · 11 years ago
  7. 6376703 [analyzer] Handle CXXTemporaryObjectExprs in compound literals. by Jordan Rose · 11 years ago
  8. 2624b81 Fix representation of compound literals for C++ objects with destructors. by Jordan Rose · 11 years ago
  9. b840921 by Ulrich Weigand · 11 years ago
  10. fd4aa4b R600: Update GPU variants in -mcpu option by Tom Stellard · 11 years ago
  11. 745dacf Remove forward slashes from check; should unbreak Windows buildbots. by Douglas Gregor · 11 years ago
  12. 10f6f06 Require the containing type to be complete when we see __alignof__ of a field. by John McCall · 11 years ago
  13. 692eafd C++1y: support range-based for loops in constant expressions. by Richard Smith · 11 years ago
  14. ce61715 C++1y: support 'for', 'while', and 'do ... while' in constant expressions. by Richard Smith · 11 years ago
  15. 27f9cf3 Fix assert if __extension__ or _Generic is used when initializing a char array from a string literal. by Richard Smith · 11 years ago
  16. 5528ac9 C++1y: support for increment and decrement in constant expression evaluation. by Richard Smith · 11 years ago
  17. b476a14 Factor out duplication between lvalue-to-rvalue conversions and variable by Richard Smith · 11 years ago
  18. b98cf79 Use lexical contexts when checking for conflicting language linkages. by Rafael Espindola · 11 years ago
  19. 30ae1ed Handle parens properly when initializing a char array from a string literal. by Richard Smith · 11 years ago
  20. 3ce0de6 Properly parsing __declspec(safebuffers), though there is no semantic hookup. For more information about safebuffers, see MSDN: http://msdn.microsoft.com/en-us/library/dd778695(v=vs.110).aspx by Aaron Ballman · 11 years ago
  21. f973424 Reverting r181004 since it has broken test/Sema/wchar.c. by Aaron Ballman · 11 years ago
  22. aa3d68a Moved pretty printer test for thread local storage in its own file by Enea Zaffanella · 11 years ago
  23. dc17384 In VarDecl nodes, store the thread storage class specifier as written. by Enea Zaffanella · 11 years ago
  24. ff920ee AArch64: teach Clang about __clear_cache intrinsic by Tim Northover · 11 years ago
  25. 60e141e Implement most of N3638 (return type deduction for normal functions). by Richard Smith · 11 years ago
  26. 82f145d Don't build a call expression referring to a function which we're not allowed by Richard Smith · 11 years ago
  27. ffd015e Say 'decltype(auto)' not 'auto' as appropriate in mismatched-deduction diagnostic. by Richard Smith · 11 years ago
  28. 9fd6b8f Implement template support for CapturedStmt by Wei Pan · 11 years ago
  29. 14f78f4 Separate out and special-case the diagnostic for 'auto' in a by Richard Smith · 11 years ago
  30. 79bef7a <rdar://problem/13806270> A template argument list is a constant-evaluated context. by Douglas Gregor · 11 years ago
  31. d99990d Revert r177218. by Argyrios Kyrtzidis · 11 years ago
  32. ad6fd9f [Doc parsing] Provide diagnostics for unknown documentation by Fariborz Jahanian · 11 years ago
  33. a4a90ca When building a module, forward diagnostics to the outer diagnostic consumer. by Douglas Gregor · 11 years ago
  34. d072e59 Reapply r180982 with repaired logic and an additional testcase. by Adrian Prantl · 11 years ago
  35. dc5be4f Serialization for captured statements by Ben Langmuir · 11 years ago
  36. 0f2fc5f PR15906: The body of a lambda is not an evaluated subexpression; don't visit it when visiting such subexpressions. by Richard Smith · 11 years ago
  37. 63063f5 Add support for -march=btver2. by Benjamin Kramer · 11 years ago
  38. 6f464bb Support __wchar_t in -fms-extensions and -fms-compatibility modes. by Hans Wennborg · 11 years ago
  39. f5ebf9b Correctly emit certain implicit references to 'self' even within a lambda. by John McCall · 11 years ago
  40. 2faee99 [analyzer] Check the stack frame when looking for a var's initialization. by Jordan Rose · 11 years ago
  41. dcd6224 [analyzer] Fix trackNullOrUndef when tracking args that have nil receivers. by Jordan Rose · 11 years ago
  42. bb09f7b Revert "Attempt to un-break the gdb buildbot." by Adrian Prantl · 11 years ago
  43. 79e0291 [ms-cxxabi] Emit non-virtual member function pointers by Reid Kleckner · 11 years ago
  44. 30c0d27 Attempt to un-break the gdb buildbot. by Adrian Prantl · 11 years ago
  45. aeeacf7 Move parsing of identifiers in MS-style inline assembly into by John McCall · 11 years ago
  46. 92eb7d8 Use attribute argument information to determine when to parse attribute arguments as expressions. by Douglas Gregor · 11 years ago
  47. fa5f030 Revert r180970; it's causing breakage. by Douglas Gregor · 11 years ago
  48. 3796d15 Use attribute argument information to determine when to parse attribute arguments as expressions. by Douglas Gregor · 11 years ago
  49. 4b75085 [analyzer] Don't try to evaluate MaterializeTemporaryExpr as a constant. by Jordan Rose · 11 years ago
  50. 4e3b54b Use the Itanium ABI for thread_local on Darwin. by Bill Wendling · 11 years ago
  51. 39b60dc Fix crasher when the range in a C++ range-for loop has an ill-formed initializer. by Douglas Gregor · 11 years ago
  52. db3910b When looking for the module associated with one of our magical builtin headers, speculatively load module maps. by Douglas Gregor · 11 years ago
  53. fa6b079 Ensure that the line table for functions with cleanups is sequential. by Adrian Prantl · 11 years ago
  54. 634189d Use a triple ensure that __has_feature(c_thread_local) is 1 in C11 mode. by Douglas Gregor · 11 years ago
  55. 4857fdc [document parsing]: support c++11 type aliases by Fariborz Jahanian · 11 years ago
  56. c814c64 Make sure we define wchar_t related macros correctly in -fms-extensions mode. by Hans Wennborg · 11 years ago
  57. e87c5bd Only evaluate __has_feature(c_thread_local) and __has_feature(cxx_thread_local) true when the target supports thread-local storage. by Douglas Gregor · 11 years ago
  58. 8a729b4 [analyzer] RetainCountChecker: don't track through xpc_connection_set_context. by Jordan Rose · 11 years ago
  59. e2b1246 [analyzer] Consolidate constant evaluation logic in SValBuilder. by Jordan Rose · 11 years ago
  60. 776d3bb [analyzer] Don't inline the [cd]tors of C++ iterators. by Jordan Rose · 11 years ago
  61. a3ae52b [documenting declaration]: Remove arc liftime qualifiers by Fariborz Jahanian · 11 years ago
  62. bcbf872 Fix typo in FileCheck. by Chad Rosier · 11 years ago
  63. 87cdcde [inline asm] Add a test case for r180873. Test case needs to be on the clang by Chad Rosier · 11 years ago
  64. 28fff53 Fix spurious trailing comma when printing some of the __c11_atomic_* builtins. Patch by Joe Sprowes! by Richard Smith · 11 years ago
  65. a07a6c3 PR15884: In the 'taking the address of a temporary' extension, materialize the by Richard Smith · 11 years ago
  66. 112344a Re-apply "[analyzer] Model casts to bool differently from other numbers." by Jordan Rose · 11 years ago
  67. f1d6d14 Fix buildbot yet again. // rdar://13757500. by Fariborz Jahanian · 11 years ago
  68. 40a06bc attempt to fix the buildbot failure. by Fariborz Jahanian · 11 years ago
  69. db1519a [ObjC declaration documentation] declaration of by Fariborz Jahanian · 11 years ago
  70. 78a2a5a As of r180836, these tests should no longer be XFAILed on Windows. by Aaron Ballman · 11 years ago
  71. f4d0239 Point diagnostics that complain about a use of a selector in an objc message, to the selector location. by Argyrios Kyrtzidis · 11 years ago
  72. 230ea41 Revert 180817 because 180816 was reverted. by Adrian Prantl · 11 years ago
  73. 58eb370 Fix PR15845: apparently MSVC does not support implicit int in C++ mode. by Richard Smith · 11 years ago
  74. 826374a Do not generate VLAs as complex variables any more, as they are now by Adrian Prantl · 11 years ago
  75. 1c18759 [driver] Allow multiple -arch options with -save-temps by adding the arch name by Chad Rosier · 11 years ago
  76. 8f4bdc0 Revert r180739 and r180748: they broke C++11 thread_local on non-Darwin systems and did not do the right thing on Darwin. by Richard Smith · 11 years ago
  77. 3d2f000 [ms-cxxabi] Implement member pointer comparisons by Reid Kleckner · 11 years ago
  78. c7d77b2 Struct-path aware TBAA: enable struct-path aware TBAA for classes. by Manman Ren · 11 years ago
  79. dc7a4f5 Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there by Richard Smith · 11 years ago
  80. 24cb36d Use {{.*}}suffix instead of [[TC]] in places where we print the toolchain by Rafael Espindola · 11 years ago
  81. 9dbfc61 [Mips] Pass -mips16, -mmicromips, -mdsp and -mdspr2 flags to the assembler. by Simon Atanasyan · 11 years ago
  82. 443adec Objective-C (mostly arc): Under ARC, we often have unneeded qualifiers by Fariborz Jahanian · 11 years ago
  83. aa3cef4 Modify triple to try to make it pass on ARM. by Bill Wendling · 11 years ago
  84. 7c6b7ba Emit the TLS intialization functions into a list. by Bill Wendling · 11 years ago
  85. d237d2e c language: diagnose use of "[*]" on any array dimension by Fariborz Jahanian · 11 years ago
  86. a26e0ce [test] add missing header for the test. by Argyrios Kyrtzidis · 11 years ago
  87. 56f6e09 When emitting a preprocessed file with implicit module imports, make sure line directives are emitted in the next line. by Argyrios Kyrtzidis · 11 years ago
  88. 7e6b564 Revert "[analyzer] Model casts to bool differently from other numbers." by Jordan Rose · 11 years ago
  89. 098b814 Keep the parser's template depth up to date when parsing local templates and by Richard Smith · 11 years ago
  90. cad7e43 Implement DR580: access checks for template parameters of a class template are by Richard Smith · 11 years ago
  91. fed844d Properly reenter multiple contexts when parsing a late-parsed function template by Richard Smith · 11 years ago
  92. 97aea95 Fix an assertion failure / accepts-invalid in -fms-extensions mode. Don't build by Richard Smith · 11 years ago
  93. 975d83c Struct-path aware TBAA: fix handling of may_alias attribute. by Manman Ren · 11 years ago
  94. 50be904 Struct-path aware TBAA: change the format of TBAAStructType node. by Manman Ren · 11 years ago
  95. ab3d509 Fix an assertion hit in Sema::CheckObjCMethodOverrides. by Argyrios Kyrtzidis · 11 years ago
  96. 91efca0 documenttion parsing. Provide a c-index test by Fariborz Jahanian · 11 years ago
  97. e858e66 [libclang] Introduce clang_Module_getASTFile function that returns the module file where a module object came from. by Argyrios Kyrtzidis · 11 years ago
  98. 5d2e4e1 [analyzer] An ObjC for-in loop runs 0 times if the collection is nil. by Jordan Rose · 11 years ago
  99. 5e6c06b [analyzer] Model casts to bool differently from other numbers. by Jordan Rose · 11 years ago
  100. ed6847e [analyzer] Consolidate BoolAssignmentChecker tests by using two RUN lines. by Jordan Rose · 11 years ago