1. d1a4f68 Fix a couple of pedantic gcc warnings. by Benjamin Kramer · 12 years ago
  2. a59114b c-arcmt-test, c-index-test: Appease Cygwin, to link to libclang.a, not clang.dll. by NAKAMURA Takumi · 12 years ago
  3. 1f2e1a9 Check access to friend declarations. There's a number of different by John McCall · 12 years ago
  4. 7c304f5 Update VerifyDiagnosticConsumer to only get directives during parsing. by Jordan Rose · 12 years ago
  5. af6cf43 Make sure to call EndSourceFile even if we can't continue compiling. by Jordan Rose · 12 years ago
  6. 4ef832f Provide isConst/Volatile on CXXMethodDecl. by David Blaikie · 12 years ago
  7. 74896e0 [ms-inline asm] Use the new Inline Asm Non-Standard Dialect attribute. by Chad Rosier · 12 years ago
  8. 5ad76c0 [analyzer] Merge RegionStore's KillStruct and CopyLazyBindings: BindAggregate. by Jordan Rose · 12 years ago
  9. 1e93443 [analyzer] Cluster bindings in RegionStore by base region. by Jordan Rose · 12 years ago
  10. 824e07a [analyzer] Cache the "concrete offset base" for regions with symbolic offsets. by Jordan Rose · 12 years ago
  11. bf74b56 [analyzer] Devirtualize StoreManager::evalDerivedToBase(SVal, CastExpr) by Jordan Rose · 12 years ago
  12. c9c48db Followup to r161546, to unbreak linking on Bitrig. Patch by David Hill. by Eli Friedman · 12 years ago
  13. 7bac4b2 CMake: Add the new dependency from libSema to LLVM's libs. by Benjamin Kramer · 12 years ago
  14. 613f444 [ms-inline asm] Fix comment. by Chad Rosier · 12 years ago
  15. 2c5f8d7 [analyzer] A CXXBaseObjectRegion should correspond to a DIRECT base. by Jordan Rose · 12 years ago
  16. 6940972 objective-C: refactoring of objc's delayed parsing. by Fariborz Jahanian · 12 years ago
  17. cace210 [ms-inline asm] Use StringRef here, per Jordan's suggestion. by Chad Rosier · 12 years ago
  18. 20316a9 Temporarily revert r161612 while we figure out just what the semantics by Chandler Carruth · 12 years ago
  19. d4fe57f [analyzer] Rename the function to better reflect what it actually does. by Anna Zaks · 12 years ago
  20. 6960f6e [analyzer] Clarify the values in Dyn. Dispatch Bifurcation map. by Anna Zaks · 12 years ago
  21. 4144f90 [ms-inline asm] Simplify logic for empty asm statements. by Chad Rosier · 12 years ago
  22. 47f4989 [ms-inline asm] Instantiate the various parts to the AsmParser. by Chad Rosier · 12 years ago
  23. 8607367 Make all of the tools build in parallel. Missing this caused incremental by Chandler Carruth · 12 years ago
  24. af310b1 Recurse into the extra tools repo the correct way from the Makefile by Chandler Carruth · 12 years ago
  25. 950435c In 'delete []', the '[]' never starts a lambda. Update a FIXME with a standard reference and add a test. by Richard Smith · 12 years ago
  26. 5960f4a [analyzer] Improve readability of the dyn. dispatch bifurcation patch r161552. by Anna Zaks · 12 years ago
  27. 9cdd157 Remove absolute file path in test. by Dmitri Gribenko · 12 years ago
  28. 62290ae Comment to HTML and XML conversion: ignore commands that contain a declaration by Dmitri Gribenko · 12 years ago
  29. 42ee64b Fix the test case. Now it does not depend on the method used to pass vector arguments to the function. by Simon Atanasyan · 12 years ago
  30. d1db125 Comment to HTML and XML conversion: use CommandTraits to classify commands. by Dmitri Gribenko · 12 years ago
  31. be3d0db [ms-inline asm] Initialize targets and assembly printers/parsers. by Chad Rosier · 12 years ago
  32. 1a5d421 [ms-inline asm] Add various MC components to clang build to support MS-style inline assembly. by Chad Rosier · 12 years ago
  33. c9b9709 objective-C: minor refactoring in method definition parsing logic. by Fariborz Jahanian · 12 years ago
  34. fc05dec Unbreak the build. by Anna Zaks · 12 years ago
  35. 431e35c [analyzer] Cleanup of malloc checker. by Anna Zaks · 12 years ago
  36. 79f3098 Fix AAPCS ABI. I can't actually test this, but it restores the behavior from before r159168. PR13562. by Eli Friedman · 12 years ago
  37. e90d3f8 [analyzer] Bifurcate the path with dynamic dispatch. by Anna Zaks · 12 years ago
  38. 7b7af02 Add new file CommentCommandTraits.cpp to CMakeLists.txt. by Dmitri Gribenko · 12 years ago
  39. 2689a08 Allow the Makefile build system to find the extra repo if it is checked out. by Chandler Carruth · 12 years ago
  40. aa58081 Comment parsing: extract TableGen'able pieces into new CommandTraits class. by Dmitri Gribenko · 12 years ago
  41. 42f74f2 clang support for Bitrig (an OpenBSD fork); patch by David Hill. by Eli Friedman · 12 years ago
  42. dcdff46 Minor simplification for r161534. by Eli Friedman · 12 years ago
  43. 8c6cb46 objective-C: refactor/simplify parsing of delayed by Fariborz Jahanian · 12 years ago
  44. 817a886 Fix r161534 so it actually builds. by Eli Friedman · 12 years ago
  45. de01b7a PR13558: Fix typo 'compatiblity'. Thinking of the children. Apparently. by Richard Smith · 12 years ago
  46. f66a0dd Handle deprecation diagnostics correctly for C struct fields and Objective-C properties/ivars. <rdar://problem/6642337>. by Eli Friedman · 12 years ago
  47. 6cd4420 Comment XML: use xml:space="preserve" in Verbatim tags, so that XML tidy does by Dmitri Gribenko · 12 years ago
  48. c3b2308 Unify the codepaths for emitting deprecation warnings. The test changes are just to account for us emitting notes more consistently. by Eli Friedman · 12 years ago
  49. 0f38ace Address code review comments for Wstrncat-size warning (r161440). by Anna Zaks · 12 years ago
  50. 77c7b0a [ms-inline asm] Use more idiomatic logic. Thanks, Bill. by Chad Rosier · 12 years ago
  51. 8a64f88 Implicitly annotate __CFStringMakeConstantString with format_arg(1). by Jordan Rose · 12 years ago
  52. 48a05b9 [ms-inline asm] Add basic codegen support for simple asm stmts. Currently, by Chad Rosier · 12 years ago
  53. 2016c8c Don't add attributes for "#pragma pack" and friends to tag declarations which by Eli Friedman · 12 years ago
  54. 871ee56 [ms-inline asm] Make sure IsSimple is correctly handled. by Chad Rosier · 12 years ago
  55. d854c63 Remove extraneous comment. by Chad Rosier · 12 years ago
  56. b64f310 [ms-inline asm] Add a very simple test case. Basically, we're only testing for by Chad Rosier · 12 years ago
  57. 62f22b8 [ms-inline asm] Refactor the logic to generate the AsmString into Sema. No by Chad Rosier · 12 years ago
  58. d24bf90 Whitespace. by Chad Rosier · 12 years ago
  59. 4a9d795 Whitespace. by Chad Rosier · 12 years ago
  60. 919e8a1 [analyzer] Clean up the printing of FieldRegions for leaks. by Jordan Rose · 12 years ago
  61. 0d53ab4 [analyzer] Track malloc'd regions stored in structs. by Jordan Rose · 12 years ago
  62. e0d24eb [analyzer] Revamp RegionStore to distinguish regions with symbolic offsets. by Jordan Rose · 12 years ago
  63. 2aa800a Constify CXXRecordDecl::isVirtuallyDerivedFrom. by Jordan Rose · 12 years ago
  64. e696b69 [ms-inline asm] Add support for detecting simple ms-style inline asm. Simple by Chad Rosier · 12 years ago
  65. 3a32c9c Add the IsSimple/IsVolatile parameters to the MSAsmStmt constructor. by Chad Rosier · 12 years ago
  66. 50800fc Implement warning for integral null pointer constants other than the literal 0. by David Blaikie · 12 years ago
  67. ed6662d objc: Include all types when issuing warning under -Wdirect-ivar-access. by Fariborz Jahanian · 12 years ago
  68. fa1d30d Add various MC components to clang build to support MS-style inline assembly. by Chad Rosier · 12 years ago
  69. f23e8d2 Preprocessor: fix __OPTIMIZE_SIZE__ and -Oz by Dylan Noblesmith · 12 years ago
  70. 5aeda88 Frontend: further document __BYTE_ORDER__ by Dylan Noblesmith · 12 years ago
  71. fbffb5f Remove unused variables. by Benjamin Kramer · 12 years ago
  72. f0e956b Revert part of r161175 which was wrong for OpenBSD's PowerPC target. by Hans Wennborg · 12 years ago
  73. 50d61c8 Implement final piece of DR963 and also DR587: by Richard Smith · 12 years ago
  74. 9a58584 clarify that the advantages of the BSD license apply to when you incorporate clang into proprietary code bases, by Chris Lattner · 12 years ago
  75. 06808f1 Get rid of an early return in Sema::ActOnFields which doesn't make sense anymore. by Eli Friedman · 12 years ago
  76. 859c65c Fix an assertion failure with a C++ constructor initializing a by Eli Friedman · 12 years ago
  77. 15631b4 Fix a -ast-dump crash. by Eli Friedman · 12 years ago
  78. b25466e objc-arc: Make -Wdirect-ivar-access accessible to all by Fariborz Jahanian · 12 years ago
  79. 0e2a868 Whitespace. by Chad Rosier · 12 years ago
  80. 604fb38 When building a conditional operator where one operand is a throw-expression by Richard Smith · 12 years ago
  81. 0b8220a -Wunused-private-fields: Don't try to check unresolved initializer expressions by Richard Smith · 12 years ago
  82. c343dd8 objc-arc: set nonlazybind attribute on objc_retain/ by Fariborz Jahanian · 12 years ago
  83. 3189d8c Remove obsolete comment. Obsoleted by r116524 when Type hierarhy bitfield by Dmitri Gribenko · 12 years ago
  84. 62d20a7 Fix capitalization of LibXml2 for CMake on case-sensitive file systems by Douglas Gregor · 12 years ago
  85. a7635f1 Don't complain about -fobjc-link-runtime being unused with -fobjc-arc. by Bob Wilson · 12 years ago
  86. 6e53137 Teach ccc-analyze about -fobjc-legacy-dispatch and -mios-simulator-version-min by Ted Kremenek · 12 years ago
  87. cff339a Comment AST: DeclInfo: add a special kind for enums. by Dmitri Gribenko · 12 years ago
  88. d43e114 Turn on strncat-size warning implemented a while ago. by Anna Zaks · 12 years ago
  89. 67bf7dd c-index-test Makefile: fix build on Linux. Reviewed by Eric Christopher. by Dmitri Gribenko · 12 years ago
  90. 16bec06 Comment.h: fix typo in comment by Dmitri Gribenko · 12 years ago
  91. dd7b803 Comment AST: treat enumerators as "variables" in DeclInfo. by Dmitri Gribenko · 12 years ago
  92. f303d4c libclang API for comment-to-xml conversion. by Dmitri Gribenko · 12 years ago
  93. cff863f objective-c: Exclude -Wdirect-ivar-access for arc. by Fariborz Jahanian · 12 years ago
  94. f7158fa Properly check length modfiers for %n in format strings. by Hans Wennborg · 12 years ago
  95. 58e1e54 Remove ScanfArgType and bake that logic into ArgType. by Hans Wennborg · 12 years ago
  96. 5d435b6 Initial support for recursing into the new clang-tools-extra repository by Chandler Carruth · 12 years ago
  97. f3749f4 Rename analyze_format_string::ArgTypeResult to ArgType by Hans Wennborg · 12 years ago
  98. b38b491 Objective-C pointer types don't have C-linkage, even though they are by Douglas Gregor · 12 years ago
  99. 60b7038 Update documentation of HasSideEffects to match its callers' expectations, and by Richard Smith · 12 years ago
  100. acac844 [analyzer] + New line at end of file by Anna Zaks · 12 years ago