1. 86d85b8 remove some ad-hocery and use DefineTypeSize for more things. by Chris Lattner · 15 years ago
  2. 996fecc refactor some code into a DefineTypeSize function. by Chris Lattner · 15 years ago
  3. db76684 default diag::err_pp_file_not_found to mapping to fatal, by Chris Lattner · 15 years ago
  4. 1522142 don't emit any diagnostics after a fatal one. by Chris Lattner · 15 years ago
  5. 4132758 handle fatal errors, rely on warnings to point out missing cases. by Chris Lattner · 15 years ago
  6. 11e5a7f Use ASTContext's allocator to deallocate Stmt objects instead of using 'delete'. This fixes <rdar://problem/6561143>. by Ted Kremenek · 15 years ago
  7. 5e83baa ccc: Give explicit error on @ style argument lists (not yet supported). by Daniel Dunbar · 15 years ago
  8. bbd34e6 ccc: Implement special language recognition handling for -. by Daniel Dunbar · 15 years ago
  9. fab9d67 Improve the representation of template type parameters. We now by Douglas Gregor · 15 years ago
  10. 4a3aed9 Updated checker build. by Ted Kremenek · 15 years ago
  11. 7fc24e2 allow mapping errors to fatal. by Chris Lattner · 15 years ago
  12. 0aad297 document fatal by Chris Lattner · 15 years ago
  13. da0cbc1 add support to the diagnostics machinery for mapping warnings and by Chris Lattner · 15 years ago
  14. a92206e Add 'AppendValue' to the list of magic CF function names that cause a tracked object to escape. Fixes <rdar://problem/6560661>. by Ted Kremenek · 15 years ago
  15. 0e81f4b objc2's nonfragile-abi - API selection for when receiver is a class by Fariborz Jahanian · 15 years ago
  16. 96f2147 Follow Eli's advice and store the VLA size with the native size_t type. Fixes PR3491. by Anders Carlsson · 15 years ago
  17. 1a6b368 More objc2's API chanes. by Fariborz Jahanian · 15 years ago
  18. 7dda67d Improvements and fixes for name lookup with using directives, from Piotr Rak! by Douglas Gregor · 15 years ago
  19. 399f5dd I didn't mean to change this. by Chris Lattner · 15 years ago
  20. f7ea67a Add Debian gcc 4.3 header search directories. by Torok Edwin · 15 years ago
  21. c170852 #ifdef'out out objc2 API selection which is not done in gcc (unlike by Fariborz Jahanian · 15 years ago
  22. 13794eb Update checker build. by Ted Kremenek · 15 years ago
  23. df2d3cf Fix the symptom of the regression, by having the CXXConditionDeclExpr not destroy its Decl. by Sebastian Redl · 15 years ago
  24. 76ad2e8 Put the invalid flag of OwningResult into the Action pointer. by Sebastian Redl · 15 years ago
  25. 0defd76 Remove some non-ASCII in comment. by Sebastian Redl · 15 years ago
  26. c216edb Add bare bones test that parameter passing is consistent for by Daniel Dunbar · 15 years ago
  27. 2fbf2f5 Implement Direct ABIInfo semantics. by Daniel Dunbar · 15 years ago
  28. 2969a02 Simplify test for whether we need an alloca to hold an indirect return by Daniel Dunbar · 15 years ago
  29. 1f74598 Implement ABI Indirect sematics for arguments. by Daniel Dunbar · 15 years ago
  30. 11e383a Merge ABIInfo StructRet/ByVal into Indirect. by Daniel Dunbar · 15 years ago
  31. 06ebe86 make clang agree with gcc 4.2's x86-64 predefines and settings. by Chris Lattner · 15 years ago
  32. 659dc14 correct and generalize computation of __INTMAX_MAX__. by Chris Lattner · 15 years ago
  33. 3fa8f74 privatize some stuff. by Chris Lattner · 15 years ago
  34. d427ad4 fix some differences between apple gcc and clang on darwin/x86-32. by Chris Lattner · 15 years ago
  35. 13e8173 Pull CodeGenFunction::GetUndefRValue() out of EmitUnsupportedRValue. by Daniel Dunbar · 15 years ago
  36. 026c663 Make SymbolicRegion subclass TypedRegion, for symbols usually have types, so by Zhongxing Xu · 15 years ago
  37. cf70177 Remove a bunch of obscene double-buffering of BugReports in the retain/release by Ted Kremenek · 15 years ago
  38. c1212a3 ccc: Translate -O to -O1 for clang, and only pass last -O option. by Daniel Dunbar · 15 years ago
  39. a6f80ef Reapply Daniel's patch to match up with llvm 63765. by Dale Johannesen · 15 years ago
  40. 3170c93 x86-32: Use Ignore to avoid passing empty structs (instead of Expand). by Daniel Dunbar · 15 years ago
  41. ca00882 Honor ByVal alignment. Patch by Nate Begeman! by Daniel Dunbar · 15 years ago
  42. ef16378 This patch generates messaging code for objc2's non-fragile abi. by Fariborz Jahanian · 15 years ago
  43. 497a856 Initialize alignment field for ByVal ABIInfo correctly. by Daniel Dunbar · 15 years ago
  44. e45e57f Fix regression: Leak (BugType) object should have 'isLeak()' return true. by Ted Kremenek · 15 years ago
  45. 35e67d4 Unbreak CGFunctionInfo::Profile method and reenable caching of ABI information. by Daniel Dunbar · 15 years ago
  46. cf118d4 Overhaul BugReporter interface and implementation. The new interface cleans up by Ted Kremenek · 15 years ago
  47. a9b6634 Chase LLVM TOT in circles (i.e., revert r63773 to match revert of r63765). by Daniel Dunbar · 15 years ago
  48. 6f7279b Add ABIArgInfo::dump() by Daniel Dunbar · 15 years ago
  49. eeb15d4 Implement semantic analysis for the GNU flexible array initialization by Douglas Gregor · 15 years ago
  50. 98eb8a7 Add support for blocks with explicit return types. by Mike Stump · 15 years ago
  51. 90350b6 Use correct signature for calling enumeration mutation function. by Daniel Dunbar · 15 years ago
  52. 747f06a Temporarily disable caching of ABI results; this is going horribly by Daniel Dunbar · 15 years ago
  53. 33b399a Implement taking address of member functions, including overloaded ones. by Sebastian Redl · 15 years ago
  54. 33244aa ccc: Forward -femit-all-decls to clang and use an option group to by Daniel Dunbar · 15 years ago
  55. 326a327 Test case for -femit-all-decls. by Daniel Dunbar · 15 years ago
  56. d604c40 Add -femit-all-decls codegen option. by Daniel Dunbar · 15 years ago
  57. 4b5f0a4 Add asserts that the function signature matches the other arguments provide by Daniel Dunbar · 15 years ago
  58. 42c9ffd (llvm up) Update for intrinsic lookup changes. by Daniel Dunbar · 15 years ago
  59. 83a8a75 Some early code for objc2's nonfragile abi messaging. by Fariborz Jahanian · 15 years ago
  60. b3716ef Patch fixes messaging for GNU runtime. Patch by David Chisnall by Fariborz Jahanian · 15 years ago
  61. c8f2d9a smaller header. by Chris Lattner · 15 years ago
  62. be5c64d Fix PR3464 by searching for headers from the predefines by Chris Lattner · 15 years ago
  63. d62ef1a Ok, we need a system header for this test to pass in the clang/test directory as well as from the pp directory. by Chris Lattner · 15 years ago
  64. cd22f81 fix test by Chris Lattner · 15 years ago
  65. df23f2b rename again by Chris Lattner · 15 years ago
  66. 72650ad rename some tests by Chris Lattner · 15 years ago
  67. 4da9f9c include smaller header for test. by Chris Lattner · 15 years ago
  68. 7bd154a add DeclTemplate.h/cpp by Chris Lattner · 15 years ago
  69. d6efafa Improve documentation for Sema::getTypeName. Also, it's return type is by Douglas Gregor · 15 years ago
  70. 18d76c2 Note the Radar number that corresponds to PR3137 by Douglas Gregor · 15 years ago
  71. 90f76f2 Update checker build. by Ted Kremenek · 15 years ago
  72. aaba5e3 Basic representation of C++ class templates, from Andrew Sutton. by Douglas Gregor · 15 years ago
  73. 0e8aaaf Test for PR3137. by Eli Friedman · 15 years ago
  74. 47b9a1c Some name-lookup-related fixes, from Piotr Rak! by Douglas Gregor · 15 years ago
  75. 818cb9e Fix <rdar://problem/6552648> error: redefinition of 'XCElementAnchorDelegate' as different kind of symbol. by Steve Naroff · 15 years ago
  76. b696ea3 Diagnose ambiguities in getTypeName. Fixes http://llvm.org/bugs/show_bug.cgi?id=3475 by Douglas Gregor · 15 years ago
  77. f680a0f Bring operator name lookup (as required for C++ operator overloading) by Douglas Gregor · 15 years ago
  78. 09413dc Argument Dependent Lookup is done (for now). Also, update the status by Douglas Gregor · 15 years ago
  79. 1733001 Fix our semantic analysis of by Douglas Gregor · 15 years ago
  80. 20bcd55 An idea for limiting diagnostic output, from David Abrahams by Douglas Gregor · 15 years ago
  81. fb54849 ccc: -ObjC and -ObjC++ change default language, but only for "source files". by Daniel Dunbar · 15 years ago
  82. 8b29a38 Handle demotion of coerced arguments (as in void a(x) short x; { ... }). by Daniel Dunbar · 15 years ago
  83. 137b6a6 Implement handling of file entry/exit notifications from GNU by Chris Lattner · 15 years ago
  84. bd16209 # 42 doesn't change system header state either, add test. by Chris Lattner · 15 years ago
  85. 6b30667 make getFileCharacteristic linetable aware. line markers that by Chris Lattner · 15 years ago
  86. 9d79eba propagate linemarker flags down into the the line table, currently by Chris Lattner · 15 years ago
  87. 6c1fbe0 replace gimpy linear search with svelte binary search ;-) by Chris Lattner · 15 years ago
  88. 97c4d47 Remove dead code. by Zhongxing Xu · 15 years ago
  89. 1c4a498 make my atrocious linear search at least search in the order that is by Chris Lattner · 15 years ago
  90. 953b4b0 Add simple #line directive test. by Chris Lattner · 15 years ago
  91. 0e0e5da add comment by Chris Lattner · 15 years ago
  92. 4e69fd5 spelling change. by Chris Lattner · 15 years ago
  93. fc39133 add the difference in the line marker phys line number and the by Chris Lattner · 15 years ago
  94. 3cd949c add really really trivial #line support, where #line now makes every by Chris Lattner · 15 years ago
  95. a3824c6 simplify. by Chris Lattner · 15 years ago
  96. 30fc933 lower the interface to getLineNumber like we did for by Chris Lattner · 15 years ago
  97. e7353a6 Force triple for this test case. by Daniel Dunbar · 15 years ago
  98. 7da5aea make SM::getColumnNumber take a predecomposed FileID/offset, which by Chris Lattner · 15 years ago
  99. be395f6 Update passing of _Bool values to match what function was declared to take. by Daniel Dunbar · 15 years ago
  100. 34c94a2 Change construction of common ObjC functions to use CGCall by Daniel Dunbar · 15 years ago