1. c792d6d Unqualify the parameter type. This fixes a regression from 168895. by Rafael Espindola · 12 years ago
  2. c9c3907 Add the module name to the 'incomplete umbrella header' warning. by Douglas Gregor · 12 years ago
  3. f799213 Fix up various builtin declaration of objc_msgSend families by Fariborz Jahanian · 12 years ago
  4. 2d5c133 [libclang] Introduce clang_getFileLocation. by Argyrios Kyrtzidis · 12 years ago
  5. 81cc2f1 Move the common source locations of CastStmt & DefaultStmt into their base class, SwitchCase. by Argyrios Kyrtzidis · 12 years ago
  6. 86ebd03 Remove -Wmodule-build; it was a dumb idea anyway. <rdar://problem/12957525> by Douglas Gregor · 12 years ago
  7. bcde478 Fix capitalization of Objective-C in diagnostic. by Ted Kremenek · 12 years ago
  8. 344c77a [analyzer] Rename callback EndPath -> EndFunction by Anna Zaks · 12 years ago
  9. 4e24f0f s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few nearby 'C++0x' comments. by Richard Smith · 12 years ago
  10. 3b844ba Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to by Chandler Carruth · 12 years ago
  11. 80ad52f s/CPlusPlus0x/CPlusPlus11/g by Richard Smith · 12 years ago
  12. b99083e Re-sort #include lines using the llvm/utils/sort_includes.py script. by Chandler Carruth · 12 years ago
  13. 8c6fe14 Fix minor copy-pasto. No functionality change. by Nico Weber · 12 years ago
  14. d32b94d Remove some remnants of OwningExprResult / OwningStmtResult. by Nico Weber · 12 years ago
  15. 2d382d1 [ubsan] Recover by default, use -fno-sanitize-recover to disable. by Will Dietz · 12 years ago
  16. 07cf58c ArrayRefize CXXTryStmt. by Nico Weber · 12 years ago
  17. d36aa35 ArrayRefize a CompoundStmt constructor. by Nico Weber · 12 years ago
  18. 2464e96 Removed duplicate logic. by Erik Verbruggen · 12 years ago
  19. 78eeba8 Reject overloading of two static extern C functions. by Rafael Espindola · 12 years ago
  20. 0f46e64 Improve diagnostic wording for when an implicitly-deleted special member by Richard Smith · 12 years ago
  21. f42755e Simplify typeid 'potentially evaluated' check. by Richard Smith · 12 years ago
  22. e57e3d3 Implement dcl.link paragraph 5. by Rafael Espindola · 12 years ago
  23. a57b3b4 Produce an actual error before attempting to attach notes to it when bailing out by Richard Smith · 12 years ago
  24. 65d7831 Fix for PR12222. by Erik Verbruggen · 12 years ago
  25. 3898008 Add intel_ocl_bicc calling convention as a function attribute to clang. The calling convention is already implemented in LLVM. by Guy Benyei · 12 years ago
  26. 140aadf Add 171048 back but invalidate the cache of all redeclarations when setting by Rafael Espindola · 12 years ago
  27. eaf5ec4 Revert r171048, "Cache visibility of decls." by NAKAMURA Takumi · 12 years ago
  28. dfb3166 Cache visibility of decls. by Rafael Espindola · 12 years ago
  29. d7610b8 Let clang-format format itself. by Daniel Jasper · 12 years ago
  30. 34ef11b Support -fsanitize-memory-track-origins. by Evgeniy Stepanov · 12 years ago
  31. 2f82c78 clang/AST/VTTBuilder.h: Prune one description in three methods, VTTBuilder::AddVTablePointer(), VTTBuilder::LayoutSecondaryVirtualPointers(), and VTTBuilder::LayoutSecondaryVirtualPointers(). [-Wdocumentation] by NAKAMURA Takumi · 12 years ago
  32. a734a0e Add back -Wduplicate-enum which I mistakenly removed. by Ted Kremenek · 12 years ago
  33. d3292c8 Tweak Sema::CheckLiteralKind() to also include block literals by Ted Kremenek · 12 years ago
  34. a193e3b Fix a warning due to an extraneous comma. by Chad Rosier · 12 years ago
  35. 22aa690 Remove unused arguments and rename to conform to coding standards. by Chad Rosier · 12 years ago
  36. f530ff7 Change checkUnsafeAssignLiteral() to use the new Sema::CheckLiteralKind(). by Ted Kremenek · 12 years ago
  37. 3ee069b Hoist logic for classifying Objective-C literals into Sema (proper) for use with other diagnostics. by Ted Kremenek · 12 years ago
  38. 96e12a2 Switch FrontendOptions to using an initializer list rather than initializing by Richard Smith · 12 years ago
  39. 30f102b [analyzer] Don't perform an expensive assertion in release builds. by Jordan Rose · 12 years ago
  40. bd80231 [analyzer] Re-apply r170826 and make the dumping of the GallGraph deterministic. by Anna Zaks · 12 years ago
  41. 9d08401 Extend checkUnsafeAssigns() to also handle assigning an object literal to a weak reference. by Ted Kremenek · 12 years ago
  42. 1655bcd [analyzer] Address Jordan's nitpicks as per code review of r170625. by Anna Zaks · 12 years ago
  43. 6d42f4d Revert r170826. The output of by Rafael Espindola · 12 years ago
  44. e34e193 [analyzer] Traverse the Call Graph in topological order. by Anna Zaks · 12 years ago
  45. 4f858df [analyzer] Add blocks and ObjC messages to the call graph. by Anna Zaks · 12 years ago
  46. 904a326 Revert "Warn if a __weak variable is initialized with an Objective-C object literal." by Ted Kremenek · 12 years ago
  47. 7c44106 Warn if a __weak variable is initialized with an Objective-C object literal. by Ted Kremenek · 12 years ago
  48. 9096102 Move operator precedence calculation to new header by Daniel Jasper · 12 years ago
  49. 5810f5c Attribute 'cf_returns_autoreleased' doesn't really exist. by Ted Kremenek · 12 years ago
  50. ad017fa Revert r170500. It over-zealously converted *ALL* things named Attributes, which is wrong here. by Bill Wendling · 12 years ago
  51. 5b9268f Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then by Richard Smith · 12 years ago
  52. d538ed9 Implement AST dumper for Decls. http://llvm-reviews.chandlerc.com/D52 by Alexander Kornienko · 12 years ago
  53. bf53dfa [analyzer] Add the pointer escaped callback. by Anna Zaks · 12 years ago
  54. d7dfd98 [driver] Have -isysroot warn on nonexistent paths. rdar://12282267 by Chad Rosier · 12 years ago
  55. 40902d8 Audit DeclPrinter with -ast-dump on Cocoa.h and by Fariborz Jahanian · 12 years ago
  56. 094dbf9 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 12 years ago
  57. 4b6ebe3 Attempt to clarify a vexing-parse diagnostic. by Richard Smith · 12 years ago
  58. c83c230 PR13470: Ensure that copy-list-initialization isntantiates as by Richard Smith · 12 years ago
  59. 9fcc2ab Pass AnalyzerOptions to PathDiagnosticConsumer to make analyzer options accessible there. by Ted Kremenek · 12 years ago
  60. 3bc93e3 Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as per review discussion in r170365 by David Blaikie · 12 years ago
  61. 08cc03f CodeGen: Expand creal and cimag into complex field loads by Meador Inge · 12 years ago
  62. b13621d Re-commit r170428 changes with Linux style file endings. by Guy Benyei · 12 years ago
  63. 7f92f2d Revert changes from r170428, as I accidentally changed the line endings of these files to Windows style. by Guy Benyei · 12 years ago
  64. 736104a Add OpenCL images as clang builtin types. by Guy Benyei · 12 years ago
  65. 8a0086c When warning about a missing prototype because a function declaration is missing 'void', insert a fixit to add the void. by Anders Carlsson · 12 years ago
  66. a6f8a6e Use the correct return type (size_t) for these builtins. by Bill Wendling · 12 years ago
  67. 13d288b Add an expected parameter for the size of the destination. by Bill Wendling · 12 years ago
  68. 27e2b98 Add support for passing the main file name down to the assembler by Eric Christopher · 12 years ago
  69. d566df6 Fix PR14625 by teaching the driver to detect PWD for assembly files. by Chandler Carruth · 12 years ago
  70. 6e48a2e Just use begin()/end() instead of "&Vector[0], &Vector[0]+Vector.size()". by Argyrios Kyrtzidis · 12 years ago
  71. 7959671 [analyzer] Implement "do not inline large functions many times" by Anna Zaks · 12 years ago
  72. d397cfe Reapply r170344, this time without forgetting to commit the header changes. by David Chisnall · 12 years ago
  73. 355a166 IdentifierResolver: Remove an unnecessary include and an unused parameter. by Nico Weber · 12 years ago
  74. b1f67db Style and Doc fix for CommonOptionsParser by Edwin Vane · 12 years ago
  75. b707a47 Don't require a space between the two ">" in "vector<id<protocol>>" in objc++11. by Nico Weber · 12 years ago
  76. f5e9d03 fix another spello by Nico Weber · 12 years ago
  77. 5e24f2d [PCH] Make the new PCH format (control block) backwards compatible and by Argyrios Kyrtzidis · 12 years ago
  78. fc2929f Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user by Roman Divacky · 12 years ago
  79. 463b48b ubsan: Add -fsanitize=bool and -fsanitize=enum, which check for loads of by Richard Smith · 12 years ago
  80. 6febf12 Using CanQualType::getAs<ArrayType> is unsafe; fix the code currently using it, by Eli Friedman · 12 years ago
  81. 135aa60 [objc] For the ARC error that is emitted when a synthesized property implementation by Argyrios Kyrtzidis · 12 years ago
  82. 1b257af Use @import rather than @__experimental_modules_import, since the by Douglas Gregor · 12 years ago
  83. 443c999 Add -fslp-vectorize to enable bb-vectorize by Hal Finkel · 12 years ago
  84. 10b5fa2 [driver] Add the -ftree-vectorize flag as a alias of -fvectorize to maintain by Chad Rosier · 12 years ago
  85. c04d093 [driver] Add the -fvectorize flag to enable the loop vectorization passes. by Chad Rosier · 12 years ago
  86. e5d30e3 Extend stat query APIs to explicitly specify if the query is for by Argyrios Kyrtzidis · 12 years ago
  87. 1d28caf PR14558: Compute triviality of special members (etc) at the end of the class by Richard Smith · 12 years ago
  88. 31bdf07 Clarifying comments for the MatchFinder and matchesNames matcher. by Manuel Klimek · 12 years ago
  89. fff3248 Virtual method overrides can no longer have mismatched calling conventions. This fixes PR14339. by Aaron Ballman · 12 years ago
  90. afee0ff PR14550: If a system header contains a bogus constexpr function definition, by Richard Smith · 12 years ago
  91. bc2a35d Finish implementing 'selected constructor' rules for triviality in C++11. In by Richard Smith · 12 years ago
  92. 5579865 Remove some remnants of the assumption that there is at most one of each by Richard Smith · 12 years ago
  93. ac71351 Properly compute triviality for explicitly-defaulted or deleted special members. by Richard Smith · 12 years ago
  94. 5f5250b [libclang] Resolve a cursor that points to a macro name inside a #ifdef/#ifndef by Argyrios Kyrtzidis · 12 years ago
  95. 61c1c8e [Preprocessor] Enhance Ifdef/Ifndef/Defined preprocessor callbacks to also pass by Argyrios Kyrtzidis · 12 years ago
  96. d5bc867 Implement C++03 [dcl.init]p5's checking for value-initialization of references by Richard Smith · 12 years ago
  97. 12f37e4 Fix analysis based warnings so that all warnings are emitted when compiling by DeLesley Hutchins · 12 years ago
  98. 60c4612 [analyzer] Rename the option help to reflect better what it does. by Anna Zaks · 12 years ago
  99. 75f31c4 [analyzer] Optimization heuristic: do not reanalyze every ObjC method as by Anna Zaks · 12 years ago
  100. afa7cae [analyzer] Fix r168019 to work with unpruned paths as well. by Jordan Rose · 12 years ago