1. f6cde77 Add printName to DeclarationName which prints the human-readable name on a by Benjamin Kramer · 14 years ago
  2. 900fc63 Add raw_ostream operators to NamedDecl for convenience. Switch over all users of getNameAsString on a stream. by Benjamin Kramer · 14 years ago
  3. 7a22f02 revert r101568, which miscompiles this testcase, distilled from ldecod: by Chris Lattner · 14 years ago
  4. fb36d21 Driver: Add missing claim() for -mllvm options. by Daniel Dunbar · 14 years ago
  5. 26d2427 New test to verify that we see constant integers here. by Eric Christopher · 14 years ago
  6. 691ebc3 Consolidate most of the integer constant expression builtin requirement by Eric Christopher · 14 years ago
  7. f91e56b Wrap 'data' key in quotes. by Ted Kremenek · 14 years ago
  8. b0c0295 Make script actually work. by Ted Kremenek · 14 years ago
  9. 87bdd66 Log code completion data in json format. by Ted Kremenek · 14 years ago
  10. 2ee297f Send code completion data in json format. by Ted Kremenek · 14 years ago
  11. 1af0a2a Remove unneeded assertion and don't return a null CXString. by Ted Kremenek · 14 years ago
  12. 1c6c64b emit warn_char_constant_too_large at most once per literal, fixing PR6852 by Chris Lattner · 14 years ago
  13. 2b334bb make our existing "switch on bool" warning work for C. Since by Chris Lattner · 14 years ago
  14. ca7eaee If a non-noreturn virtual member function is guaranteed not to return, by Douglas Gregor · 14 years ago
  15. 8f00dcf Switch Sema::FindCompositePointerType() over to InitializationSequence. by Douglas Gregor · 14 years ago
  16. 6784704 fix PR6766: codegen of var initialized with wide char by Nuno Lopes · 14 years ago
  17. 575c63a Move Sema::PerformImplicitConversion over to where Sema::TryImplicitConversion is, for my own sanity. No functionality change by Douglas Gregor · 14 years ago
  18. ba70ab6 Make Sema::BuildCXXCastArgument static, since it now only has one caller. No functionality change by Douglas Gregor · 14 years ago
  19. d6e44a3 Collapse the three separate initialization paths in by Douglas Gregor · 14 years ago
  20. e74ef12 Rework USR generation for symbols with no linkage. Many of the USRs are now shortened, by Ted Kremenek · 14 years ago
  21. e826204 ignore Output folder by Nuno Lopes · 14 years ago
  22. fd8db58 ignore Output folder by Nuno Lopes · 14 years ago
  23. 69cf5de add another test for the undef patch just for to have peace of mind :) by Nuno Lopes · 14 years ago
  24. d39a0d6 fix a bogus assertion exposed by a recent change: packing the by Chris Lattner · 14 years ago
  25. cdb30b4 emit padding as undef values, take 2 by Nuno Lopes · 14 years ago
  26. f0e43e5 Switch the checking of implicit casts for static_cast, C-style, and by Douglas Gregor · 14 years ago
  27. 0ade808 Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficient by Nick Lewycky · 14 years ago
  28. d0fe3e9 allow mapping fatal errors to errors. by Chris Lattner · 14 years ago
  29. 74e386e Kill ForceRValue once and for all by Douglas Gregor · 14 years ago
  30. d617b85 Static analyzer: Don't crash when casting a symbolic region address to a float. Fixes PR 6854. by Ted Kremenek · 14 years ago
  31. b7f9e6a Eliminate the ForceRValue parameter from TryCopyInitialization. by Douglas Gregor · 14 years ago
  32. 74eb658 Move Sema::TryCopyInitialization into a static function in by Douglas Gregor · 14 years ago
  33. 23ef6c0 Eliminate ForceRValue parameters from reference binding. Did I mention by Douglas Gregor · 14 years ago
  34. 1deea66 Silence warning. by Benjamin Kramer · 14 years ago
  35. c27d6c5 Eliminate the ForceRValue parameter to Sema::AddOverloadCandidate by Douglas Gregor · 14 years ago
  36. 7ec7752 Eliminate the ForceRValue parameter from most of Sema's Add*Candidate functions. by Douglas Gregor · 14 years ago
  37. 5447a8d Eliminate the ForceRValue parameter from Sema::IsUserDefinedConversion. It's not the way we're going to handle this. by Douglas Gregor · 14 years ago
  38. 471e2ce Eliminate the default value for the UserCast parameter of Sema::IsUserDefinedConversion. No functionality change by Douglas Gregor · 14 years ago
  39. 871f439 Eliminate the Elidable parameter to PerformImplicitConversion; we don't need it. by Douglas Gregor · 14 years ago
  40. 8ed4ff6 Remove this hard-coded buffer size. In some basic experiments preprocessing by Dan Gohman · 14 years ago
  41. 1c7658f Make CGRecordLayoutBuilder deal with wide bit-fields. Will land tests shortly (Daniel, please review). by Anders Carlsson · 14 years ago
  42. 4b16e97 Remove printfs. by Anders Carlsson · 14 years ago
  43. 4cf6f5f More work on wide bit-fields, WIP. by Anders Carlsson · 14 years ago
  44. 81140a5 Add Debug+Coverage to svn:ignore. by Dan Gohman · 14 years ago
  45. 72468ec Start working on handling wide bitfields in C++ by Anders Carlsson · 14 years ago
  46. 0f0e9b0 Rename the ASTContext member 'Context'. by Anders Carlsson · 14 years ago
  47. 66791df Only predefine the macro _GNU_SOURCE in C++ mode when we're on a by Douglas Gregor · 14 years ago
  48. ce2b41d tidy up by Chris Lattner · 14 years ago
  49. ccfa963 Expand the argument diagnostics for too many arguments and give by Eric Christopher · 14 years ago
  50. d77b9a2 Expand argument diagnostic for too few arguments to give the number by Eric Christopher · 14 years ago
  51. e42e987 Convert libCIndex to use the new native EXPORTED_SYMBOL_FILE mechanism. by Dan Gohman · 14 years ago
  52. ce487ef Fix a bug in caret-line-pruning logic that only happens when we have a by Douglas Gregor · 14 years ago
  53. c0b3964 Audit uses of Sema::LookupSingleName for those lookups that are by Douglas Gregor · 14 years ago
  54. c83c687 Feed proper source-location information into Sema::LookupSingleResult, by Douglas Gregor · 14 years ago
  55. 6f15395 Better support USRs for anonymous enums, structs, by including the location where by Ted Kremenek · 14 years ago
  56. 2ba6c81 Specify temporary file for -emit-llvm output in test case so that we don't deposit the file by Ted Kremenek · 14 years ago
  57. 1865cfe Do not generate USRs for declarations with 'no linkage' except for enums, structs, typedefs. by Ted Kremenek · 14 years ago
  58. c75d6cc Improve the bit-field too wide error message. by Anders Carlsson · 14 years ago
  59. bf422f9 Diagnose attempts to throw an abstract class type. by Douglas Gregor · 14 years ago
  60. 1b49d76 Fix PR 6844, a regression caused by the introduction of llvm_unreachable for the default by Ted Kremenek · 14 years ago
  61. 9791357 Split adding the primary virtual base offsets out into a separate pass. This fixes a bug where we would lay out virtual bases in the wrong order. by Anders Carlsson · 14 years ago
  62. af68d4e Fix a few cases where enum constant handling was using by Douglas Gregor · 14 years ago
  63. fb937b8 clang -cc1: Add a -fno-bitfield-type-align option, for my own testing purposes. by Daniel Dunbar · 14 years ago
  64. b6830d6 Tweak spelling (Bitfield -> BitField) by Daniel Dunbar · 14 years ago
  65. d4a97a1 Teach -fixit to modify all of its inputs instead of just the main file, unless by Nick Lewycky · 14 years ago
  66. 264b7f2 Include sender address in completion log. by Ted Kremenek · 14 years ago
  67. f404686 Tidy up comment. by Daniel Dunbar · 14 years ago
  68. b6a1693 Add TargetInfo::useBitfieldTypeAlignment(). by Daniel Dunbar · 14 years ago
  69. 3f87fb0 Driver/Frontend: Add support for -mllvm, which forwards options to the LLVM option parser. by Daniel Dunbar · 14 years ago
  70. 2df2569 IRgen: Change CGBitFieldInfo to take the AccessInfo as constructor arguments, it is now an immutable object. by Daniel Dunbar · 14 years ago
  71. 7fb6195 IRgen: Eliminate now unused fields from CGBitFieldInfo. by Daniel Dunbar · 14 years ago
  72. 2677261 IRgen: (Reapply 101222, with fixes) Move EmitStoreThroughBitfieldLValue to use new CGBitfieldInfo::AccessInfo decomposition, instead of computing the access policy itself. by Daniel Dunbar · 14 years ago
  73. e57aa9e Rewrite handling of 64-bit palignr intrinsics to be vector shuffles. by Eric Christopher · 14 years ago
  74. b13c170 Teach ASTVector::append() about the case where 'NumInputs' is 0. This hopefully fixes by Ted Kremenek · 14 years ago
  75. 66cf36d Add simple python server for recording code completion timings. by Ted Kremenek · 14 years ago
  76. da7af32 Add optional timing logging for code completion results. This causes a UDP packet by Ted Kremenek · 14 years ago
  77. 325e593 Warn about non-aggregate classes with no user-declared constructors by Douglas Gregor · 14 years ago
  78. 1a8cf73 Always diagnose and complain about problems in by Douglas Gregor · 14 years ago
  79. 4cd8494 Fix 80-cols violtaions by Sean Hunt · 14 years ago
  80. 1864f2e Once we've emitted a fatal diagnostic, keep counting errors but with a by Douglas Gregor · 14 years ago
  81. 6cd1e7c Make CXLanguage_Invalid the first enum value (with '0' as its value) in CXLanguageKind. by Ted Kremenek · 14 years ago
  82. 94b24db Fix a -pedantic spurious warning involving @dynamic. by Fariborz Jahanian · 14 years ago
  83. ab866b4 improve altivec c++ support by adding casts, patch by Anton Yartsev! by Chris Lattner · 14 years ago
  84. 1aae80b Thread a Scope pointer into BuildRecoveryCallExpr to help typo by Douglas Gregor · 14 years ago
  85. aaf8716 Teach typo correction about various language keywords. We can't by Douglas Gregor · 14 years ago
  86. 931f98a Return the corrected DeclarationName from Sema::CorrectTypo rather by Douglas Gregor · 14 years ago
  87. f8f8eba IRgen/NeXT: Simplify to use AST record layout for getting offsets instead of the by Daniel Dunbar · 14 years ago
  88. 55b3884 When diagnosing suspicious precedence or assignments, move the fix-it by Douglas Gregor · 14 years ago
  89. 868e78d Move GRStmtNodeBuilder::MakeNode() out of line. No functionality change. by Zhongxing Xu · 14 years ago
  90. 477323d Add support for CXXBoolLiteralExpr. by Zhongxing Xu · 14 years ago
  91. 21f6d6e Use direct assignment instead of user defined conversion. by Zhongxing Xu · 14 years ago
  92. 96c250a Speculatively revert "IRgen: Move EmitStoreThroughBitfieldLValue to use new CGBitfieldInfo::AccessInfo decomposition, instead of computing the access policy itself.", I think it might be breaking bootstrap. by Daniel Dunbar · 14 years ago
  93. 86d0ef7 Improve line marker directive locations, patch by Jordy Rose by Chris Lattner · 14 years ago
  94. 2700831 add builtin for __builtin_vsprintf, patch by Paul Davey by Chris Lattner · 14 years ago
  95. 89cdaa9 IRgen: Move EmitStoreThroughBitfieldLValue to use new CGBitfieldInfo::AccessInfo decomposition, instead of computing the access policy itself. by Daniel Dunbar · 14 years ago
  96. e792584 IRgen: Tweak CGBitFieldInfo doxyments & add an accessor. by Daniel Dunbar · 14 years ago
  97. 8877321 make the token paste avoidance logic turn "..." into ".. ." instead of ". . ." by Chris Lattner · 14 years ago
  98. dd17394 implement altivec.h and a bunch of support code, patch by Anton Yartsev! by Chris Lattner · 14 years ago
  99. 6be3cb8 remove some obsolete super-handling code that I forgot to zap. by Chris Lattner · 14 years ago
  100. 47bd543 Implement typo correction for Objective-C message sends when the by Douglas Gregor · 14 years ago