1. 7640b02 [PCH] Deserializing the DeclContext of a template parameter is not safe by Argyrios Kyrtzidis · 12 years ago
  2. 5a758de Rework the visibility computation algorithm in preparation by John McCall · 12 years ago
  3. c0dcc2d Add the 'target-cpu' and 'target-features' attributes to functions. by Bill Wendling · 12 years ago
  4. 17c1a2e objective-C: Fixes a compiler crash when encoding by Fariborz Jahanian · 12 years ago
  5. 4a544e5 Recognize < and > as binary expressions in builder-type calls. by Daniel Jasper · 12 years ago
  6. 3285c78 Fixed diagnostic nondeterministic order bug (pr14901). by Enea Zaffanella · 12 years ago
  7. dc2efa1 Done break between 'operator' and '<<'. by Daniel Jasper · 12 years ago
  8. db546fa Fix crash-on-invalid where a ParenListExpr shows up as a message receiver by Argyrios Kyrtzidis · 12 years ago
  9. 820b23d When a statement is dropped from the AST because it was invalid, make sure by Argyrios Kyrtzidis · 12 years ago
  10. b130a54 Re-enable ConstructorInitializerAllOnOneLineOrOnePerLine option. by Daniel Jasper · 12 years ago
  11. 2e85e74 Sema: Unnest early exit and remove an unnecessary bad cast. by Benjamin Kramer · 12 years ago
  12. 0f9827f Abstract out emitting the vdtor calls and do it properly when using -cxx-abi microsoft; also fix vdtor calls for the ARM ABI by Timur Iskhodzhanov · 12 years ago
  13. a574c89 Make helper functions static. by Benjamin Kramer · 12 years ago
  14. 7878a7b Prevent only breaking before "?" in conditional expressions. by Daniel Jasper · 12 years ago
  15. ada0d22 [analyzer] Don't assert when mixing reinterpret_cast and derived-to-base casts. by Jordan Rose · 12 years ago
  16. bc40386 Re-apply "[analyzer] Model trivial copy/move ctors with an aggregate bind." by Jordan Rose · 12 years ago
  17. 28743b0 [analyzer] Cache the bindings accessible through a LazyCompoundVal. by Jordan Rose · 12 years ago
  18. ef9e6d6 [analyzer] Scan the correct store when finding symbols in a LazyCompoundVal. by Jordan Rose · 12 years ago
  19. fcfcd80 [analyzer] Tweak LazyCompoundVal reuse check to ignore qualifiers. by Jordan Rose · 12 years ago
  20. 0a0f130 [analyzer] Use collectSubRegionKeys to make removeDeadBindings faster. by Jordan Rose · 12 years ago
  21. 9d688e2 [analyzer] Refactor RegionStore's sub-region bindings traversal. by Jordan Rose · 12 years ago
  22. cfaed8d objective-C: synthesize properties in order of their by Fariborz Jahanian · 12 years ago
  23. 2620229 objective-C: When implementing custom accessor method for by Fariborz Jahanian · 12 years ago
  24. 697a685 [analyzer] Try constant-evaluation for all variables, not just globals. by Jordan Rose · 12 years ago
  25. 33ace06 [arcmt] Make sure the function has an associated parameter for the argument by Argyrios Kyrtzidis · 12 years ago
  26. 83dece5 Mangle extern "C" functions whose names are not simple identifiers. by Rafael Espindola · 12 years ago
  27. 9fc56f2 Fix counting of parameters so that r175162 works as expected. by Daniel Jasper · 12 years ago
  28. fc75908 Reduce penalty for breaking before ./-> after complex calls. by Daniel Jasper · 12 years ago
  29. 68a932d Remove a const_cast by propagating constness to called functions by Dmitri Gribenko · 12 years ago
  30. 6530390 Remove an unneeded const_cast by Dmitri Gribenko · 12 years ago
  31. e252a89 Remove const_casts by making spec_begin()/spec_end() const by Dmitri Gribenko · 12 years ago
  32. c78c6b3 Remove the trailing whitespace of formatted lines. by Daniel Jasper · 12 years ago
  33. c5cfa49 Get less confused by trailing comma in Google style. by Daniel Jasper · 12 years ago
  34. 6cabab4 Align superclasses for multiple inheritence. by Daniel Jasper · 12 years ago
  35. b9316b3 Revert accidental commit. by Bill Wendling · 12 years ago
  36. e1092df Pass the target options through to code generation. by Bill Wendling · 12 years ago
  37. 747836e Partially revert r175117 so that we don't break assumptions about how by Rafael Espindola · 12 years ago
  38. d2fdd42 merge hasCLanguageLinkage and isExternC. Keep the shorter name. by Rafael Espindola · 12 years ago
  39. 950fee2 Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fix by Rafael Espindola · 12 years ago
  40. d3b4f0e When marking derived classes' virtual methods ODR-used in order to trigger by Nick Lewycky · 12 years ago
  41. 2c5d845 objective-C: Make order of ivars which are synthesized by Fariborz Jahanian · 12 years ago
  42. c764830 ubsan: Add checking for invalid downcasts. Per [expr.static.cast]p2 and p11, by Richard Smith · 12 years ago
  43. a03ab10 Allow breaking after the return type in function declarations. by Daniel Jasper · 12 years ago
  44. 42f458d Fix comment alignment close to the column limit. by Daniel Jasper · 12 years ago
  45. 62a48fb Pull search state out as class members. by Manuel Klimek · 12 years ago
  46. 32a2fd7 An attempt to make the search algorithm easier to understand. by Manuel Klimek · 12 years ago
  47. 59660c2 Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058 by Timur Iskhodzhanov · 12 years ago
  48. 37d6931 Formatter: Refactor the cast detection code to be a bit more readable. by Nico Weber · 12 years ago
  49. 4c2cc60 Formatter: Detect ObjC method expressions after casts. by Nico Weber · 12 years ago
  50. 38f68ef [analyzer] Use Clang's evaluation for global constants and default arguments. by Jordan Rose · 12 years ago
  51. 04870ed [analyzer] Use makeZeroVal in RegionStore's lazy evaluation of statics. by Jordan Rose · 12 years ago
  52. 2cbd427 Order the methods in the global method pool based on when they become visible, not when they become deserialized <rdar://problem/13203033>. by Douglas Gregor · 12 years ago
  53. b0112e1 Replace 'signed' with 'int'. 'signed' is not typical for LLVM style by Dmitri Gribenko · 12 years ago
  54. 064d88e [preprocessing record] Add some sanity checks for the preprocessed entity index by Argyrios Kyrtzidis · 12 years ago
  55. 89a0daa Fix crash for incomplete labels in macros. by Daniel Jasper · 12 years ago
  56. 468e399 Fixing the MSVC compiler warning a different way; removed use of static_cast and instead used a signed integer parameter. by Aaron Ballman · 12 years ago
  57. be9f420 Removing a signed/unsigned mismatch warning triggered in MSVC 11. by Aaron Ballman · 12 years ago
  58. 1b9e8f7 Accept over-qualified constructor in MSVC emulation mode by Dmitri Gribenko · 12 years ago
  59. 9ece2bb Fix bug in the adjustment to existing lines. by Daniel Jasper · 12 years ago
  60. 95e8e46 Formatter: Correctly format stars in `sizeof(int**)` and similar places. by Nico Weber · 12 years ago
  61. 3c86a5c The meat of this patch is in BuildCXXMemberCalLExpr where we make it use by Nick Lewycky · 12 years ago
  62. 0609858 Properly assemble PHIs after a null-checked invoke of objc_msgSend. by John McCall · 12 years ago
  63. ad0e27b Fix a bug reduced from a crash when trying to use modules with libc++. We check by Richard Smith · 12 years ago
  64. 66b2277 Call __cxa_begin_catch with the current exception before by John McCall · 12 years ago
  65. 629df01 Change some CGF parameters to CGMs. by John McCall · 12 years ago
  66. a2905ea Perform placeholder conversions on the controller of a _Generic expression. by John McCall · 12 years ago
  67. 9dd74c5 Diagnose loads of 'half' l-values in OpenCL. Patch by Joey Gouly! by John McCall · 12 years ago
  68. c2808e7 Backing out r174919 while I investigate a self-host bug on Takumi's builder. by Lang Hames · 12 years ago
  69. 72dcecc In ARC, emit non-peepholed +1s within the full-expression instead by John McCall · 12 years ago
  70. 5310859 When generating IR for default copy-constructors, copy-assignment operators, by Lang Hames · 12 years ago
  71. 8896339 Don't bother reconciling external visible decls against our current set of by Richard Smith · 12 years ago
  72. a09cd81 objective-C modern translator: Fixes a mistranslation by Fariborz Jahanian · 12 years ago
  73. f4e955b [Modules] Cope better with top-level declarations loaded after being declared in the current translation unit <rdar://problem/13189985>. by Douglas Gregor · 12 years ago
  74. c2e6d2a Formatter: Detect ObjC message expressions after 'in' in loop by Nico Weber · 12 years ago
  75. 3f4535e Get rid of manual debug output, now that the test runner supports it. by Manuel Klimek · 12 years ago
  76. 729a743 Fix invalid formatting with spaces before trailing comments. by Daniel Jasper · 12 years ago
  77. a28fc06 Fixes handling of empty lines in macros. by Manuel Klimek · 12 years ago
  78. 2b4c924 Fix formatting of overloaded operator definitions. by Daniel Jasper · 12 years ago
  79. 8c7f38c Formatter: Remove now-unneeded code for formatting ':'s in ObjC method decls. by Nico Weber · 12 years ago
  80. d74fcdb Formatter: Initial support for ObjC dictionary literals. by Nico Weber · 12 years ago
  81. f0c5456 Use -mno-implicit-float by default for kernel/kext code. <rdar://13177960> by Bob Wilson · 12 years ago
  82. 48559ba Delete an extra blank line. by Bob Wilson · 12 years ago
  83. 7a9e91a Recognize -mno-implicit-float option for x86 as well as ARM. <rdar://13180731> by Bob Wilson · 12 years ago
  84. 0ff4f8b Use static functions instead of an unnamed namespace by Dmitri Gribenko · 12 years ago
  85. 2afbe52 Reformat formatter code. No functionality change. by Nico Weber · 12 years ago
  86. 051860e Formatter: Detect ObjC array literals. by Nico Weber · 12 years ago
  87. b7b2565 objective-C: Fixes a bogus warning due to not setting by Fariborz Jahanian · 12 years ago
  88. bf88144 Comment parsing: use CharInfo.h by Dmitri Gribenko · 12 years ago
  89. 223f0ff Remove some stray uses of <ctype.h> functions. by Jordan Rose · 12 years ago
  90. a4475a6 QoI: -Wreadonly-iboutlet-property should have the warning's location on the property. by Ted Kremenek · 12 years ago
  91. 6bd9929 Ensure that type definitions present in just-loaded modules are visible. by Douglas Gregor · 12 years ago
  92. f07e815 clang/lib/StaticAnalyzer/Core/BugReporter.cpp: Appease old msvc in std::pair(0, 0). by NAKAMURA Takumi · 12 years ago
  93. ed9c59f Properly validate UCNs for C99 and C++03 (both more restrictive than C(++)11). by Jordan Rose · 12 years ago
  94. d523df6 [analyzer] Invalidation checker: move the "missing implementation" check by Anna Zaks · 12 years ago
  95. adecec3 [analyzer] Move DefaultBool so that all checkers can share it. by Anna Zaks · 12 years ago
  96. 722cd9e [analyzer] Split IvarInvalidation into two checkers by Anna Zaks · 12 years ago
  97. 2b174c3 [analyzer] IvarInvalidation: refactor, pull out the diagnostic printing by Anna Zaks · 12 years ago
  98. 26db7db [analyzer] IvarInvalidation: add annotation for partial invalidation by Anna Zaks · 12 years ago
  99. 1256434 objective-C: don't issue bogus warning about by Fariborz Jahanian · 12 years ago
  100. 799f3c1 CharInfo: Add missing "using namespace clang::charinfo" in .cpp file. by Jordan Rose · 12 years ago