1. 3f86b78 Fix a typo. by Dan Gohman · 14 years ago
  2. 7b73350 improve comments. by Chris Lattner · 14 years ago
  3. 2e29a99 add radar # by Chris Lattner · 14 years ago
  4. bbae8b4 fix 2xi16 to pass as i32 instead of <2 x i16>. The former passes in by Chris Lattner · 14 years ago
  5. f164b6e clang.xcodeproj updated. by Fariborz Jahanian · 14 years ago
  6. 0fefa41 vector of long and ulong are also classified as INTEGER in x86-64 abi, by Chris Lattner · 14 years ago
  7. 473f8e7 1 x ulonglong needs to be classified as INTEGER, just like 1 x longlong, by Chris Lattner · 14 years ago
  8. cebc376 ...I forgot to check my new test after adding it, and lo, there's slightly different by John McCall · 14 years ago
  9. 9e46b8c Make sure we clear TypeSpecOwned when setting TypeSpecType to something when by John McCall · 14 years ago
  10. 2d9e21f Tweak the @selector completion to collapse multiple informative and by Douglas Gregor · 14 years ago
  11. 3cdee12 When code-completing a potential call to a C++ non-static member by Douglas Gregor · 14 years ago
  12. 38a4ffe Work around a gcc warning. by John McCall · 14 years ago
  13. e7ab92e Fix miscompilation. The cookie was not used when new'ing arrays with multiple dimensions. by Argyrios Kyrtzidis · 14 years ago
  14. f0a5d6f clang-interpreter: libFrontend depends on libSerialization. Fix linux build by changing the link order. by Benjamin Kramer · 14 years ago
  15. 458433d Implement code completion for @selector expressions by Douglas Gregor · 14 years ago
  16. 9a2d44c More ordering tweaks in this silly, silly test by Douglas Gregor · 14 years ago
  17. 0ca08af mark boost's tracking bug as fixed by Gabor Greif · 14 years ago
  18. 043266b Tweak wording in an assertion, from dawn@burble.org. by Douglas Gregor · 14 years ago
  19. 06b901b Update clang-interpreter for recent DiagnosticClient ownership changes. by Benjamin Kramer · 14 years ago
  20. 1e5e668 Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  21. f29815a Missed a couple. by John McCall · 14 years ago
  22. 6d9496d Apparently gcc doesn't always get injected class names right. by John McCall · 14 years ago
  23. ea31864 Move things around so that Sema.h no longer depends on even DeclBase.h. by John McCall · 14 years ago
  24. a8b7a7d tame an assertion, fixing rdar://8357396 by Chris Lattner · 14 years ago
  25. 77c0590 CGValue: Increase width of allowed alignment. We could switch to log2, but we by Daniel Dunbar · 14 years ago
  26. 1cb237f Revert r112149, "Move the sorting of code-completion results out of the main by Daniel Dunbar · 14 years ago
  27. 12f740f Revert r112154, "Fix thinko in sorting operation", it depends on r112149 which by Daniel Dunbar · 14 years ago
  28. a958422 Tweak test to avoid checking for a specific ordering where none exists by Douglas Gregor · 14 years ago
  29. d931b08 De-memberify the VarDecl and FunctionDecl StorageClass enums. by John McCall · 14 years ago
  30. 86d0065 Fix thinko in sorting operation by Douglas Gregor · 14 years ago
  31. afbf5f8 Fix a typo. by Dan Gohman · 14 years ago
  32. be13afe Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  33. 9c3087b Restore r112114 now that SmallVector<...,0> is safe. by John McCall · 14 years ago
  34. faf9404 Move some type defines from smmintrin.h to emmintrin.h to match where by Eric Christopher · 14 years ago
  35. 95f3355 Add libclang API hook "clang_getIBOutletCollectionType" to query the collection type for iboutletcollection attributes. by Ted Kremenek · 14 years ago
  36. 2dc70ad Driver/Darwin: Switch back to old toolchain, looks like new one isn't quite by Daniel Dunbar · 14 years ago
  37. c460889 zap dead ctor by Chris Lattner · 14 years ago
  38. e361cc3 IRgen/NEON: Fix codegen of vzip and vzipq. by Daniel Dunbar · 14 years ago
  39. 5edbd23 Driver: Fix thinko where I switched to always using the old toolchain, instead by Daniel Dunbar · 14 years ago
  40. 3a0e392 Driver/Darwin: Pass the right arch specific dir for ARM, when linking. by Daniel Dunbar · 14 years ago
  41. 0ad106f Revert r112114, "Pull DelayedDiagnostic and AccessedEntity out into their own by Daniel Dunbar · 14 years ago
  42. e84f9eb With lax vector conversions (the default) make sure we convert between two by Eric Christopher · 14 years ago
  43. 9214819 Revert "Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  44. 0ad8b46 Add DelayedDiagnostic.h to xcode project file. by Fariborz Jahanian · 14 years ago
  45. 930c133 More update of clang.xcodeproj for recent changes. by Fariborz Jahanian · 14 years ago
  46. 5ad502f Update clang.xcodeproj for recent refactorings. by Fariborz Jahanian · 14 years ago
  47. 0f93758 Fix typo in error message and testcase. by Eric Christopher · 14 years ago
  48. 6790634 Pull DelayedDiagnostic and AccessedEntity out into their own header. by John McCall · 14 years ago
  49. 8028bfa Revert r112043, static volatiles are removed by the optimizer. Thanks Chris! by Argyrios Kyrtzidis · 14 years ago
  50. 22fd4ba Finally pass "two floats in a 64-bit unit" as a <2 x float> instead of by Chris Lattner · 14 years ago
  51. d293298 Fix miscompilation. The custom new[]/delete[] methods were not getting called for arrays with more than 1 dimension. by Argyrios Kyrtzidis · 14 years ago
  52. 916d054 Add missing null checks in PseudoConstantAnalysis by Tom Care · 14 years ago
  53. 967fea6 Improved the handling of blocks and block variables in PseudoConstantAnalysis by Tom Care · 14 years ago
  54. 141a4d4 Fix RUN line in test. by Ted Kremenek · 14 years ago
  55. d8b0a84 When annotating tokens, don't fallback to annotating with a null cursor for cursors that come before a macro instantiation. Fixes <rdar://problem/7974151>. by Ted Kremenek · 14 years ago
  56. c7ed372 Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  57. 2d88708 Split out a header to hold APIs meant for the Sema implementation from Sema.h. by John McCall · 14 years ago
  58. 4710a8e Fix a typo. by Dan Gohman · 14 years ago
  59. 721f359 When combining the code-completion results from Sema long with the by Douglas Gregor · 14 years ago
  60. 8bea82f Fix horrible white space errors. by Michael J. Spencer · 14 years ago
  61. c1a3e5e Initialize the translation-unit scope before lexing the first by Douglas Gregor · 14 years ago
  62. 59a6694 Add a missing case by Douglas Gregor · 14 years ago
  63. c9c29a8 Fix an off-by-one error when computing the precompiled preamble for by Douglas Gregor · 14 years ago
  64. 4125c37 Make the cursor kind of macro-name-only completions produced by by Douglas Gregor · 14 years ago
  65. 938e5a1 Robustify test. by Devang Patel · 14 years ago
  66. 44f57f0 Test for previous commit by Douglas Gregor · 14 years ago
  67. af1c6b5 Add a code-completion context for "natural language" completions, so by Douglas Gregor · 14 years ago
  68. 55817af Introduce a preprocessor code-completion hook for contexts where we by Douglas Gregor · 14 years ago
  69. 1e32ca6 Implement __builtin_printf, __builtin_fprintf. Fixes <rdar://problem/8336581>. by Douglas Gregor · 14 years ago
  70. 993cdca Silence a GCC warning saying that unsigned >= UO_PostInc is always true. by Benjamin Kramer · 14 years ago
  71. 2de56d1 GCC didn't care for my attempt at API compatibility, so brute-force everything by John McCall · 14 years ago
  72. 0799c53 Random space optimization. by John McCall · 14 years ago
  73. 58b5259 Recursive functions should be marked when used from another function. Fixes http://llvm.org/PR7923. by Argyrios Kyrtzidis · 14 years ago
  74. 5baba9d More incremental progress towards not including Expr.h in Sema.h. by John McCall · 14 years ago
  75. f869d20 Make sure volatile variables are emitted even if static. Fixes rdar://8315219 by Argyrios Kyrtzidis · 14 years ago
  76. 62c78d5 Rename *PendingImplicitInstantiations to *PendingInstantiations. No by Chandler Carruth · 14 years ago
  77. 781472f Split FunctionScopeInfo and BlockScopeInfo into their own header. by John McCall · 14 years ago
  78. 58e390e Support explicit instantiation of function templates and members of class by Chandler Carruth · 14 years ago
  79. 384aff8 Remove Sema.h's dependency on DeclCXX.h. by John McCall · 14 years ago
  80. 50df6ae Remove the DenseSet dependency from Sema.h. by John McCall · 14 years ago
  81. 0a2c5e2 Teach Sema to live without CodeCompleteConsumer.h. by John McCall · 14 years ago
  82. e0054f6 Remove AnalysisBasedWarnings.h's dependency on Type.h by John McCall · 14 years ago
  83. 2a7fb27 Move more stuff out of Sema.h. by John McCall · 14 years ago
  84. 30ecc0a Sort the forward declarations. by John McCall · 14 years ago
  85. 33eaddd tests: Disable this test for now, it is overly pessimistic and I am not sure how to fix it. by Daniel Dunbar · 14 years ago
  86. 89f176d IRgen: Fix a horrible bug in pointer to bool conversion, which we were treating by Daniel Dunbar · 14 years ago
  87. a8f28da Expression statements undergo lvalue-to-rvalue conversion in C, by John McCall · 14 years ago
  88. 911093e Reformatting. by John McCall · 14 years ago
  89. 579855f Add back clang-wpa. It is useful for experimenting with inter-file analysis. by Zhongxing Xu · 14 years ago
  90. 408be5a When performing completions involving Objective-C method declarations by Douglas Gregor · 14 years ago
  91. 892ac04 Reorganize and verbosely document some of ASTReader's fields. by Sebastian Redl · 14 years ago
  92. cd9e339 Remove an unused field in ASTReader by Sebastian Redl · 14 years ago
  93. 42f81e6 Plug leak. The DenseMaps of CXXRecordLayoutInfo weren't freed. by Argyrios Kyrtzidis · 14 years ago
  94. cfe17e5 Use a smart pointer instead of delete. by Argyrios Kyrtzidis · 14 years ago
  95. ff75dfd Make sure CXXABI is destroyed. by Argyrios Kyrtzidis · 14 years ago
  96. 95f1b86 No need to default synthesize property if implementation by Fariborz Jahanian · 14 years ago
  97. 0554e0e Fix 'for' loop variables' scope. by Devang Patel · 14 years ago
  98. eb0d014 Give a slight preference to functions returning "void" when we're by Douglas Gregor · 14 years ago
  99. 124300e Preserve invalidity of typeof operands in C++. by John McCall · 14 years ago
  100. d43dd83 In code-completion contexts where both types and other values are by Douglas Gregor · 14 years ago