1. 405634b Minor ASTUnit cleanups: by Douglas Gregor · 15 years ago
  2. 2eec0b2 IRgen: Lift BitFieldInfo to CGBitFieldInfo at namespace level. by Daniel Dunbar · 15 years ago
  3. 56229f5 Add a FIXME and reduce nesting. by Daniel Dunbar · 15 years ago
  4. 09d9fa1 Code completion results that refer to macros now get the cursor kind by Douglas Gregor · 15 years ago
  5. 7b73b92 Always assume block-level expressions in the caller are alive when analyzing by Zhongxing Xu · 15 years ago
  6. b3e485c Since now we process regions in clusters when removing dead bindings, this by Zhongxing Xu · 15 years ago
  7. 3ecd785 Reapply patch for adding support for address spaces and added a isVolatile field to memcpy, memmove, and memset. by Mon P Wang · 15 years ago
  8. 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 · 15 years ago
  9. eea12d1 Add option and macro definition for AES instructions. Now produces real by Eric Christopher · 15 years ago
  10. 05511fa Improve diagnosing when a method type does not start with '-'|'+' by Fariborz Jahanian · 15 years ago
  11. 61ac1d2 IRgen/NeXT: Remove my refactoring-enabling asserts, and add a FIXME. by Daniel Dunbar · 15 years ago
  12. c7cbed0 Avoid unneeded calls to opt/llvm-dis. by Daniel Dunbar · 15 years ago
  13. fae7bf2 Merge several tests into switch.c. by Daniel Dunbar · 15 years ago
  14. 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 · 15 years ago
  15. 27a961a AST: Add ObjCIvarDecl::getContainingInterface(). by Daniel Dunbar · 15 years ago
  16. 24e1408 diagnose declaring class extension after its implementation (radar 7822210). by Fariborz Jahanian · 15 years ago
  17. e541d01 NewDebugLoc got renamed to DebugLoc. by Chris Lattner · 15 years ago
  18. a065492 Sema/Obj-C: Narrow type of ObjCIvarDecl::Create, and check additional invariants on the provided DeclContext. by Daniel Dunbar · 15 years ago
  19. 6aae87d Diagnose invalid code with -fobjc-nonfragile-abi2 when by Fariborz Jahanian · 15 years ago
  20. 29fa69a Sema/Obj-C: Narrow type, and simplify. by Daniel Dunbar · 15 years ago
  21. b5b3b30 We seem to get an inconsistent alignment value in the generated by Douglas Gregor · 15 years ago
  22. c90f56d Revert r100193 since it causes failures in objc in clang by Mon P Wang · 15 years ago
  23. a19331f Sema/Obj-C: Simplify -- eliminate dead casts & provable asserts, and narrow type. by Daniel Dunbar · 15 years ago
  24. 2f59979 Rework our handling of copy construction of temporaries, which was a by Douglas Gregor · 15 years ago
  25. 8facca6 Reapply patch for adding support for address spaces and added a isVolatile field to memcpy, memmove, and memset. by Mon P Wang · 15 years ago
  26. 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 · 15 years ago
  27. 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 · 15 years ago
  28. ea356fb Diagnose multiple base and member initializers in class templates. by Anders Carlsson · 15 years ago
  29. ec3332b More cleanup. by Anders Carlsson · 15 years ago
  30. 071d610 Constify. by Anders Carlsson · 15 years ago
  31. 58cfbde Minor cleanup. by Anders Carlsson · 15 years ago
  32. 47c24b1 Resolve a layering violation by making AddTaggedVal public for by Chandler Carruth · 15 years ago
  33. 7bbe5f6 Check in a motivating test for the revised access semantics. by John McCall · 15 years ago
  34. db73c68 Correct the calculation of access to more closely model the wording in by John McCall · 15 years ago
  35. 26ad5c0 Update analyzer build. by Ted Kremenek · 15 years ago
  36. 1927b1f Minor cleanup with the ternary operator by Douglas Gregor · 15 years ago
  37. 699fca2 Relax the typesafty rules of block pointers types which by Fariborz Jahanian · 15 years ago
  38. b7a0926 Overhaul checking of non-type template arguments that should refer to by Douglas Gregor · 15 years ago
  39. 5d93ed3 Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enable by Daniel Dunbar · 15 years ago
  40. 12c0ade Fix -Asserts warning, and protect against missing case. by Daniel Dunbar · 15 years ago
  41. ec700a6 Include *.inc in install target by Kovarththanan Rajaratnam · 15 years ago
  42. 9618b85 Use the element type to compute the array size when the base region is a VarRegion. by Zhongxing Xu · 15 years ago
  43. 950db87 Initial support for visiting CXXMemberCallExpr. by Zhongxing Xu · 15 years ago
  44. c603463 adjust to IRBuilder change and use faster DebugLoc apis. by Chris Lattner · 15 years ago
  45. 3a3e584 Improve C++ constructor handling. by Zhongxing Xu · 15 years ago
  46. 6e92883 Fix typo. by Eric Christopher · 15 years ago
  47. 33c9032 First start at wmmintrin.h file with Intel AES-NI instructions. by Eric Christopher · 15 years ago
  48. 75a2d94 Fix a bug (PR 6699) in RegionStore::RemoveDeadBindings() where by Ted Kremenek · 15 years ago
  49. 1eabb7d Improve diagnostics when an elaborated-type-specifer containing a by Douglas Gregor · 15 years ago
  50. 4033642 Change the representation of dependent elaborated-type-specifiers by Douglas Gregor · 15 years ago
  51. 809872e Issue better syntax error when objc's messaging by Fariborz Jahanian · 15 years ago
  52. 4a2023f Extend DependentNameType with a keyword enum that specifies whether by Douglas Gregor · 15 years ago
  53. 0798df7 For reverse data flow analyses, enqueue the blocks in reverse order. by Ted Kremenek · 15 years ago
  54. a3ce8ae Re-bind non-dependent CXXTemporaryObjectExpr nodes as temporaries when by Chandler Carruth · 15 years ago
  55. 5214683 Patch implements gcc's -Wno-protocol option to suppress warning by Fariborz Jahanian · 15 years ago
  56. db2eb5a Remove the AST statistics tracking I added yesterday; it didn't pan out. by Douglas Gregor · 15 years ago
  57. 2405a0a Tweak DataFlowSolver's worklist data structure to have an ordered worklist by Ted Kremenek · 15 years ago
  58. 849b243 Reinstate my CodeModificationHint -> FixItHint renaming patch, without by Douglas Gregor · 15 years ago
  59. 4714c12 Rename TypenameType to DependentNameType in anticipation of some by Douglas Gregor · 15 years ago
  60. 275313c Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder by Douglas Gregor · 15 years ago
  61. d0ebe08 Rename CodeModificationHint to FixItHint, since we've been using the by Douglas Gregor · 15 years ago
  62. 6876fe6 Minor include pruning. by Benjamin Kramer · 15 years ago
  63. b2213dc Define "exploded graph" by reference to a paper. by Jeffrey Yasskin · 15 years ago
  64. aaa210c use the new optimized debug info metadata accessors. In by Chris Lattner · 15 years ago
  65. aec5860 Support __attribute__((unused)) on types. This suddenly started firing by John McCall · 15 years ago
  66. 7727acf Fix PR6327: restore invariants when there's a parse error in an initializer. by John McCall · 15 years ago
  67. 32daa42 Regularize support for naming conversion functions in using decls. by John McCall · 15 years ago
  68. 198bcb4 IRGen: Move the auxiliary data structures tracking AST -> LLVM mappings out of CodeGenTypes, to per-record CGRecordLayout structures. by Daniel Dunbar · 15 years ago
  69. 490fc90 CGRecordLayoutBuilder: Switch unions to use same mechanism for tracking field and bit-field info as structs. by Daniel Dunbar · 15 years ago
  70. c50a5e0 Add a few asserts to be on the safe side. by Argyrios Kyrtzidis · 15 years ago
  71. b57c757 Don't skip past the '}' if an expression has error and is not followed by ';'. by Argyrios Kyrtzidis · 15 years ago
  72. 031b371 Drastically simplify the computation of linkage for typeinfo by using by Douglas Gregor · 15 years ago
  73. 270e203 IRGen: Hide CGRecordLayoutBuilder class, because I can. by Daniel Dunbar · 15 years ago
  74. bd63e02 Remove silly temporary comment. by John McCall · 15 years ago
  75. 23cba80 Introduce a new kind of derived-to-base cast which bypasses the need for by John McCall · 15 years ago
  76. 658f679 Slightly relax test case. An upcoming LLVM commit will change the xor instruction. by Jakob Stoklund Olesen · 15 years ago
  77. 7c76027 Fix test in -Asserts build. by Daniel Dunbar · 15 years ago
  78. 842f07b Recognize __attribute__((NSObject)) directly applied by Fariborz Jahanian · 15 years ago
  79. b5896c3 Revert Mon Ping's 99930 due to broken llvm-gcc buildbots. by Bob Wilson · 15 years ago
  80. 69d66b2 Formatting tweaks. by Daniel Dunbar · 15 years ago
  81. 7c465b9 IRGen: Narrow getCGRecordLayout type. by Daniel Dunbar · 15 years ago
  82. 2924ade IRgen: Move CGRecordLayout to its own happy little file. by Daniel Dunbar · 15 years ago
  83. f858da6 Minor formatting/FIXME cleanups. by Daniel Dunbar · 15 years ago
  84. e2f5ba9 Fix an oversight with access control for address-of-function. by John McCall · 15 years ago
  85. 425ef72 Remember the regparm attribute in FunctionType::ExtInfo. Fixes PR3782. by Rafael Espindola · 15 years ago
  86. 7fd3a64 When "delayed parsing" C++ default arguments, if there is an error, there may be tokens left in the token stream by Argyrios Kyrtzidis · 15 years ago
  87. 3be9678 Add a test for C++ [stmt.select]p3, which specifies that redeclaring a by Douglas Gregor · 15 years ago
  88. 6bb8017 Propagate the "found declaration" (i.e. the using declaration instead of by John McCall · 15 years ago
  89. 366ed48 Fix this test on windows. When running on windows we print by Rafael Espindola · 15 years ago
  90. 3b5caa2 Added support for address spaces and added a isVolatile field to memcpy, memmove, and memset by Mon P Wang · 15 years ago
  91. 5e40291 Improve diagnostics when printing a template instantiation backtrace by Douglas Gregor · 15 years ago
  92. 4552ff0 RegionStore: specially handle loads from integer global variables declared 'const'. by Ted Kremenek · 15 years ago
  93. 2cf073b Use 'const Optional<SVal>&' to avoid an extra copy. by Ted Kremenek · 15 years ago
  94. 264ba48 the big refactoring bits of PR3782. by Rafael Espindola · 15 years ago
  95. f540305 Introduce new AST statistics that keep track of the number of isa (or by Douglas Gregor · 15 years ago
  96. 8891c42 Change the analyzer to recognize (but ignore) assignments to isa. Fixes PR 6302. by Ted Kremenek · 15 years ago
  97. f031774 Add Support for 'warn_unused_result" attribute on by Fariborz Jahanian · 15 years ago
  98. e0f3867 Don't produce a vtable if we are just instantiating a method and the by Rafael Espindola · 15 years ago
  99. 0cc70f1 Fix FileEntry declaration. by Daniel Dunbar · 15 years ago
  100. 95dd558 Teach Clang's -cc1 option -print-stats to print LLVM statistics. by Douglas Gregor · 15 years ago