1. fe0bdba Do not produce semicolons at the end of code-completion results by Douglas Gregor · 14 years ago
  2. 2f880e4 Only prove macros as code-completion results when we're in a case by Douglas Gregor · 14 years ago
  3. 2aefcb2 Fix ccc-analyzer's handling of quoted arguments in the build command. Fixes PR 6791.[B by Ted Kremenek · 14 years ago
  4. 22f5699 When sending a message to "id", apply some heuristics to try to narrow by Douglas Gregor · 14 years ago
  5. 914803f add a testcase that the integrated assembler rejects, this verifies by Chris Lattner · 14 years ago
  6. 6da9eb6 teach clang to install the inline asm diagnostic handler, by Chris Lattner · 14 years ago
  7. cabae68 reduce indentation, tidy. by Chris Lattner · 14 years ago
  8. 69ecbdb improved wording around ABI by Blaine Garst · 14 years ago
  9. 719770d Make code-completion for Objective-C message sends to "id" work in the by Douglas Gregor · 14 years ago
  10. 52d9ae3 fit in 80 cols by Chris Lattner · 14 years ago
  11. a983448 Put type restriction on convesion to nonconforming 'id' back in by Fariborz Jahanian · 14 years ago
  12. 60a53f2 Driver: Add a Tool::hasGoodDiagnostics hook, and use it to simplify logic for by Daniel Dunbar · 14 years ago
  13. 13438f9 Implement support for code completion of an Objective-C message send to by Douglas Gregor · 14 years ago
  14. 85372b9 Add test for code completion of Objective-C message sends to classes. by Douglas Gregor · 14 years ago
  15. 64538cf Perform code-completion within ParseCastExpression, which handles, by Douglas Gregor · 14 years ago
  16. 7969f93 clang-wpa fixes for Diagnostic by Douglas Gregor · 14 years ago
  17. 7f33085 Fix PR 6725. It looks like the copy constructor gets elided during inlining. by Zhongxing Xu · 14 years ago
  18. f45d673 Unbreak build by Douglas Gregor · 14 years ago
  19. efbf487 IRgen: Move BitFieldIsSigned bit into CGBitFieldInfo. by Daniel Dunbar · 14 years ago
  20. c7a984a Simplify. by Daniel Dunbar · 14 years ago
  21. 8bea3ef Simplify. by Daniel Dunbar · 14 years ago
  22. 2801977 Make Diagnostic reference-counted, which is simpler than juggling by Douglas Gregor · 14 years ago
  23. e968657 Use cast<> + OpaquePtr.getAs<Decl> to add extra checking of our assumptions. by Ted Kremenek · 14 years ago
  24. 01ae93f inline in MC assembly parsers. clang -integrated-as now works with inline asm! by Chris Lattner · 14 years ago
  25. a0a270c Match MemoryBuffer API changes. by Chris Lattner · 14 years ago
  26. 5fcd52a Fix possible null dereference by bailing out of CheckObjCPropertyAttributes() early if the Decl* is null. by Ted Kremenek · 14 years ago
  27. caff6ea Grrrr by Douglas Gregor · 14 years ago
  28. f9b14a7 Try to de-bork build of WPA by Douglas Gregor · 14 years ago
  29. f0fe5bc IRgen: Move BitField LValues to just hold a reference to the CGBitFieldInfo. by Daniel Dunbar · 14 years ago
  30. 84139d6 Extend the type printing policy to allow one to turn off the printing by Douglas Gregor · 14 years ago
  31. e32be1d Print the errors when a clang test fails instead of just listing the by Jeffrey Yasskin · 14 years ago
  32. 3687e9d Clarify the ownership semantics of the Diagnostic object used by by Douglas Gregor · 14 years ago
  33. 4800ea6 Emit debug info for objc getters and setters. by Devang Patel · 14 years ago
  34. 018b54e fix PR6780, properly handling the IR {|} escapes in inline asm strings. by Chris Lattner · 14 years ago
  35. 8b96253 Make the ASTUnit constructor private; all ASTUnit clients should be using the static factory functions by Douglas Gregor · 14 years ago
  36. 5c5db55 fix PR6782, an accept invalid. We weren't emitting the diagnostic by Chris Lattner · 14 years ago
  37. 405634b Minor ASTUnit cleanups: by Douglas Gregor · 14 years ago
  38. 2eec0b2 IRgen: Lift BitFieldInfo to CGBitFieldInfo at namespace level. by Daniel Dunbar · 14 years ago
  39. 56229f5 Add a FIXME and reduce nesting. by Daniel Dunbar · 14 years ago
  40. 09d9fa1 Code completion results that refer to macros now get the cursor kind by Douglas Gregor · 14 years ago
  41. 7b73b92 Always assume block-level expressions in the caller are alive when analyzing by Zhongxing Xu · 14 years ago
  42. b3e485c Since now we process regions in clusters when removing dead bindings, this by Zhongxing Xu · 14 years ago
  43. 3ecd785 Reapply patch for adding support for address spaces and added a isVolatile field to memcpy, memmove, and memset. by Mon P Wang · 14 years ago
  44. 35d6461 Don't produce a vtable for a class if we have an explicit template instantiation declaration and no key function. We will produce the vtable at the explicit template instantiation. by Rafael Espindola · 14 years ago
  45. eea12d1 Add option and macro definition for AES instructions. Now produces real by Eric Christopher · 14 years ago
  46. 05511fa Improve diagnosing when a method type does not start with '-'|'+' by Fariborz Jahanian · 14 years ago
  47. 61ac1d2 IRgen/NeXT: Remove my refactoring-enabling asserts, and add a FIXME. by Daniel Dunbar · 14 years ago
  48. c7cbed0 Avoid unneeded calls to opt/llvm-dis. by Daniel Dunbar · 14 years ago
  49. fae7bf2 Merge several tests into switch.c. by Daniel Dunbar · 14 years ago
  50. e83be12 IRgen/Obj-C: Eliminate FindIvarInterface, now that ivar's are in the right DeclContexts (-2 FIXMEs). We still have an annoying linear scan + hidden dependency on how Obj-C layout is done. by Daniel Dunbar · 14 years ago
  51. 27a961a AST: Add ObjCIvarDecl::getContainingInterface(). by Daniel Dunbar · 14 years ago
  52. 24e1408 diagnose declaring class extension after its implementation (radar 7822210). by Fariborz Jahanian · 14 years ago
  53. e541d01 NewDebugLoc got renamed to DebugLoc. by Chris Lattner · 14 years ago
  54. a065492 Sema/Obj-C: Narrow type of ObjCIvarDecl::Create, and check additional invariants on the provided DeclContext. by Daniel Dunbar · 14 years ago
  55. 6aae87d Diagnose invalid code with -fobjc-nonfragile-abi2 when by Fariborz Jahanian · 14 years ago
  56. 29fa69a Sema/Obj-C: Narrow type, and simplify. by Daniel Dunbar · 14 years ago
  57. b5b3b30 We seem to get an inconsistent alignment value in the generated by Douglas Gregor · 14 years ago
  58. c90f56d Revert r100193 since it causes failures in objc in clang by Mon P Wang · 14 years ago
  59. a19331f Sema/Obj-C: Simplify -- eliminate dead casts & provable asserts, and narrow type. by Daniel Dunbar · 14 years ago
  60. 2f59979 Rework our handling of copy construction of temporaries, which was a by Douglas Gregor · 14 years ago
  61. 8facca6 Reapply patch for adding support for address spaces and added a isVolatile field to memcpy, memmove, and memset. by Mon P Wang · 14 years ago
  62. 3a2c80f CG/NeXT: Assert some invariants on an ivar's containing decl context that I am about to refactor based on, following some testing. by Daniel Dunbar · 14 years ago
  63. bcc12fd If a constructor is a dependent context, just set the base and member initializers as they are written. Fixes a bug where we wouldn't show initialization order warnings when instantiating. by Anders Carlsson · 14 years ago
  64. ea356fb Diagnose multiple base and member initializers in class templates. by Anders Carlsson · 14 years ago
  65. ec3332b More cleanup. by Anders Carlsson · 14 years ago
  66. 071d610 Constify. by Anders Carlsson · 14 years ago
  67. 58cfbde Minor cleanup. by Anders Carlsson · 14 years ago
  68. 47c24b1 Resolve a layering violation by making AddTaggedVal public for by Chandler Carruth · 14 years ago
  69. 7bbe5f6 Check in a motivating test for the revised access semantics. by John McCall · 14 years ago
  70. db73c68 Correct the calculation of access to more closely model the wording in by John McCall · 14 years ago
  71. 26ad5c0 Update analyzer build. by Ted Kremenek · 14 years ago
  72. 1927b1f Minor cleanup with the ternary operator by Douglas Gregor · 14 years ago
  73. 699fca2 Relax the typesafty rules of block pointers types which by Fariborz Jahanian · 14 years ago
  74. b7a0926 Overhaul checking of non-type template arguments that should refer to by Douglas Gregor · 14 years ago
  75. 5d93ed3 Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enable by Daniel Dunbar · 14 years ago
  76. 12c0ade Fix -Asserts warning, and protect against missing case. by Daniel Dunbar · 14 years ago
  77. ec700a6 Include *.inc in install target by Kovarththanan Rajaratnam · 14 years ago
  78. 9618b85 Use the element type to compute the array size when the base region is a VarRegion. by Zhongxing Xu · 14 years ago
  79. 950db87 Initial support for visiting CXXMemberCallExpr. by Zhongxing Xu · 14 years ago
  80. c603463 adjust to IRBuilder change and use faster DebugLoc apis. by Chris Lattner · 14 years ago
  81. 3a3e584 Improve C++ constructor handling. by Zhongxing Xu · 14 years ago
  82. 6e92883 Fix typo. by Eric Christopher · 14 years ago
  83. 33c9032 First start at wmmintrin.h file with Intel AES-NI instructions. by Eric Christopher · 14 years ago
  84. 75a2d94 Fix a bug (PR 6699) in RegionStore::RemoveDeadBindings() where by Ted Kremenek · 14 years ago
  85. 1eabb7d Improve diagnostics when an elaborated-type-specifer containing a by Douglas Gregor · 14 years ago
  86. 4033642 Change the representation of dependent elaborated-type-specifiers by Douglas Gregor · 14 years ago
  87. 809872e Issue better syntax error when objc's messaging by Fariborz Jahanian · 14 years ago
  88. 4a2023f Extend DependentNameType with a keyword enum that specifies whether by Douglas Gregor · 14 years ago
  89. 0798df7 For reverse data flow analyses, enqueue the blocks in reverse order. by Ted Kremenek · 14 years ago
  90. a3ce8ae Re-bind non-dependent CXXTemporaryObjectExpr nodes as temporaries when by Chandler Carruth · 14 years ago
  91. 5214683 Patch implements gcc's -Wno-protocol option to suppress warning by Fariborz Jahanian · 14 years ago
  92. db2eb5a Remove the AST statistics tracking I added yesterday; it didn't pan out. by Douglas Gregor · 14 years ago
  93. 2405a0a Tweak DataFlowSolver's worklist data structure to have an ordered worklist by Ted Kremenek · 14 years ago
  94. 849b243 Reinstate my CodeModificationHint -> FixItHint renaming patch, without by Douglas Gregor · 14 years ago
  95. 4714c12 Rename TypenameType to DependentNameType in anticipation of some by Douglas Gregor · 14 years ago
  96. 275313c Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder by Douglas Gregor · 14 years ago
  97. d0ebe08 Rename CodeModificationHint to FixItHint, since we've been using the by Douglas Gregor · 14 years ago
  98. 6876fe6 Minor include pruning. by Benjamin Kramer · 14 years ago
  99. b2213dc Define "exploded graph" by reference to a paper. by Jeffrey Yasskin · 14 years ago
  100. aaa210c use the new optimized debug info metadata accessors. In by Chris Lattner · 14 years ago