1. 9e2f597 [analyzer]Print field region even when the base region is not printable by Anna Zaks · 11 years ago
  2. 4522f63 [libclang] Introduce clang_Location_isInSystemHeader to check if a location resides in a system header. by Argyrios Kyrtzidis · 11 years ago
  3. 3bbffd5 Sema: Give a typically small DenseMap some inline capacity. by Benjamin Kramer · 11 years ago
  4. f6f77bd Add a new -mimplicit-float option for symmetry with -mno-implicit-float. by Bob Wilson · 11 years ago
  5. a3609b0 [ms-cxxabi] Implement member pointer emission and dereferencing by Reid Kleckner · 11 years ago
  6. 5142be6 [libclang] Improve a doxygen comment, as suggested by Jordan. by Argyrios Kyrtzidis · 11 years ago
  7. 04b6748 [libclang] Have clang_getCXXAccessSpecifier() also return the access control of a C++ declaration within its parent scope. by Argyrios Kyrtzidis · 11 years ago
  8. 4de561f [analyzer] Factor common code from {SymSym,SymInt,IntSym}Expr to BinarySymExpr by Ryan Govostes · 11 years ago
  9. 411d33a [libclang] Expose record layout info via new libclang functions: by Argyrios Kyrtzidis · 11 years ago
  10. 1fd1e28 Force a load when creating a reference to a temporary copied from a bitfield. by Jordan Rose · 11 years ago
  11. 75dbdfa comment parsing. Add couple more needed doxygen tags. // rdar://12379053 by Fariborz Jahanian · 11 years ago
  12. d4fc9de [driver] Add a -Ofast option, which enables -O3, -ffast-math, and by Chad Rosier · 11 years ago
  13. 0e7f2bb -fparse-all-comments: remove redundant check, as suggested by Fariborz Jahanian by Dmitri Gribenko · 11 years ago
  14. 6fd7d30 Add an option to parse all comments as documentation comments by Dmitri Gribenko · 11 years ago
  15. 0b0ca47 Add support for computing the exception specification for an inheriting by Richard Smith · 11 years ago
  16. ec27608 Improve the diagnostics of the number-reading preprocessor directives. by Michael Ilseman · 11 years ago
  17. 5771a2f Adding new AST Matchers isVirtual and isOverride by Edwin Vane · 11 years ago
  18. 52ca70d If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when appropriate. by Peter Collingbourne · 11 years ago
  19. a5796f8 [analyzer] Replace isIntegerType() with isIntegerOrEnumerationType(). by Jordan Rose · 11 years ago
  20. 3769f38 <rdar://problem/13559825> Further reduce template instantiation depth down to 256, since we're blowing the stack for a trivial "factorial" class template. by Douglas Gregor · 11 years ago
  21. eef35f8 Fix PR15634, better error message for template deduction failure. by Richard Trieu · 11 years ago
  22. 12849d0 <rdar://problem/13540921> Fix a crasher when an Objective-C for-in loop gets a non-variable iteration declaration. by Douglas Gregor · 11 years ago
  23. 493fe6d The recent GCOV changes expect the initial version string to be in forward order. by Bill Wendling · 11 years ago
  24. 1bd077b fixes a typo in my last patch. // rdar://12379114 by Fariborz Jahanian · 11 years ago
  25. cac9ee0 doce parsing: adding few more headerdoc tags. // rdar://12379114 by Fariborz Jahanian · 11 years ago
  26. 109f5fc <rdar://problem/12806802> Propagate access specifiers for conversion functions to the conversion function set eagerly. by Douglas Gregor · 11 years ago
  27. abe9223 Add matcher for NamespaceDecls. by Daniel Jasper · 11 years ago
  28. f608aff When -Woverloaded-virtual is triggered, call HandleFunctionTypeMismatch to add by Richard Trieu · 11 years ago
  29. 8aa86d1 Add an error to check that all program scope variables are in the constant address space in OpenCL. by Tanya Lattner · 11 years ago
  30. 5238e40 doce parsing: adding few more headerdoc tags. // rdar://12379114 by Fariborz Jahanian · 11 years ago
  31. 610f79c [analyzer] Show path diagnostic for C++ initializers by Anna Zaks · 11 years ago
  32. b0eb771 Revert 178811 until I fix the unit tests. by Tanya Lattner · 11 years ago
  33. 98bb788 Add an error to check that all program scope variables are in the constant address space in OpenCL. by Tanya Lattner · 11 years ago
  34. b37a73d Initial support for struct-path aware TBAA. by Manman Ren · 11 years ago
  35. 7cc0a11 revert r178784 since it does not have a commit message by Manman Ren · 11 years ago
  36. ab4ffe2 Index: include/clang/Driver/CC1Options.td by Manman Ren · 11 years ago
  37. 3105627 Plumb through the -fsplit-stack option using the existing backend support. by Eric Christopher · 11 years ago
  38. c855ce7 Add hasExternalLinkageUncached back with the test that Richard provided, but by Rafael Espindola · 11 years ago
  39. 6a7664c Avoid computing the linkage instead of avoiding caching it. by Rafael Espindola · 11 years ago
  40. d613ac9 Fix 41 of the 61 tests which fail with modules enabled: we were computing and by Richard Smith · 11 years ago
  41. b846381 Be sure to check ARC conventions on the implicit method declarations by John McCall · 11 years ago
  42. e145bfd Make the ObjC attributes diagnostics a bit more informative. by Nico Weber · 11 years ago
  43. 5b8d0af Revert accidental commit. by Richard Smith · 11 years ago
  44. 4382867 Pare back r164351 somewhat. The problem that change was addressing was that we by Richard Smith · 11 years ago
  45. 78037ac Complain about attempts to befriend declarations via a using by John McCall · 11 years ago
  46. d2615cc Add 178663 back. by Rafael Espindola · 11 years ago
  47. 4f8a3eb Revert 178663. by Rafael Espindola · 11 years ago
  48. bd25ff8 [preprocessor] Allow comparing two macro definitions syntactically instead of only lexically. by Argyrios Kyrtzidis · 11 years ago
  49. 9f4f5f1 Emit a nicer diagnostic for misplaced attributes on ObjC directives. by Nico Weber · 11 years ago
  50. 20a7cf4 Give the default CorrectionCandidateCallback::ValidateCandidate some by Kaelyn Uhrain · 11 years ago
  51. 8f187f6 Don't compute a patched/semantic storage class. by Rafael Espindola · 11 years ago
  52. d4582b8 Escape more @ signs in Doxygen comments. by Jordan Rose · 11 years ago
  53. 58b65d9 Update assertion string to new name of ArithAssignBinaryOperator by Stefanus Du Toit · 11 years ago
  54. 0c70181 Objective-C: Provide fixit hints when warning by Fariborz Jahanian · 11 years ago
  55. 7b69cd0 Adding a hasLocalQualifiers() AST Matcher. by Edwin Vane · 11 years ago
  56. cb428a1 [ms-cxxabi] Rename enum and remove dead case per Jordan's suggestion by Reid Kleckner · 11 years ago
  57. 4410489 [ms-cxxabi] Move MS inheritance model calculation into MemberPointerType by Reid Kleckner · 11 years ago
  58. b421d92 Add -Wstatic-local-in-inline, which warns about using a static local by John McCall · 11 years ago
  59. 658a284 [analyzer] Teach invalidateRegions that regions within LazyCompoundVal need to be invalidated by Anna Zaks · 11 years ago
  60. c63a460 [analyzer] For now, don't inline [cd]tors of C++ containers. by Jordan Rose · 11 years ago
  61. c9092bb [analyzer] Cache whether a function is generally inlineable. by Jordan Rose · 11 years ago
  62. 992acb2 [analyzer] Use inline storage in the FunctionSummary DenseMap. by Jordan Rose · 11 years ago
  63. a126436 [analyzer] Allow suppressing diagnostics reported within the 'std' namespace by Jordan Rose · 11 years ago
  64. 725fe0e PR15633: Note that we are EnteringContext when parsing the nested name by Richard Smith · 11 years ago
  65. 5b8740f Only merge down a variable type if the previous declaration was by John McCall · 11 years ago
  66. 88be2fd Adding parenType() and innerType() AST Matchers Updated docs and tests. by Edwin Vane · 11 years ago
  67. e9ebd85 [libclang] Make clang_Cursor_getArgument work with call-exprs. by Argyrios Kyrtzidis · 11 years ago
  68. 04863a8 Fix typo. This method isn't used anywhere. by Benjamin Kramer · 11 years ago
  69. 9f8bd33 Remove unused default values. by Rafael Espindola · 11 years ago
  70. fe6b271 Add support for gcc-compatible -mfprnd -mno-fprnd PPC options by Hal Finkel · 11 years ago
  71. 75f8bd0 [analyzer] Add debug helper LocationContext::dumpStack(). by Jordan Rose · 11 years ago
  72. 84e8a96 [analyzer] Address Jordan’s review of r178309 - do not register an extra visitor for nil receiver by Anna Zaks · 11 years ago
  73. 04593d0 When looking for overridden ObjC methods, don't ignore 'hidden' ones. by Argyrios Kyrtzidis · 11 years ago
  74. 52b2e70 Sema: Warn on sizeof on binary ops on decayed arrays. by Benjamin Kramer · 11 years ago
  75. 1bfc28c Add RDSEED intrinsic support defined in AVX2 extension by Michael Liao · 11 years ago
  76. f91210d Add XTEST intrinsic defined in TSX extension by Michael Liao · 11 years ago
  77. dff2be8 Revert r178273 as it broke the Linux bootstrap due to false positives by Timur Iskhodzhanov · 11 years ago
  78. 0f5c5c6 Add static analyzer support for conditionally executing static initializers. by Ted Kremenek · 11 years ago
  79. 02a88c3 Add configuration plumbing to enable static initializer branching in the CFG for the analyzer. by Ted Kremenek · 11 years ago
  80. 41988f3 [analyzer] Add support for escape of const pointers and use it to allow “newed” pointers to escape by Anna Zaks · 11 years ago
  81. aabb4c5 [analyzer] Apply the suppression rules to the nil receiver only if the value participates in the computation of the nil we warn about. by Anna Zaks · 11 years ago
  82. 59d8ccb Warn about more than the first unused variable when -Werror is set. by Matt Beaumont-Gay · 11 years ago
  83. ec8deba Objective-C: Provide fixit suggestions when class object by Fariborz Jahanian · 11 years ago
  84. 25ffbef Implemented a warning when an input several bitwise operations are by Sam Panzer · 11 years ago
  85. fbd4b5d Add CFG logic to create a conditional branch for modeling static initializers. by Ted Kremenek · 11 years ago
  86. 94cf910 These are all simple pointer wrappers. Pass them by value. by Rafael Espindola · 11 years ago
  87. 829d187 Add support for gcc-compatible -mpopcntd -mno-popcntd PPC options by Hal Finkel · 11 years ago
  88. 286f3e6 [Mips] Handle pseudo-target flags '-EL' and '-EB' and properly adjust by Simon Atanasyan · 11 years ago
  89. f4320ab Add support for gcc-compatible -mmfcrf -mno-mfcrf PPC options by Hal Finkel · 11 years ago
  90. 4cf4a5e Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar for the _Atomic type specifier. by Richard Smith · 11 years ago
  91. 93d6b07 Fold together the two implementations of 6.7.3p2 in SemaType. Fix two bugs, each of which was only present in one version: by Richard Smith · 11 years ago
  92. ab2d09b [Parser] Don't code-complete twice. by Argyrios Kyrtzidis · 11 years ago
  93. 0353b70 Fixes a typo in my last patch. by Fariborz Jahanian · 11 years ago
  94. 7e35274 Objective-C: Issue more precise warning when user by Fariborz Jahanian · 11 years ago
  95. e81fdb1 Cleanup clang's specializations of simplify_type. by Rafael Espindola · 11 years ago
  96. 4a49df3 [analyzer] Ensure that the node NilReceiverBRVisitor is looking for is not reclaimed by Anna Zaks · 11 years ago
  97. ea744ab [modules] Make sure enabled diagnostic pragmas inside the module don't affect the translation unit that by Argyrios Kyrtzidis · 11 years ago
  98. c544ba0 <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. by Douglas Gregor · 11 years ago
  99. 9ef9875 Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_traits>. by Joao Matos · 11 years ago
  100. 52151fd [modules] Before marking the module imported macros as ambiguous, check if this is a case where by Argyrios Kyrtzidis · 11 years ago