1. 2dc1453 Straighten out target triples provided on the command line before using them. by Duncan Sands · 15 years ago
  2. 75b8508 Two minor fixes to user-defined literals: by Sean Hunt · 15 years ago
  3. 629f9e4 Add some braces for sanity and GCC silence. These became unbalanced in r112122, by Chandler Carruth · 15 years ago
  4. e425368 Fix some test-breaking that snuck into my previous commit by Sean Hunt · 15 years ago
  5. 0016d51 Implement C++0x user-defined string literals. by Sean Hunt · 15 years ago
  6. aba4808 When providing a code completion for an Objective-C message send, drop by Douglas Gregor · 15 years ago
  7. 0c431c8 Improve code completion for initializer lists in constructors. Instead by Douglas Gregor · 15 years ago
  8. 9720455 Add missing test case for constructor-initializer code completions by Douglas Gregor · 15 years ago
  9. f459beb ObjClang++: Allow declaration of block variable in a collection by Fariborz Jahanian · 15 years ago
  10. 66af6ac Add comments. by Zhongxing Xu · 15 years ago
  11. 54160c6 Translate NEON vaddl, vaddw, vsubl, and vsubw builtins to llvm add/sub by Bob Wilson · 15 years ago
  12. 3da92a9 Complain if a __pragma isn't terminated. by John McCall · 15 years ago
  13. 1ef8a2e Add support for Microsoft's __pragma in the preprocessor. by John McCall · 15 years ago
  14. cd05e81 When perform exact-qualifier-match template argument deduction, by John McCall · 15 years ago
  15. 67d22fb If filtering a lookup result leaves it ambiguous, keep the ambiguity by John McCall · 15 years ago
  16. 91c83e7 Delete the relaxedLiveness object in the dtor of AnalysisContext. by Ted Kremenek · 15 years ago
  17. c7acc66 improve comment, patch by Vladimir Kirillov! by Chris Lattner · 15 years ago
  18. 6a557d8 simplify by relying on cascading operator-> by Gabor Greif · 15 years ago
  19. 13a8aff simplify by Gabor Greif · 15 years ago
  20. ae2777c Fix copy+paste error in comment. by Nick Lewycky · 15 years ago
  21. 4d99a3d add another test for PR8007 by Gabor Greif · 15 years ago
  22. b3afaf6 the target of the link uses the singular form, so do we too by Gabor Greif · 15 years ago
  23. 2d351b0 typo by Gabor Greif · 15 years ago
  24. d527874 suppress annoying textual repetition as 'aka' by Gabor Greif · 15 years ago
  25. 9996a7f Fix the memory leak of FloatingLiteral/IntegerLiteral. by Argyrios Kyrtzidis · 15 years ago
  26. 326c8c7 That's not the right direction to compute notional accessibility in at all. by John McCall · 15 years ago
  27. 1797a05 Fix build. Bad me, adding last-minute assertions. by John McCall · 15 years ago
  28. 8c77bcb When checking access control for an instance member access on by John McCall · 15 years ago
  29. aaafddb check whether sema issues a redefinition error by Gabor Greif · 15 years ago
  30. be9ebe3 perform cheap test first by Gabor Greif · 15 years ago
  31. 944c42f Ignore this flag too, Clang doesn't seem to use random numbers internally. by Nick Lewycky · 15 years ago
  32. bb452e9 note to self: save before committing; add PR by Gabor Greif · 15 years ago
  33. 19de06b fix test by applying it in top namespace: PR8007 only showed up this way by Gabor Greif · 15 years ago
  34. 2c1b9c3 Update test case, with comment to later investigate the correct behavior. Now the behavior is at least consistent. by Ted Kremenek · 15 years ago
  35. 47e331e Explicitly handle CXXExprWithTemporaries during CFG construction by just visiting the subexpression. While we don't do anything intelligent right now, this obviates a bogus -Wunreahable-code warning reported in PR 6130. by Ted Kremenek · 15 years ago
  36. 40181c4 fix PR8007 by Gabor Greif · 15 years ago
  37. 0133f52 Basic code completion support for the base and member initializers in by Douglas Gregor · 15 years ago
  38. c620ace reproduction recipe for PR8007, expected to fail for now, review welcome by Gabor Greif · 15 years ago
  39. d078e64 Parser support for inline namespaces by Sebastian Redl · 15 years ago
  40. e41f985 Comment and move another ASTReader member. by Sebastian Redl · 15 years ago
  41. e361c63 Update comment after Chandler's change. by Sebastian Redl · 15 years ago
  42. 757c600 Miscellaneous found by inspection with John and Sebastian by Douglas Gregor · 15 years ago
  43. 9edd4d0 Added checking of (x == x) and (x != x) to IdempotentOperationChecker and updated test cases flagged by it. by Tom Care · 15 years ago
  44. 6d0e6ce Enabled relaxed LiveVariables analysis in the path-sensitive engine to increase the coverage of bugs. Primarily affects IdempotentOperationChecker. by Tom Care · 15 years ago
  45. aaca011 Remove an assertion in UnreachableCodeChecker that can be triggered by bugs in other checkers. by Tom Care · 15 years ago
  46. d8421ed Fix bug in IdempotentOperationChecker where an assumption would not get updated properly. by Tom Care · 15 years ago
  47. 5add754 handle :: in selectors in objc++ mode, rdar://8366474 by Chris Lattner · 15 years ago
  48. ec49bf4 Add alternate version of LiveVariables analysis that does not kill liveness at assignments. This 'relaxed' liveness is useful in path sensitive analysis for situations where the resulting extended liveness allows us to find some bugs. by Tom Care · 15 years ago
  49. 585b318 Add source file I meant to include in my previous commit. by Ted Kremenek · 15 years ago
  50. 520441e Improve wording of diagnostic complaining about a non-void* pointer as the first parameter of operator delete by Douglas Gregor · 15 years ago
  51. 3064ef9 Implement CXCursor support for walking C++ base specifiers. This includes adding the API hooks clang_isVirtualBase() and clang_getCXXAccessSpecifier() to query properties of the base specifier. by Ted Kremenek · 15 years ago
  52. ad72f4d Fix copy-paste in doxygen comment. by Ted Kremenek · 15 years ago
  53. f696152 Implement the "call super" code completion for C++. If the virtual by Douglas Gregor · 15 years ago
  54. df46316 Teach clang_codeComplete to always sort its code-completion results by Douglas Gregor · 15 years ago
  55. 551f37c fix incorrect MM_HINT_ definitions, PR8011 by Chris Lattner · 15 years ago
  56. 7114cba Continue to instantiate sub-statements in a CompoundStmt as long as by John McCall · 15 years ago
  57. 2ed8f00 Debug info for friends! Patch originally by Alexander Herz. by Devang Patel · 15 years ago
  58. 1a480c4 Suggest "const" and "volatile" code completions after a function by Douglas Gregor · 15 years ago
  59. 06b6c58 Add the new alignment arguments for NEON load/store intrinsics, based on the by Bob Wilson · 15 years ago
  60. f155dfa createMainFileID doesn't need its IncludePos argument, since by Dan Gohman · 15 years ago
  61. 265f749 When code-completing inside an Objective-C method, give a slight by Douglas Gregor · 15 years ago
  62. 03d8aec Add a super-cool code completion for send-to-super. When we're typing by Douglas Gregor · 15 years ago
  63. b1e0353 Fix CMake dependencies, from Fernando Pelliccioni! by Douglas Gregor · 15 years ago
  64. 9c72c60 Propagate whether an id-expression is the immediate argument of by John McCall · 15 years ago
  65. df1367a Don't recurse twice when we can recurse once by Douglas Gregor · 15 years ago
  66. f312b1e One who seeks knowledge learns something new every day. by John McCall · 15 years ago
  67. 468e8fb test case for r112238. by Devang Patel · 15 years ago
  68. 34feff6 Fix horrible GRExprEngine bug where switch statements with no 'case:' statements would cause the path to get prematurely aborted. Fixes <rdar://problem/8360854>. by Ted Kremenek · 15 years ago
  69. 4127117 Remove redundant cast<...>. by Ted Kremenek · 15 years ago
  70. 3f86b78 Fix a typo. by Dan Gohman · 15 years ago
  71. 7b73350 improve comments. by Chris Lattner · 15 years ago
  72. 2e29a99 add radar # by Chris Lattner · 15 years ago
  73. bbae8b4 fix 2xi16 to pass as i32 instead of <2 x i16>. The former passes in by Chris Lattner · 15 years ago
  74. f164b6e clang.xcodeproj updated. by Fariborz Jahanian · 15 years ago
  75. 0fefa41 vector of long and ulong are also classified as INTEGER in x86-64 abi, by Chris Lattner · 15 years ago
  76. 473f8e7 1 x ulonglong needs to be classified as INTEGER, just like 1 x longlong, by Chris Lattner · 15 years ago
  77. cebc376 ...I forgot to check my new test after adding it, and lo, there's slightly different by John McCall · 15 years ago
  78. 9e46b8c Make sure we clear TypeSpecOwned when setting TypeSpecType to something when by John McCall · 15 years ago
  79. 2d9e21f Tweak the @selector completion to collapse multiple informative and by Douglas Gregor · 15 years ago
  80. 3cdee12 When code-completing a potential call to a C++ non-static member by Douglas Gregor · 15 years ago
  81. 38a4ffe Work around a gcc warning. by John McCall · 15 years ago
  82. e7ab92e Fix miscompilation. The cookie was not used when new'ing arrays with multiple dimensions. by Argyrios Kyrtzidis · 15 years ago
  83. f0a5d6f clang-interpreter: libFrontend depends on libSerialization. Fix linux build by changing the link order. by Benjamin Kramer · 15 years ago
  84. 458433d Implement code completion for @selector expressions by Douglas Gregor · 15 years ago
  85. 9a2d44c More ordering tweaks in this silly, silly test by Douglas Gregor · 15 years ago
  86. 0ca08af mark boost's tracking bug as fixed by Gabor Greif · 15 years ago
  87. 043266b Tweak wording in an assertion, from dawn@burble.org. by Douglas Gregor · 15 years ago
  88. 06b901b Update clang-interpreter for recent DiagnosticClient ownership changes. by Benjamin Kramer · 15 years ago
  89. 1e5e668 Move the sorting of code-completion results out of the main path and by Douglas Gregor · 15 years ago
  90. f29815a Missed a couple. by John McCall · 15 years ago
  91. 6d9496d Apparently gcc doesn't always get injected class names right. by John McCall · 15 years ago
  92. ea31864 Move things around so that Sema.h no longer depends on even DeclBase.h. by John McCall · 15 years ago
  93. a8b7a7d tame an assertion, fixing rdar://8357396 by Chris Lattner · 15 years ago
  94. 77c0590 CGValue: Increase width of allowed alignment. We could switch to log2, but we by Daniel Dunbar · 15 years ago
  95. 1cb237f Revert r112149, "Move the sorting of code-completion results out of the main by Daniel Dunbar · 15 years ago
  96. 12f740f Revert r112154, "Fix thinko in sorting operation", it depends on r112149 which by Daniel Dunbar · 15 years ago
  97. a958422 Tweak test to avoid checking for a specific ordering where none exists by Douglas Gregor · 15 years ago
  98. d931b08 De-memberify the VarDecl and FunctionDecl StorageClass enums. by John McCall · 15 years ago
  99. 86d0065 Fix thinko in sorting operation by Douglas Gregor · 15 years ago
  100. afbf5f8 Fix a typo. by Dan Gohman · 15 years ago