1. 634b3d2 ARM: enable struct byval for AAPCS-VFP. by Manman Ren · 12 years ago
  2. 10caec2 c: small refactoring of checking for __attribute__(const)) by Fariborz Jahanian · 12 years ago
  3. 265f538 [ms-inline asm] Have patchMSAsmStrings() return a vector or AsmStrings. by Chad Rosier · 12 years ago
  4. 0d72910 Factor out computation of whether a typeid's expression is potentially by Richard Smith · 12 years ago
  5. 37f7a33 Minor rework of code example for clarity. No functionality change by Marshall Clow · 12 years ago
  6. a784685 c: make __has_attribute(const) work for const by Fariborz Jahanian · 12 years ago
  7. 843dd7d Ignore the tools/extra directory. by David Blaikie · 12 years ago
  8. 8664cd8 Teach Git to ignore the tools/extra directory. by David Blaikie · 12 years ago
  9. cd81df2 When looking for the comment associated with a declaration, adjust the by Douglas Gregor · 12 years ago
  10. 21efbb6 When the header file search resolves a quoted include to a file in the by Douglas Gregor · 12 years ago
  11. 4846470 Implemented -ast-dump, -ast-print, -ast-dump-filter options in clang-check by Alexander Kornienko · 12 years ago
  12. cd6df66 Added some preprocessor memory usage stats to -cc1 -print-stats by Alexander Kornienko · 12 years ago
  13. 860de6b This is always going to be true so the cast isn't necessary. by Eric Christopher · 12 years ago
  14. f50555e Attaching comments to declarations: find comment attached to any redeclaration by Dmitri Gribenko · 12 years ago
  15. f9c2908 [analyzer] Remove unused StoreManager::CastResult class. by Jordan Rose · 12 years ago
  16. e6b3fea Removed an unused function I added a while back. by Fariborz Jahanian · 12 years ago
  17. b6d2bea [analyzer] Strip CXXBaseObjectRegions when devirtualizing method calls. by Jordan Rose · 12 years ago
  18. 9584f67 [analyzer] Try to devirtualize even if the static callee has no definition. by Jordan Rose · 12 years ago
  19. e5399f1 [analyzer] Add clang_analyzer_checkInlined for debugging purposes. by Jordan Rose · 12 years ago
  20. 1afc5f2 objective-C: test for delayed parsing of K&R funcitons by Fariborz Jahanian · 12 years ago
  21. 33c72e1 [ms-inline asm] Avoid extra allocations by making this an array of StringRefs. by Chad Rosier · 12 years ago
  22. 60e2580 Add comments for turning on byval by Manman Ren · 12 years ago
  23. 5e8d300 [ms-inline asm] PatchMSAsmString() doesn't correctly patch non-simple asm by Chad Rosier · 12 years ago
  24. c972c92 Don't emit an invoke whose normal destination is a landingpad. Fixes test by Eli Friedman · 12 years ago
  25. 9e5df31 objective-C++: dalyed parsing of ctors with member by Fariborz Jahanian · 12 years ago
  26. e790bc3 [ms-inline asm] Fix a memory leak introduced in r161686. by Chad Rosier · 12 years ago
  27. bb5185c Fix horrible regression in control of warnings caused by introduction of -Wpedantic. by Ted Kremenek · 12 years ago
  28. 16ba7c8 ARM: enable struct byval for AAPCS. by Manman Ren · 12 years ago
  29. dbd6945 objective-C++: delay parsing of ctor with try block by Fariborz Jahanian · 12 years ago
  30. ee2f032 Thread-safety-analysis: adds existential quantification over lock by DeLesley Hutchins · 12 years ago
  31. a74b715 Thread safety analysis: refactor to support more sophisticated handling by DeLesley Hutchins · 12 years ago
  32. 4399ea9 [ms-inline asm] Add clobbers to AST representation. by Chad Rosier · 12 years ago
  33. 6bd3291 Frontend: define _LP64 in a target-independent way by Dylan Noblesmith · 12 years ago
  34. 5498e3a [analyzer] ObjC Inlining: add tests for ivars and properties. by Anna Zaks · 12 years ago
  35. 54918ba [analyzer] Track if a region can be a subclass in the dynamic type info. by Anna Zaks · 12 years ago
  36. 3f558af [analyzer] Optimize dynamic dispatch bifurcation by detecting the cases by Anna Zaks · 12 years ago
  37. a1fa471 Refactor thread safety analysis to use a different data structure by DeLesley Hutchins · 12 years ago
  38. f9a6a41 [ms-inline asm] Use asserts as these calls are now guarded by identical checks. by Chad Rosier · 12 years ago
  39. 2eb362b objective-C++: delayed parsing of member function with by Fariborz Jahanian · 12 years ago
  40. 1093f49 Whitespace. by Chad Rosier · 12 years ago
  41. be1d4ec objective-C++: Delayed parsing of most common by Fariborz Jahanian · 12 years ago
  42. 7094dee Add missing cctype includes. by Joerg Sonnenberger · 12 years ago
  43. 8ce9cca Decrementing std::string::end is not portable, use array access instead. by Joerg Sonnenberger · 12 years ago
  44. d1a4f68 Fix a couple of pedantic gcc warnings. by Benjamin Kramer · 12 years ago
  45. a59114b c-arcmt-test, c-index-test: Appease Cygwin, to link to libclang.a, not clang.dll. by NAKAMURA Takumi · 12 years ago
  46. 1f2e1a9 Check access to friend declarations. There's a number of different by John McCall · 12 years ago
  47. 7c304f5 Update VerifyDiagnosticConsumer to only get directives during parsing. by Jordan Rose · 12 years ago
  48. af6cf43 Make sure to call EndSourceFile even if we can't continue compiling. by Jordan Rose · 12 years ago
  49. 4ef832f Provide isConst/Volatile on CXXMethodDecl. by David Blaikie · 12 years ago
  50. 74896e0 [ms-inline asm] Use the new Inline Asm Non-Standard Dialect attribute. by Chad Rosier · 12 years ago
  51. 5ad76c0 [analyzer] Merge RegionStore's KillStruct and CopyLazyBindings: BindAggregate. by Jordan Rose · 12 years ago
  52. 1e93443 [analyzer] Cluster bindings in RegionStore by base region. by Jordan Rose · 12 years ago
  53. 824e07a [analyzer] Cache the "concrete offset base" for regions with symbolic offsets. by Jordan Rose · 12 years ago
  54. bf74b56 [analyzer] Devirtualize StoreManager::evalDerivedToBase(SVal, CastExpr) by Jordan Rose · 12 years ago
  55. c9c48db Followup to r161546, to unbreak linking on Bitrig. Patch by David Hill. by Eli Friedman · 12 years ago
  56. 7bac4b2 CMake: Add the new dependency from libSema to LLVM's libs. by Benjamin Kramer · 12 years ago
  57. 613f444 [ms-inline asm] Fix comment. by Chad Rosier · 12 years ago
  58. 2c5f8d7 [analyzer] A CXXBaseObjectRegion should correspond to a DIRECT base. by Jordan Rose · 12 years ago
  59. 6940972 objective-C: refactoring of objc's delayed parsing. by Fariborz Jahanian · 12 years ago
  60. cace210 [ms-inline asm] Use StringRef here, per Jordan's suggestion. by Chad Rosier · 12 years ago
  61. 20316a9 Temporarily revert r161612 while we figure out just what the semantics by Chandler Carruth · 12 years ago
  62. d4fe57f [analyzer] Rename the function to better reflect what it actually does. by Anna Zaks · 12 years ago
  63. 6960f6e [analyzer] Clarify the values in Dyn. Dispatch Bifurcation map. by Anna Zaks · 12 years ago
  64. 4144f90 [ms-inline asm] Simplify logic for empty asm statements. by Chad Rosier · 12 years ago
  65. 47f4989 [ms-inline asm] Instantiate the various parts to the AsmParser. by Chad Rosier · 12 years ago
  66. 8607367 Make all of the tools build in parallel. Missing this caused incremental by Chandler Carruth · 12 years ago
  67. af310b1 Recurse into the extra tools repo the correct way from the Makefile by Chandler Carruth · 12 years ago
  68. 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
  69. 5960f4a [analyzer] Improve readability of the dyn. dispatch bifurcation patch r161552. by Anna Zaks · 12 years ago
  70. 9cdd157 Remove absolute file path in test. by Dmitri Gribenko · 12 years ago
  71. 62290ae Comment to HTML and XML conversion: ignore commands that contain a declaration by Dmitri Gribenko · 12 years ago
  72. 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
  73. d1db125 Comment to HTML and XML conversion: use CommandTraits to classify commands. by Dmitri Gribenko · 12 years ago
  74. be3d0db [ms-inline asm] Initialize targets and assembly printers/parsers. by Chad Rosier · 12 years ago
  75. 1a5d421 [ms-inline asm] Add various MC components to clang build to support MS-style inline assembly. by Chad Rosier · 12 years ago
  76. c9b9709 objective-C: minor refactoring in method definition parsing logic. by Fariborz Jahanian · 12 years ago
  77. fc05dec Unbreak the build. by Anna Zaks · 12 years ago
  78. 431e35c [analyzer] Cleanup of malloc checker. by Anna Zaks · 12 years ago
  79. 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
  80. e90d3f8 [analyzer] Bifurcate the path with dynamic dispatch. by Anna Zaks · 12 years ago
  81. 7b7af02 Add new file CommentCommandTraits.cpp to CMakeLists.txt. by Dmitri Gribenko · 12 years ago
  82. 2689a08 Allow the Makefile build system to find the extra repo if it is checked out. by Chandler Carruth · 12 years ago
  83. aa58081 Comment parsing: extract TableGen'able pieces into new CommandTraits class. by Dmitri Gribenko · 12 years ago
  84. 42f74f2 clang support for Bitrig (an OpenBSD fork); patch by David Hill. by Eli Friedman · 12 years ago
  85. dcdff46 Minor simplification for r161534. by Eli Friedman · 12 years ago
  86. 8c6cb46 objective-C: refactor/simplify parsing of delayed by Fariborz Jahanian · 12 years ago
  87. 817a886 Fix r161534 so it actually builds. by Eli Friedman · 12 years ago
  88. de01b7a PR13558: Fix typo 'compatiblity'. Thinking of the children. Apparently. by Richard Smith · 12 years ago
  89. f66a0dd Handle deprecation diagnostics correctly for C struct fields and Objective-C properties/ivars. <rdar://problem/6642337>. by Eli Friedman · 12 years ago
  90. 6cd4420 Comment XML: use xml:space="preserve" in Verbatim tags, so that XML tidy does by Dmitri Gribenko · 12 years ago
  91. 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
  92. 0f38ace Address code review comments for Wstrncat-size warning (r161440). by Anna Zaks · 12 years ago
  93. 77c7b0a [ms-inline asm] Use more idiomatic logic. Thanks, Bill. by Chad Rosier · 12 years ago
  94. 8a64f88 Implicitly annotate __CFStringMakeConstantString with format_arg(1). by Jordan Rose · 12 years ago
  95. 48a05b9 [ms-inline asm] Add basic codegen support for simple asm stmts. Currently, by Chad Rosier · 12 years ago
  96. 2016c8c Don't add attributes for "#pragma pack" and friends to tag declarations which by Eli Friedman · 12 years ago
  97. 871ee56 [ms-inline asm] Make sure IsSimple is correctly handled. by Chad Rosier · 12 years ago
  98. d854c63 Remove extraneous comment. by Chad Rosier · 12 years ago
  99. b64f310 [ms-inline asm] Add a very simple test case. Basically, we're only testing for by Chad Rosier · 12 years ago
  100. 62f22b8 [ms-inline asm] Refactor the logic to generate the AsmString into Sema. No by Chad Rosier · 12 years ago