1. 8ee617e Fix clang-format emacs integration in last line. by Daniel Jasper · 11 years ago
  2. a399f77 [analyzer; alternate edges] simplify optimization rules to look at control-flow conditions to prune edges. by Ted Kremenek · 11 years ago
  3. d0f5faf [analyzer; alternate arrows] use the terminator condition as the location for 'entering loop body' by Ted Kremenek · 11 years ago
  4. 402cd22 Weaken an assertion in memcpyization to account for unnamed bitfields. by John McCall · 11 years ago
  5. d20afcb C++1y constant expression evaluation: support for compound assignments on integers. by Richard Smith · 11 years ago
  6. b18840d Have SourceManager::getLocForEndOfFile() point at the "EOF" location of the FileID. by Argyrios Kyrtzidis · 11 years ago
  7. 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
  8. 3139d66 C++ status: by Richard Smith · 11 years ago
  9. b097a57 [analyzer; alternate arrows] provide a diagnostic for entering a loop for the first time. by Ted Kremenek · 11 years ago
  10. c2fc4ab DebugInfo: Support imported modules (using directives) within lexical blocks. by David Blaikie · 11 years ago
  11. 481da55 [analyzer; alternate arrows] don't increment the path iterator when we just deleted the next iterator. by Ted Kremenek · 11 years ago
  12. 993f43f Grab-bag of bit-field fixes: by John McCall · 11 years ago
  13. 009735d Add missing initialization for Sema::CurScope. This is important for AST consumers which don't create a Parser. Pointed out by Tom Honermann. by Richard Smith · 11 years ago
  14. 7adf79a Move PragmaCommentHandler to lib/Parse in preparation for calling Sema by Reid Kleckner · 11 years ago
  15. bdfdb1d Modify ASTReaderListener to allow visiting the input files of an AST file. by Argyrios Kyrtzidis · 11 years ago
  16. 1270673 Have the RecursiveASTVisitor traverse the type source info of an objc class message. by Argyrios Kyrtzidis · 11 years ago
  17. 00ffb80 [analyzer] Remove now-unused bindCompoundLiteral helper function. by Jordan Rose · 11 years ago
  18. 6376703 [analyzer] Handle CXXTemporaryObjectExprs in compound literals. by Jordan Rose · 11 years ago
  19. 2624b81 Fix representation of compound literals for C++ objects with destructors. by Jordan Rose · 11 years ago
  20. b840921 by Ulrich Weigand · 11 years ago
  21. 6b20351 by Ulrich Weigand · 11 years ago
  22. fd4aa4b R600: Update GPU variants in -mcpu option by Tom Stellard · 11 years ago
  23. 745dacf Remove forward slashes from check; should unbreak Windows buildbots. by Douglas Gregor · 11 years ago
  24. dbce2c6 Add llvm_unreachable at end of fully covered switch by Hans Wennborg · 11 years ago
  25. fb59486 Added Mozilla style, cleaned get*Style methods. by Alexander Kornienko · 11 years ago
  26. 7ff96ed Don't break comments after includes. by Daniel Jasper · 11 years ago
  27. 53e72cd Change indentation when breaking after a type. by Daniel Jasper · 11 years ago
  28. 10f6f06 Require the containing type to be complete when we see __alignof__ of a field. by John McCall · 11 years ago
  29. 692eafd C++1y: support range-based for loops in constant expressions. by Richard Smith · 11 years ago
  30. c194c95 Break the class-inheritance ":" to the new line. by Daniel Jasper · 11 years ago
  31. f022018 Don't put a space before ellipsis. by Daniel Jasper · 11 years ago
  32. ce61715 C++1y: support 'for', 'while', and 'do ... while' in constant expressions. by Richard Smith · 11 years ago
  33. 27f9cf3 Fix assert if __extension__ or _Generic is used when initializing a char array from a string literal. by Richard Smith · 11 years ago
  34. 5528ac9 C++1y: support for increment and decrement in constant expression evaluation. by Richard Smith · 11 years ago
  35. b476a14 Factor out duplication between lvalue-to-rvalue conversions and variable by Richard Smith · 11 years ago
  36. 62ed889 Replace 'MultiExprArg()' with 'None' by Dmitri Gribenko · 11 years ago
  37. d8ffd0b Make all 'is in extern "C"' tests use the lexical context. by Rafael Espindola · 11 years ago
  38. 287f24d ArrayRef'ize Sema::CheckObjCMethodCall by Dmitri Gribenko · 11 years ago
  39. b98cf79 Use lexical contexts when checking for conflicting language linkages. by Rafael Espindola · 11 years ago
  40. 30ae1ed Handle parens properly when initializing a char array from a string literal. by Richard Smith · 11 years ago
  41. 958ba64 ArrayRef'ization of some methods in SemaOverload. Patch by Robert Wilhelm! by Richard Smith · 11 years ago
  42. fe57db2 Use remove_if to erase parts of a vector. Avoids O(n^2) worst cases. by Benjamin Kramer · 11 years ago
  43. 566bf62 ArrayRef<T>() -> None cleanup by Dmitri Gribenko · 11 years ago
  44. 5543169 Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constructor from None by Dmitri Gribenko · 11 years ago
  45. 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
  46. f973424 Reverting r181004 since it has broken test/Sema/wchar.c. by Aaron Ballman · 11 years ago
  47. aa3d68a Moved pretty printer test for thread local storage in its own file by Enea Zaffanella · 11 years ago
  48. 269cc2d Lex: Fix quadratic behavior when unescaping _Pragma strings. by Benjamin Kramer · 11 years ago
  49. dc17384 In VarDecl nodes, store the thread storage class specifier as written. by Enea Zaffanella · 11 years ago
  50. ff920ee AArch64: teach Clang about __clear_cache intrinsic by Tim Northover · 11 years ago
  51. e96515a Tweaks to C++ status: add a link to Faisal's generic lambdas implementation, by Richard Smith · 11 years ago
  52. fe59635 More colours for C++ status page, and mark relaxed constexpr as partially complete. by Richard Smith · 11 years ago
  53. 60e141e Implement most of N3638 (return type deduction for normal functions). by Richard Smith · 11 years ago
  54. 82f145d Don't build a call expression referring to a function which we're not allowed by Richard Smith · 11 years ago
  55. ffd015e Say 'decltype(auto)' not 'auto' as appropriate in mismatched-deduction diagnostic. by Richard Smith · 11 years ago
  56. 9fd6b8f Implement template support for CapturedStmt by Wei Pan · 11 years ago
  57. cd904e8 Added a function to check whether a Decl is in by Sean Callanan · 11 years ago
  58. df6217e Simplify slightly. by Richard Smith · 11 years ago
  59. 14f78f4 Separate out and special-case the diagnostic for 'auto' in a by Richard Smith · 11 years ago
  60. 15676be [analyzer;alternate edges] start experimenting with control flow "barriers" to prevent an edge being optimized away. by Ted Kremenek · 11 years ago
  61. e644ed5 [analyzer;alternate edges] ignore parentheses when determining edge levels. by Ted Kremenek · 11 years ago
  62. f468fa1 [analyzer; alternate edges] - eliminate unnecessary edges where between parents and subexpressions. by Ted Kremenek · 11 years ago
  63. b9e13d5 [analyzer; alternate edges] - merge control edges where we descend to a subexpression and pop back out. by Ted Kremenek · 11 years ago
  64. bb521b8 [analyzer; alternate edges] prune edges whose end/begin locations have the same statement parents. by Ted Kremenek · 11 years ago
  65. cd389d8 [analyzer;alternate edges] - add in events (loop iterations, etc) by Ted Kremenek · 11 years ago
  66. efa78d1 [doc parsing]: Make warning about unknown command by Fariborz Jahanian · 11 years ago
  67. c95d413 ArrayRef'ize MultiLevelTemplateArgumentList::ArgList. Patch by Faisal Vali! by Richard Smith · 11 years ago
  68. 79bef7a <rdar://problem/13806270> A template argument list is a constant-evaluated context. by Douglas Gregor · 11 years ago
  69. d99990d Revert r177218. by Argyrios Kyrtzidis · 11 years ago
  70. ad6fd9f [Doc parsing] Provide diagnostics for unknown documentation by Fariborz Jahanian · 11 years ago
  71. cc2b653 Remove DiagnosticConsumer::clone(), a bad idea that is now unused. by Douglas Gregor · 11 years ago
  72. a4a90ca When building a module, forward diagnostics to the outer diagnostic consumer. by Douglas Gregor · 11 years ago
  73. dd08a0c [Preprocessor] For the MacroExpands preprocessor callback, also pass the MacroArgs object that provides information about by Argyrios Kyrtzidis · 11 years ago
  74. 2f72900 Rename ObjCImplementationDecl::getSuperLoc() -> getSuperClassLoc() for consistency with ObjCInterfaceDecl::getSuperClassLoc() by Argyrios Kyrtzidis · 11 years ago
  75. 55c7d02 by Wei Pan · 11 years ago
  76. d072e59 Reapply r180982 with repaired logic and an additional testcase. by Adrian Prantl · 11 years ago
  77. dc5be4f Serialization for captured statements by Ben Langmuir · 11 years ago
  78. 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
  79. 8c045ac Move CapturedStmt parameters to CapturedDecl by Ben Langmuir · 11 years ago
  80. 4761b10 Restore Richard's belief in me. by Douglas Gregor · 11 years ago
  81. af28365 [analyzer] Start hacking up alternate control-flow edge generation. WIP. Not guaranteed to do anything useful yet. by Ted Kremenek · 11 years ago
  82. 634c563 Keep track of an @implementation's super class name location, if one was provided. by Argyrios Kyrtzidis · 11 years ago
  83. 000817b Micro-optimization: check the overloaded operator kind before by John McCall · 11 years ago
  84. 37b773f Remove svn:eol-style property set in r180918 and r181004 by Hans Wennborg · 11 years ago
  85. 1f78a50 ArrayRef'ize InitializationSequence constructor and InitializationSequence::Diagnose() by Dmitri Gribenko · 11 years ago
  86. 363f99d Initialize WarnOnSpellCheck. by Rafael Espindola · 11 years ago
  87. 454cb70 Add space between ; and (. by Daniel Jasper · 11 years ago
  88. 16a69ef Fix expression recognition in for-loops. by Daniel Jasper · 11 years ago
  89. 8eead16 Add const qualifier to Sema::getTypeName's parameter `II` by Dmitri Gribenko · 11 years ago
  90. 63063f5 Add support for -march=btver2. by Benjamin Kramer · 11 years ago
  91. 6f464bb Support __wchar_t in -fms-extensions and -fms-compatibility modes. by Hans Wennborg · 11 years ago
  92. f5ebf9b Correctly emit certain implicit references to 'self' even within a lambda. by John McCall · 11 years ago
  93. 2faee99 [analyzer] Check the stack frame when looking for a var's initialization. by Jordan Rose · 11 years ago
  94. dcd6224 [analyzer] Fix trackNullOrUndef when tracking args that have nil receivers. by Jordan Rose · 11 years ago
  95. bb09f7b Revert "Attempt to un-break the gdb buildbot." by Adrian Prantl · 11 years ago
  96. e19229b Make cleanUpLocation() a self-contained function. by Ted Kremenek · 11 years ago
  97. 79e0291 [ms-cxxabi] Emit non-virtual member function pointers by Reid Kleckner · 11 years ago
  98. 30c0d27 Attempt to un-break the gdb buildbot. by Adrian Prantl · 11 years ago
  99. d306a53 Re-apply 180974 with the build error fixed. This was the result by Ted Kremenek · 11 years ago
  100. ae8c505 Revert "Change LocationContextMap to be a temporary instead of shared variable in BugReporter." by Rafael Espindola · 11 years ago