1. f4d0239 Point diagnostics that complain about a use of a selector in an objc message, to the selector location. by Argyrios Kyrtzidis · 12 years ago
  2. 230ea41 Revert 180817 because 180816 was reverted. by Adrian Prantl · 12 years ago
  3. 58eb370 Fix PR15845: apparently MSVC does not support implicit int in C++ mode. by Richard Smith · 12 years ago
  4. 826374a Do not generate VLAs as complex variables any more, as they are now by Adrian Prantl · 12 years ago
  5. 1c18759 [driver] Allow multiple -arch options with -save-temps by adding the arch name by Chad Rosier · 12 years ago
  6. 40ebe3d [analyzer] scan-build: support -enable-checker with new Xcode integration. by Jordan Rose · 12 years ago
  7. 8f4bdc0 Revert r180739 and r180748: they broke C++11 thread_local on non-Darwin systems and did not do the right thing on Darwin. by Richard Smith · 12 years ago
  8. 9b13175 When deducing an 'auto' type, don't modify the type-as-written. by Richard Smith · 12 years ago
  9. 3d2f000 [ms-cxxabi] Implement member pointer comparisons by Reid Kleckner · 12 years ago
  10. c7d77b2 Struct-path aware TBAA: enable struct-path aware TBAA for classes. by Manman Ren · 12 years ago
  11. dc7a4f5 Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there by Richard Smith · 12 years ago
  12. 24cb36d Use {{.*}}suffix instead of [[TC]] in places where we print the toolchain by Rafael Espindola · 12 years ago
  13. ec2b1b9 Always use / when computing mips specific paths. by Rafael Espindola · 12 years ago
  14. 9dbfc61 [Mips] Pass -mips16, -mmicromips, -mdsp and -mdspr2 flags to the assembler. by Simon Atanasyan · 12 years ago
  15. 79dd916 Place bitfield -Wconstant-conversion warning into subgroup called -Wbitfield-constant-conversion. by Ted Kremenek · 12 years ago
  16. 676ea9d Fix very confusing indent in Sema.cpp. by Daniel Jasper · 12 years ago
  17. 3e25b99 [PCH] Fix memory leak related to deserialized MacroInfo objects. by Argyrios Kyrtzidis · 12 years ago
  18. a7efaf9 Add support for -stdlib=libc++ in the NetBSD toolchain. by Joerg Sonnenberger · 12 years ago
  19. 443adec Objective-C (mostly arc): Under ARC, we often have unneeded qualifiers by Fariborz Jahanian · 12 years ago
  20. aa3cef4 Modify triple to try to make it pass on ARM. by Bill Wendling · 12 years ago
  21. eb9380d Just use std::list<> for PathPieces instead of complicated use of ilist. by Ted Kremenek · 12 years ago
  22. ed866e7 Revert "[analyzer] Change PathPieces to be a wrapper around an ilist of (through indirection) PathDiagnosticPieces." by Ted Kremenek · 12 years ago
  23. 7651e53 [analyzer] Change PathPieces to be a wrapper around an ilist of (through indirection) PathDiagnosticPieces. by Ted Kremenek · 12 years ago
  24. b514235 [analyzer] Remove comparePath's dependency on subscript operator. by Ted Kremenek · 12 years ago
  25. 7c6b7ba Emit the TLS intialization functions into a list. by Bill Wendling · 12 years ago
  26. d237d2e c language: diagnose use of "[*]" on any array dimension by Fariborz Jahanian · 12 years ago
  27. 548107e Use ArrayRef in AddMethodCandidate. by Rafael Espindola · 12 years ago
  28. a26e0ce [test] add missing header for the test. by Argyrios Kyrtzidis · 12 years ago
  29. 56f6e09 When emitting a preprocessed file with implicit module imports, make sure line directives are emitted in the next line. by Argyrios Kyrtzidis · 12 years ago
  30. 1d75a3b [analyzer] scan-view: don't ever serve absolute paths. by Jordan Rose · 12 years ago
  31. 7e6b564 Revert "[analyzer] Model casts to bool differently from other numbers." by Jordan Rose · 12 years ago
  32. df1fdfd Fix a typo in a parse assert. Patch by Alex Denisov. by Fariborz Jahanian · 12 years ago
  33. 3a2f912 Small CapturedStmt improvements by Ben Langmuir · 12 years ago
  34. a0152d4 Test commit by Ben Langmuir · 12 years ago
  35. 098b814 Keep the parser's template depth up to date when parsing local templates and by Richard Smith · 12 years ago
  36. cad7e43 Implement DR580: access checks for template parameters of a class template are by Richard Smith · 12 years ago
  37. fed844d Properly reenter multiple contexts when parsing a late-parsed function template by Richard Smith · 12 years ago
  38. 97aea95 Fix an assertion failure / accepts-invalid in -fms-extensions mode. Don't build by Richard Smith · 12 years ago
  39. 9ff2b42 ArrayRef'ize Sema::ActOnEnumBody. No functionality change. by Dmitri Gribenko · 12 years ago
  40. ebf8fe2 Documentation: Change UTF-8 ellipsis character to ASCII ... sequence by Dmitri Gribenko · 12 years ago
  41. c6a3177 Silence a silly sign compare warning from GCC. by Benjamin Kramer · 12 years ago
  42. 395b0af Documentation: add an idea for a cpp14-migrate transform for N3421 by Dmitri Gribenko · 12 years ago
  43. 99d2eb4 Exit early when $PWD isn't set. Remove unused unistd.h include. by Benjamin Kramer · 12 years ago
  44. 6089adc Use LLVM's preferred current_path API instead of calling getcwd(3) directly. by Benjamin Kramer · 12 years ago
  45. 7c99374 [driver] Revert r180652 and 180658 and temporarily #define MAXPATHLEN to by Chad Rosier · 12 years ago
  46. 1d22fa2 Fix the dangling pointer. by Chad Rosier · 12 years ago
  47. 975d83c Struct-path aware TBAA: fix handling of may_alias attribute. by Manman Ren · 12 years ago
  48. 50be904 Struct-path aware TBAA: change the format of TBAAStructType node. by Manman Ren · 12 years ago
  49. e1c4ac3 [driver] Use the llvm equivalent of getcwd(). Hopefully, this makes the Windows by Chad Rosier · 12 years ago
  50. ab3d509 Fix an assertion hit in Sema::CheckObjCMethodOverrides. by Argyrios Kyrtzidis · 12 years ago
  51. 91efca0 documenttion parsing. Provide a c-index test by Fariborz Jahanian · 12 years ago
  52. fff418b In the ASTImporter, when checking whether two by Sean Callanan · 12 years ago
  53. e858e66 [libclang] Introduce clang_Module_getASTFile function that returns the module file where a module object came from. by Argyrios Kyrtzidis · 12 years ago
  54. 888d345 Move helper classes into anonymous namespaces. by Benjamin Kramer · 12 years ago
  55. 5d2e4e1 [analyzer] An ObjC for-in loop runs 0 times if the collection is nil. by Jordan Rose · 12 years ago
  56. 5e6c06b [analyzer] Model casts to bool differently from other numbers. by Jordan Rose · 12 years ago
  57. ed6847e [analyzer] Consolidate BoolAssignmentChecker tests by using two RUN lines. by Jordan Rose · 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. c7b5f38 ArrayRefize code. No functionality change. by Benjamin Kramer · 12 years ago
  62. 622bb4a document parsing. When a sub-class (c++ Objective-C) missing by Fariborz Jahanian · 12 years ago
  63. b1c8122 [driver] Implement the -fdebug-compilation-dir in a way that is compatible with by Chad Rosier · 12 years ago
  64. 84bf8a8 Documentation: improve description of make_shared transformation, as suggested by David Blaikie by Dmitri Gribenko · 12 years ago
  65. 002f928 Comment parsing: -fparse-all-comments: recognize empty line comments by Dmitri Gribenko · 12 years ago
  66. a2c3646 Implement C++1y decltype(auto). by Richard Smith · 12 years ago
  67. bebf5b1 C++1y: support simple variable assignments in constexpr functions. by Richard Smith · 12 years ago
  68. 4f1d155 Use bitfilds. by Rafael Espindola · 12 years ago
  69. 1601a4a Support debug info for using directives at global/namespace scope. by David Blaikie · 12 years ago
  70. e5e575d Add r180263 back, but fix hasBraces() to be correct during parsing. by Rafael Espindola · 12 years ago
  71. 88e37c2 Add a testcase for a recent regression. by Rafael Espindola · 12 years ago
  72. 1377a46 Further wordsmith release notes for the static analyzer. by Ted Kremenek · 12 years ago
  73. d247842 Revert r180263. It's causing failures. by Bill Wendling · 12 years ago
  74. 08741a0 Add Static Analyzer section to the Release Notes for clang 3.3 by Anna Zaks · 12 years ago
  75. f3f0f35 Objective-C: This is a small modification to my by Fariborz Jahanian · 12 years ago
  76. 9ed6d80 [analyzer] Teach DeadStoreChecker to look though BO_Comma and disregard the LHS. by Anna Zaks · 12 years ago
  77. 11dc634 Put friend decls in the correct context. by Rafael Espindola · 12 years ago
  78. a2338bc Fix a possible null pointer dereference found by the analyzer. by Anna Zaks · 12 years ago
  79. 0823c7d Fix header comment. by Benjamin Kramer · 12 years ago
  80. d4aaee4 Add an idea for cpp11-migrate and cpp14-migrate by Dmitri Gribenko · 12 years ago
  81. fca24bc Improve clang-format's memoization behavior. by Daniel Jasper · 12 years ago
  82. f49d9c9 Fix a case in linkage computation that should check for single line extern "C". by Rafael Espindola · 12 years ago
  83. 65dfa2b Don't mark 'extern "C" void f(void)' as having extern storage class. by Rafael Espindola · 12 years ago
  84. 2972d04 Add option to align escaped newlines left. by Daniel Jasper · 12 years ago
  85. f1ed9fe Fix scrolling bug in clang-format's emacs integration. by Daniel Jasper · 12 years ago
  86. b70d1c3 [ms-cxxabi] Fix a number of bugs in the mangler. by Peter Collingbourne · 12 years ago
  87. fed07a2 Add "-no-canonical-prefixes" to a test case. by Richard Trieu · 12 years ago
  88. 3d8f462 [analyzer] Fix a crash in RetainCountChecker - we should not rely on CallEnter::getCallExpr to return non-NULL by Anna Zaks · 12 years ago
  89. c873b51 [neonemitter tests] Change triple of emitted tests to thumbv7s to match the target cpu being swift. Also specify the target-abi to apcs-gnu. by Michael Gottesman · 12 years ago
  90. 51c30af Objective-C parsing [qoi]: Recover gracefully with good diagnostic by Fariborz Jahanian · 12 years ago
  91. 80abce3 Objective-C arc: Improve disgnostics when 'weak' by Fariborz Jahanian · 12 years ago
  92. e68cb08 Removing example-dynarray.cpp test since it's of no value. by Jyotsna Verma · 12 years ago
  93. 9f366db [driver] Test that last option wins between -Ofast and -O2. by Chad Rosier · 12 years ago
  94. 3142279 [driver] Put -fvectorize under the -Ofast umbrella flag. Part of rdar://13622687 by Chad Rosier · 12 years ago
  95. b82e117 [driver] Improve the implementation of the -Ofast option. by Chad Rosier · 12 years ago
  96. 0127b3f [driver] Add a hasFlag API that accepts a positive alias. by Chad Rosier · 12 years ago
  97. c775b1a Objective-C: When reporting on missing property accessor implementation in by Fariborz Jahanian · 12 years ago
  98. 94d6ad7 Flip flag to merge short if-statements into one line for Google style. by Daniel Jasper · 12 years ago
  99. 4cdc0cd clang-format support for multiple input files. by Alexander Kornienko · 12 years ago
  100. e0262e2 [analyzer] Refactoring + explanatory comment. by Anton Yartsev · 12 years ago