1. 5528ac9 C++1y: support for increment and decrement in constant expression evaluation. by Richard Smith · 12 years ago
  2. d8ffd0b Make all 'is in extern "C"' tests use the lexical context. by Rafael Espindola · 12 years ago
  3. 287f24d ArrayRef'ize Sema::CheckObjCMethodCall by Dmitri Gribenko · 12 years ago
  4. 958ba64 ArrayRef'ization of some methods in SemaOverload. Patch by Robert Wilhelm! by Richard Smith · 12 years ago
  5. 5543169 Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constructor from None by Dmitri Gribenko · 12 years ago
  6. f973424 Reverting r181004 since it has broken test/Sema/wchar.c. by Aaron Ballman · 12 years ago
  7. dc17384 In VarDecl nodes, store the thread storage class specifier as written. by Enea Zaffanella · 12 years ago
  8. ff920ee AArch64: teach Clang about __clear_cache intrinsic by Tim Northover · 12 years ago
  9. 60e141e Implement most of N3638 (return type deduction for normal functions). by Richard Smith · 12 years ago
  10. ffd015e Say 'decltype(auto)' not 'auto' as appropriate in mismatched-deduction diagnostic. by Richard Smith · 12 years ago
  11. 9fd6b8f Implement template support for CapturedStmt by Wei Pan · 12 years ago
  12. cd904e8 Added a function to check whether a Decl is in by Sean Callanan · 12 years ago
  13. 14f78f4 Separate out and special-case the diagnostic for 'auto' in a by Richard Smith · 12 years ago
  14. 15676be [analyzer;alternate edges] start experimenting with control flow "barriers" to prevent an edge being optimized away. by Ted Kremenek · 12 years ago
  15. bb521b8 [analyzer; alternate edges] prune edges whose end/begin locations have the same statement parents. by Ted Kremenek · 12 years ago
  16. efa78d1 [doc parsing]: Make warning about unknown command by Fariborz Jahanian · 12 years ago
  17. c95d413 ArrayRef'ize MultiLevelTemplateArgumentList::ArgList. Patch by Faisal Vali! by Richard Smith · 12 years ago
  18. d99990d Revert r177218. by Argyrios Kyrtzidis · 12 years ago
  19. ad6fd9f [Doc parsing] Provide diagnostics for unknown documentation by Fariborz Jahanian · 12 years ago
  20. cc2b653 Remove DiagnosticConsumer::clone(), a bad idea that is now unused. by Douglas Gregor · 12 years ago
  21. a4a90ca When building a module, forward diagnostics to the outer diagnostic consumer. by Douglas Gregor · 12 years ago
  22. dd08a0c [Preprocessor] For the MacroExpands preprocessor callback, also pass the MacroArgs object that provides information about by Argyrios Kyrtzidis · 12 years ago
  23. 2f72900 Rename ObjCImplementationDecl::getSuperLoc() -> getSuperClassLoc() for consistency with ObjCInterfaceDecl::getSuperClassLoc() by Argyrios Kyrtzidis · 12 years ago
  24. dc5be4f Serialization for captured statements by Ben Langmuir · 12 years ago
  25. 0f2fc5f PR15906: The body of a lambda is not an evaluated subexpression; don't visit it when visiting such subexpressions. by Richard Smith · 12 years ago
  26. 8c045ac Move CapturedStmt parameters to CapturedDecl by Ben Langmuir · 12 years ago
  27. af28365 [analyzer] Start hacking up alternate control-flow edge generation. WIP. Not guaranteed to do anything useful yet. by Ted Kremenek · 12 years ago
  28. 634c563 Keep track of an @implementation's super class name location, if one was provided. by Argyrios Kyrtzidis · 12 years ago
  29. 1f78a50 ArrayRef'ize InitializationSequence constructor and InitializationSequence::Diagnose() by Dmitri Gribenko · 12 years ago
  30. 8eead16 Add const qualifier to Sema::getTypeName's parameter `II` by Dmitri Gribenko · 12 years ago
  31. 6f464bb Support __wchar_t in -fms-extensions and -fms-compatibility modes. by Hans Wennborg · 12 years ago
  32. f5ebf9b Correctly emit certain implicit references to 'self' even within a lambda. by John McCall · 12 years ago
  33. d306a53 Re-apply 180974 with the build error fixed. This was the result by Ted Kremenek · 12 years ago
  34. ae8c505 Revert "Change LocationContextMap to be a temporary instead of shared variable in BugReporter." by Rafael Espindola · 12 years ago
  35. aeeacf7 Move parsing of identifiers in MS-style inline assembly into by John McCall · 12 years ago
  36. c70fac3 Change LocationContextMap to be a temporary instead of shared variable in BugReporter. by Ted Kremenek · 12 years ago
  37. 92eb7d8 Use attribute argument information to determine when to parse attribute arguments as expressions. by Douglas Gregor · 12 years ago
  38. fa5f030 Revert r180970; it's causing breakage. by Douglas Gregor · 12 years ago
  39. 3796d15 Use attribute argument information to determine when to parse attribute arguments as expressions. by Douglas Gregor · 12 years ago
  40. 4b75085 [analyzer] Don't try to evaluate MaterializeTemporaryExpr as a constant. by Jordan Rose · 12 years ago
  41. e2b1246 [analyzer] Consolidate constant evaluation logic in SValBuilder. by Jordan Rose · 12 years ago
  42. a3ae52b [documenting declaration]: Remove arc liftime qualifiers by Fariborz Jahanian · 12 years ago
  43. db1519a [ObjC declaration documentation] declaration of by Fariborz Jahanian · 12 years ago
  44. 1c18759 [driver] Allow multiple -arch options with -save-temps by adding the arch name by Chad Rosier · 12 years ago
  45. 9b13175 When deducing an 'auto' type, don't modify the type-as-written. by Richard Smith · 12 years ago
  46. dc7a4f5 Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there by Richard Smith · 12 years ago
  47. 9dbfc61 [Mips] Pass -mips16, -mmicromips, -mdsp and -mdspr2 flags to the assembler. by Simon Atanasyan · 12 years ago
  48. 79dd916 Place bitfield -Wconstant-conversion warning into subgroup called -Wbitfield-constant-conversion. by Ted Kremenek · 12 years ago
  49. 3e25b99 [PCH] Fix memory leak related to deserialized MacroInfo objects. by Argyrios Kyrtzidis · 12 years ago
  50. eb9380d Just use std::list<> for PathPieces instead of complicated use of ilist. by Ted Kremenek · 12 years ago
  51. ed866e7 Revert "[analyzer] Change PathPieces to be a wrapper around an ilist of (through indirection) PathDiagnosticPieces." by Ted Kremenek · 12 years ago
  52. 7651e53 [analyzer] Change PathPieces to be a wrapper around an ilist of (through indirection) PathDiagnosticPieces. by Ted Kremenek · 12 years ago
  53. 548107e Use ArrayRef in AddMethodCandidate. by Rafael Espindola · 12 years ago
  54. 3a2f912 Small CapturedStmt improvements by Ben Langmuir · 12 years ago
  55. 098b814 Keep the parser's template depth up to date when parsing local templates and by Richard Smith · 12 years ago
  56. 9ff2b42 ArrayRef'ize Sema::ActOnEnumBody. No functionality change. by Dmitri Gribenko · 12 years ago
  57. e858e66 [libclang] Introduce clang_Module_getASTFile function that returns the module file where a module object came from. by Argyrios Kyrtzidis · 12 years ago
  58. 65110ca [PCH/modules] Require the preprocessing record option to match the used PCH, if modules are enabled. by Argyrios Kyrtzidis · 12 years ago
  59. 0532df0 [Modules] Fix an issue where the reconstructed redeclaration chain was incomplete, missing the definition from a module. by Argyrios Kyrtzidis · 12 years ago
  60. cbdbbd1 [frontend] Make -chain-include work when used with modules. by Argyrios Kyrtzidis · 12 years ago
  61. a2c3646 Implement C++1y decltype(auto). by Richard Smith · 12 years ago
  62. bebf5b1 C++1y: support simple variable assignments in constexpr functions. by Richard Smith · 12 years ago
  63. 4f1d155 Use bitfilds. by Rafael Espindola · 12 years ago
  64. e5e575d Add r180263 back, but fix hasBraces() to be correct during parsing. by Rafael Espindola · 12 years ago
  65. f3f0f35 Objective-C: This is a small modification to my by Fariborz Jahanian · 12 years ago
  66. a2338bc Fix a possible null pointer dereference found by the analyzer. by Anna Zaks · 12 years ago
  67. 2972d04 Add option to align escaped newlines left. by Daniel Jasper · 12 years ago
  68. 51c30af Objective-C parsing [qoi]: Recover gracefully with good diagnostic by Fariborz Jahanian · 12 years ago
  69. 80abce3 Objective-C arc: Improve disgnostics when 'weak' by Fariborz Jahanian · 12 years ago
  70. 0127b3f [driver] Add a hasFlag API that accepts a positive alias. by Chad Rosier · 12 years ago
  71. c775b1a Objective-C: When reporting on missing property accessor implementation in by Fariborz Jahanian · 12 years ago
  72. 017dd74 Revert "Remove CXCursorSet and related APIs. There are no known clients." by Ted Kremenek · 12 years ago
  73. 4abc9bd Add test case for -Wdeprecated-objc-pointer-introspection, and by Ted Kremenek · 12 years ago
  74. 3b6f56a Remove CXCursorSet and related APIs. There are no known clients. by Ted Kremenek · 12 years ago
  75. 0f85792 [analyzer] Refactor BugReport::getLocation and PathDiagnosticLocation::createEndOfPath for greater code reuse by Anna Zaks · 12 years ago
  76. edab047 [libclang] Introduce a CXCursor_ObjCSelfExpr cursor, which is the equivalent of CXCursor_CXXThisExpr for C++ code. by Argyrios Kyrtzidis · 12 years ago
  77. ed5a292 Warn that scoped enumerations are a C++11 extenstion when compiling in by Richard Trieu · 12 years ago
  78. 3aaf41a Add a warning for Objective-C pointer introspection, which is solely the job of the Objective-C runtime. by Ted Kremenek · 12 years ago
  79. 1e7ca62 [ms-inline asm] Refactor/clean up the SemaLookup interface. No functional by Chad Rosier · 12 years ago
  80. a10b978 C++1y constexpr extensions, round 1: Allow most forms of declaration and by Richard Smith · 12 years ago
  81. 8404626 The 'constexpr implies const' rule for non-static member functions is gone in by Richard Smith · 12 years ago
  82. 39b0e26 Disable VLA diagnostic in C++1y mode, and add some tests. by Richard Smith · 12 years ago
  83. c3bf52c C++1y: Allow aggregates to have default initializers. by Richard Smith · 12 years ago
  84. 8e8e95c Supports Sourcery CodeBench Mips toolchain directories tree. by Simon Atanasyan · 12 years ago
  85. 8ef064d [analyzer] Ensure BugReporterTracking works on regions with pointer arithmetic by Anna Zaks · 12 years ago
  86. 716859d [analyzer] Flip printPretty and printPrettyAsExpr as per suggestion from Jordan (r179572) by Anna Zaks · 12 years ago
  87. 2fcf0de Note that we support (and in fact have supported since the dawn of time itself) by Richard Smith · 12 years ago
  88. 59d6a71 Emit the underlying type in the debug info for all kinds of fixed enums by Adrian Prantl · 12 years ago
  89. fc7227e s/C++0x/C++11/ by Adrian Prantl · 12 years ago
  90. b80a16e Implement CodeGen for C++11 thread_local, following the Itanium ABI specification as discussed on cxx-abi-dev. by Richard Smith · 12 years ago
  91. 8be71a6 [libclang] Fix copy-paste error in comment. by Argyrios Kyrtzidis · 12 years ago
  92. 80e1aca [libclang] Introduce clang_Cursor_isVariadic, which returns non-zero if the given cursor is a variadic function or method. by Argyrios Kyrtzidis · 12 years ago
  93. 38dbad2 [libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Qualifiers' written next to the return and by Argyrios Kyrtzidis · 12 years ago
  94. 9ee6a66 [libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the written attributes in a property declaration. by Argyrios Kyrtzidis · 12 years ago
  95. 4d6bc18 Adds a new doxygen tag needed. // rdar://12379053 by Fariborz Jahanian · 12 years ago
  96. 0579c16 Add llvm_unreachable at end of fully covered switch to pacify GCC. by Benjamin Kramer · 12 years ago
  97. 5b90ae7 [analyzer] Allow TrackConstraintBRVisitor to work when the value it’s tracking is not live in the last node of the path by Anna Zaks · 12 years ago
  98. 87f9d81 [Modules] Use global index to improve typo correction performance by Argyrios Kyrtzidis · 12 years ago
  99. 9753d46 Add support for gcc's spelling of -fcolor-diagnostics. by Nico Weber · 12 years ago
  100. 7974c60 DR974: Lambdas can have default arguments. by Richard Smith · 12 years ago