1. 77535df zap tabs by Gabor Greif · 14 years ago
  2. 4599f34 Fix PR8029, a x86-32 ABI regression in introduced in r112211 by Chris Lattner · 14 years ago
  3. d304fe6 add two more use-cases (explicit instantiation) that should pass now by Gabor Greif · 14 years ago
  4. ab297ac fix dual aspect of PR8007, by Gabor Greif · 14 years ago
  5. 75f21af Perform the function-to-pointer adjustment during template argument by Douglas Gregor · 14 years ago
  6. 3b6081b Translate NEON vmovn builtin to a vector truncation instead of using an llvm by Bob Wilson · 14 years ago
  7. 6216dc0 Adjusted the semantics of assign checking in IdempotentOperationChecker by Tom Care · 14 years ago
  8. 6cf7502 Revert my user-defined literal commits - r1124{58,60,67} pending by Sean Hunt · 14 years ago
  9. 4a55100 add a fixme. by Chris Lattner · 14 years ago
  10. b2f4a20 use 'features' instead of 'PP->getLangOptions'. by Chris Lattner · 14 years ago
  11. 6320064 Heap-allocate the attribute vectors in by Douglas Gregor · 14 years ago
  12. e2248be Fix an corner-case assertion introduced by the refactoring in r112258; by Douglas Gregor · 14 years ago
  13. 6493a4d Now that GCC will have #pragma push/pop (in GCC 4.6), allow the by Douglas Gregor · 14 years ago
  14. 5b6f769 Emulate (some of) Microsoft's looser semantic checking of exception by Douglas Gregor · 14 years ago
  15. a75ec43 In Microsoft compatibility mode, don't parse the exponent as part of by Douglas Gregor · 14 years ago
  16. 5c0ca52 Predeclare class type_info in Microsoft mode, from Francois Pichet! by Douglas Gregor · 14 years ago
  17. df48ddf Add test case from PR6952, which now works (thanks to Gabor). by Douglas Gregor · 14 years ago
  18. 7f6ff02 Add redeclaration checking for static data members and fix a corner by Douglas Gregor · 14 years ago
  19. 40a9168 Fix CMake dependencies by Douglas Gregor · 14 years ago
  20. 2dc1453 Straighten out target triples provided on the command line before using them. by Duncan Sands · 14 years ago
  21. 75b8508 Two minor fixes to user-defined literals: by Sean Hunt · 14 years ago
  22. 629f9e4 Add some braces for sanity and GCC silence. These became unbalanced in r112122, by Chandler Carruth · 14 years ago
  23. e425368 Fix some test-breaking that snuck into my previous commit by Sean Hunt · 14 years ago
  24. 0016d51 Implement C++0x user-defined string literals. by Sean Hunt · 14 years ago
  25. aba4808 When providing a code completion for an Objective-C message send, drop by Douglas Gregor · 14 years ago
  26. 0c431c8 Improve code completion for initializer lists in constructors. Instead by Douglas Gregor · 14 years ago
  27. 9720455 Add missing test case for constructor-initializer code completions by Douglas Gregor · 14 years ago
  28. f459beb ObjClang++: Allow declaration of block variable in a collection by Fariborz Jahanian · 14 years ago
  29. 66af6ac Add comments. by Zhongxing Xu · 14 years ago
  30. 54160c6 Translate NEON vaddl, vaddw, vsubl, and vsubw builtins to llvm add/sub by Bob Wilson · 14 years ago
  31. 3da92a9 Complain if a __pragma isn't terminated. by John McCall · 14 years ago
  32. 1ef8a2e Add support for Microsoft's __pragma in the preprocessor. by John McCall · 14 years ago
  33. cd05e81 When perform exact-qualifier-match template argument deduction, by John McCall · 14 years ago
  34. 67d22fb If filtering a lookup result leaves it ambiguous, keep the ambiguity by John McCall · 14 years ago
  35. 91c83e7 Delete the relaxedLiveness object in the dtor of AnalysisContext. by Ted Kremenek · 14 years ago
  36. c7acc66 improve comment, patch by Vladimir Kirillov! by Chris Lattner · 14 years ago
  37. 6a557d8 simplify by relying on cascading operator-> by Gabor Greif · 14 years ago
  38. 13a8aff simplify by Gabor Greif · 14 years ago
  39. ae2777c Fix copy+paste error in comment. by Nick Lewycky · 14 years ago
  40. 4d99a3d add another test for PR8007 by Gabor Greif · 14 years ago
  41. b3afaf6 the target of the link uses the singular form, so do we too by Gabor Greif · 14 years ago
  42. 2d351b0 typo by Gabor Greif · 14 years ago
  43. d527874 suppress annoying textual repetition as 'aka' by Gabor Greif · 14 years ago
  44. 9996a7f Fix the memory leak of FloatingLiteral/IntegerLiteral. by Argyrios Kyrtzidis · 14 years ago
  45. 326c8c7 That's not the right direction to compute notional accessibility in at all. by John McCall · 14 years ago
  46. 1797a05 Fix build. Bad me, adding last-minute assertions. by John McCall · 14 years ago
  47. 8c77bcb When checking access control for an instance member access on by John McCall · 14 years ago
  48. aaafddb check whether sema issues a redefinition error by Gabor Greif · 14 years ago
  49. be9ebe3 perform cheap test first by Gabor Greif · 14 years ago
  50. 944c42f Ignore this flag too, Clang doesn't seem to use random numbers internally. by Nick Lewycky · 14 years ago
  51. bb452e9 note to self: save before committing; add PR by Gabor Greif · 14 years ago
  52. 19de06b fix test by applying it in top namespace: PR8007 only showed up this way by Gabor Greif · 14 years ago
  53. 2c1b9c3 Update test case, with comment to later investigate the correct behavior. Now the behavior is at least consistent. by Ted Kremenek · 14 years ago
  54. 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 · 14 years ago
  55. 40181c4 fix PR8007 by Gabor Greif · 14 years ago
  56. 0133f52 Basic code completion support for the base and member initializers in by Douglas Gregor · 14 years ago
  57. c620ace reproduction recipe for PR8007, expected to fail for now, review welcome by Gabor Greif · 14 years ago
  58. d078e64 Parser support for inline namespaces by Sebastian Redl · 14 years ago
  59. e41f985 Comment and move another ASTReader member. by Sebastian Redl · 14 years ago
  60. e361c63 Update comment after Chandler's change. by Sebastian Redl · 14 years ago
  61. 757c600 Miscellaneous found by inspection with John and Sebastian by Douglas Gregor · 14 years ago
  62. 9edd4d0 Added checking of (x == x) and (x != x) to IdempotentOperationChecker and updated test cases flagged by it. by Tom Care · 14 years ago
  63. 6d0e6ce Enabled relaxed LiveVariables analysis in the path-sensitive engine to increase the coverage of bugs. Primarily affects IdempotentOperationChecker. by Tom Care · 14 years ago
  64. aaca011 Remove an assertion in UnreachableCodeChecker that can be triggered by bugs in other checkers. by Tom Care · 14 years ago
  65. d8421ed Fix bug in IdempotentOperationChecker where an assumption would not get updated properly. by Tom Care · 14 years ago
  66. 5add754 handle :: in selectors in objc++ mode, rdar://8366474 by Chris Lattner · 14 years ago
  67. 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 · 14 years ago
  68. 585b318 Add source file I meant to include in my previous commit. by Ted Kremenek · 14 years ago
  69. 520441e Improve wording of diagnostic complaining about a non-void* pointer as the first parameter of operator delete by Douglas Gregor · 14 years ago
  70. 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 · 14 years ago
  71. ad72f4d Fix copy-paste in doxygen comment. by Ted Kremenek · 14 years ago
  72. f696152 Implement the "call super" code completion for C++. If the virtual by Douglas Gregor · 14 years ago
  73. df46316 Teach clang_codeComplete to always sort its code-completion results by Douglas Gregor · 14 years ago
  74. 551f37c fix incorrect MM_HINT_ definitions, PR8011 by Chris Lattner · 14 years ago
  75. 7114cba Continue to instantiate sub-statements in a CompoundStmt as long as by John McCall · 14 years ago
  76. 2ed8f00 Debug info for friends! Patch originally by Alexander Herz. by Devang Patel · 14 years ago
  77. 1a480c4 Suggest "const" and "volatile" code completions after a function by Douglas Gregor · 14 years ago
  78. 06b6c58 Add the new alignment arguments for NEON load/store intrinsics, based on the by Bob Wilson · 14 years ago
  79. f155dfa createMainFileID doesn't need its IncludePos argument, since by Dan Gohman · 14 years ago
  80. 265f749 When code-completing inside an Objective-C method, give a slight by Douglas Gregor · 14 years ago
  81. 03d8aec Add a super-cool code completion for send-to-super. When we're typing by Douglas Gregor · 14 years ago
  82. b1e0353 Fix CMake dependencies, from Fernando Pelliccioni! by Douglas Gregor · 14 years ago
  83. 9c72c60 Propagate whether an id-expression is the immediate argument of by John McCall · 14 years ago
  84. df1367a Don't recurse twice when we can recurse once by Douglas Gregor · 14 years ago
  85. f312b1e One who seeks knowledge learns something new every day. by John McCall · 14 years ago
  86. 468e8fb test case for r112238. by Devang Patel · 14 years ago
  87. 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 · 14 years ago
  88. 4127117 Remove redundant cast<...>. by Ted Kremenek · 14 years ago
  89. 3f86b78 Fix a typo. by Dan Gohman · 14 years ago
  90. 7b73350 improve comments. by Chris Lattner · 14 years ago
  91. 2e29a99 add radar # by Chris Lattner · 14 years ago
  92. bbae8b4 fix 2xi16 to pass as i32 instead of <2 x i16>. The former passes in by Chris Lattner · 14 years ago
  93. f164b6e clang.xcodeproj updated. by Fariborz Jahanian · 14 years ago
  94. 0fefa41 vector of long and ulong are also classified as INTEGER in x86-64 abi, by Chris Lattner · 14 years ago
  95. 473f8e7 1 x ulonglong needs to be classified as INTEGER, just like 1 x longlong, by Chris Lattner · 14 years ago
  96. cebc376 ...I forgot to check my new test after adding it, and lo, there's slightly different by John McCall · 14 years ago
  97. 9e46b8c Make sure we clear TypeSpecOwned when setting TypeSpecType to something when by John McCall · 14 years ago
  98. 2d9e21f Tweak the @selector completion to collapse multiple informative and by Douglas Gregor · 14 years ago
  99. 3cdee12 When code-completing a potential call to a C++ non-static member by Douglas Gregor · 14 years ago
  100. 38a4ffe Work around a gcc warning. by John McCall · 14 years ago