1. 56bedef Some support for unicode string constants in wide strings. radar 8360841. by Fariborz Jahanian · 15 years ago
  2. f6c0977 Implement __has_feature(cxx_inline_namespaces) by Sebastian Redl · 15 years ago
  3. ab07941 Add NetBSD include search path by Anton Korobeynikov · 15 years ago
  4. 6c2ab1d Amusingly, I missed this point of abstraction in all my earlier by John McCall · 15 years ago
  5. 410c4f2 Make inline namespace not be transparent after all. The concept simply doesn't fit. Instead, special-case the few places where transparent contexts have the desired behavior for inline namespaces. Fixes a redeclaration issue in inline namespaces. by Sebastian Redl · 15 years ago
  6. 4e0cfa8 Improve CFG printing support for CXXOperatorCallExpr and CXXBindTemporaryExpr. by Ted Kremenek · 15 years ago
  7. a427f1d Explicitly handle CXXOperatorCallExpr when building CFGs. We should treat it the same as CallExprs. by Ted Kremenek · 15 years ago
  8. f9b949f AST work to support [C++] [IRgen] for ?: with missing LHS by Fariborz Jahanian · 15 years ago
  9. fe72e9c Implement basic support for indexing function templates in by Douglas Gregor · 15 years ago
  10. f13721d Add support for windows x86-64 varargs, patch by Cameron Esfahani! by Chris Lattner · 15 years ago
  11. 6ab55eb improve isHexaLiteral to work with escaped newlines and trigraphs, by Chris Lattner · 15 years ago
  12. 4c40d98 Teach IR generation to return 'this' from constructors and destructors by John McCall · 15 years ago
  13. 1baf2f7 Fix a regression that allowed clearly ill formed code. The diagnostic is still by Chandler Carruth · 15 years ago
  14. 5722b14 Revert my lame attempt at appeasing the CFGBuilder by Douglas Gregor · 15 years ago
  15. e17794f When provide code completions for a variadic Objective-C method by Douglas Gregor · 15 years ago
  16. 35fe7ee Teach the CFGBuilder not do die on CXXBindTemporaryExpr, CXXOperatorCallExpr. Fixes a Boost.Graph crasher. by Douglas Gregor · 15 years ago
  17. c238f09 Implement the __has_nothrow trait family, by Steven Watanabe. by Sebastian Redl · 15 years ago
  18. 017ca15 Add range of return value expression in ReturnUndefChecker. Patch by Jim Goodnow II! by Ted Kremenek · 15 years ago
  19. 88e64ca Enable inline namespaces in C++03 as an extension. by Sebastian Redl · 15 years ago
  20. 03b16a7 Add a forgotten place where the enclosing namespace set matters, plus a big testcase for inline namespace fun. by Sebastian Redl · 15 years ago
  21. 4e4d570 Enable inline namespaces in the AST. by Sebastian Redl · 15 years ago
  22. 7a126a4 Rename DeclContext::getLookupContext to getRedeclContext and change its semantics slightly. No functionality change in the absence of inline namespaces. Also, change a few places where inline namespaces actually make a difference to be prepared for them. by Sebastian Redl · 15 years ago
  23. 51a8a37 Decl::getEnclosingNamespaceContext has no reason to explicitly skip transparent contexts, and would be wrong to do so with inline namespaces. by Sebastian Redl · 15 years ago
  24. 7e010a0 When instantiating a function type, instantiate the return type before by Douglas Gregor · 15 years ago
  25. 04633eb Add a missing return. Bug noticed by Dawn Perchik! by Douglas Gregor · 15 years ago
  26. 71b87e4 When template substitution into a template parameter reduces the level by Douglas Gregor · 15 years ago
  27. 2d804c4 silence a warning by Chris Lattner · 15 years ago
  28. 77535df zap tabs by Gabor Greif · 15 years ago
  29. 4599f34 Fix PR8029, a x86-32 ABI regression in introduced in r112211 by Chris Lattner · 15 years ago
  30. ab297ac fix dual aspect of PR8007, by Gabor Greif · 15 years ago
  31. 75f21af Perform the function-to-pointer adjustment during template argument by Douglas Gregor · 15 years ago
  32. 3b6081b Translate NEON vmovn builtin to a vector truncation instead of using an llvm by Bob Wilson · 15 years ago
  33. 6216dc0 Adjusted the semantics of assign checking in IdempotentOperationChecker by Tom Care · 15 years ago
  34. 6cf7502 Revert my user-defined literal commits - r1124{58,60,67} pending by Sean Hunt · 15 years ago
  35. 4a55100 add a fixme. by Chris Lattner · 15 years ago
  36. b2f4a20 use 'features' instead of 'PP->getLangOptions'. by Chris Lattner · 15 years ago
  37. 6320064 Heap-allocate the attribute vectors in by Douglas Gregor · 15 years ago
  38. e2248be Fix an corner-case assertion introduced by the refactoring in r112258; by Douglas Gregor · 15 years ago
  39. 6493a4d Now that GCC will have #pragma push/pop (in GCC 4.6), allow the by Douglas Gregor · 15 years ago
  40. 5b6f769 Emulate (some of) Microsoft's looser semantic checking of exception by Douglas Gregor · 15 years ago
  41. a75ec43 In Microsoft compatibility mode, don't parse the exponent as part of by Douglas Gregor · 15 years ago
  42. 5c0ca52 Predeclare class type_info in Microsoft mode, from Francois Pichet! by Douglas Gregor · 15 years ago
  43. 7f6ff02 Add redeclaration checking for static data members and fix a corner by Douglas Gregor · 15 years ago
  44. 40a9168 Fix CMake dependencies by Douglas Gregor · 15 years ago
  45. 2dc1453 Straighten out target triples provided on the command line before using them. by Duncan Sands · 15 years ago
  46. 75b8508 Two minor fixes to user-defined literals: by Sean Hunt · 15 years ago
  47. 629f9e4 Add some braces for sanity and GCC silence. These became unbalanced in r112122, by Chandler Carruth · 15 years ago
  48. 0016d51 Implement C++0x user-defined string literals. by Sean Hunt · 15 years ago
  49. aba4808 When providing a code completion for an Objective-C message send, drop by Douglas Gregor · 15 years ago
  50. 0c431c8 Improve code completion for initializer lists in constructors. Instead by Douglas Gregor · 15 years ago
  51. f459beb ObjClang++: Allow declaration of block variable in a collection by Fariborz Jahanian · 15 years ago
  52. 66af6ac Add comments. by Zhongxing Xu · 15 years ago
  53. 54160c6 Translate NEON vaddl, vaddw, vsubl, and vsubw builtins to llvm add/sub by Bob Wilson · 15 years ago
  54. 3da92a9 Complain if a __pragma isn't terminated. by John McCall · 15 years ago
  55. 1ef8a2e Add support for Microsoft's __pragma in the preprocessor. by John McCall · 15 years ago
  56. cd05e81 When perform exact-qualifier-match template argument deduction, by John McCall · 15 years ago
  57. 67d22fb If filtering a lookup result leaves it ambiguous, keep the ambiguity by John McCall · 15 years ago
  58. 91c83e7 Delete the relaxedLiveness object in the dtor of AnalysisContext. by Ted Kremenek · 15 years ago
  59. c7acc66 improve comment, patch by Vladimir Kirillov! by Chris Lattner · 15 years ago
  60. 6a557d8 simplify by relying on cascading operator-> by Gabor Greif · 15 years ago
  61. 13a8aff simplify by Gabor Greif · 15 years ago
  62. d527874 suppress annoying textual repetition as 'aka' by Gabor Greif · 15 years ago
  63. 9996a7f Fix the memory leak of FloatingLiteral/IntegerLiteral. by Argyrios Kyrtzidis · 15 years ago
  64. 326c8c7 That's not the right direction to compute notional accessibility in at all. by John McCall · 15 years ago
  65. 1797a05 Fix build. Bad me, adding last-minute assertions. by John McCall · 15 years ago
  66. 8c77bcb When checking access control for an instance member access on by John McCall · 15 years ago
  67. be9ebe3 perform cheap test first by Gabor Greif · 15 years ago
  68. 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
  69. 40181c4 fix PR8007 by Gabor Greif · 15 years ago
  70. 0133f52 Basic code completion support for the base and member initializers in by Douglas Gregor · 15 years ago
  71. d078e64 Parser support for inline namespaces by Sebastian Redl · 15 years ago
  72. 757c600 Miscellaneous found by inspection with John and Sebastian by Douglas Gregor · 15 years ago
  73. 9edd4d0 Added checking of (x == x) and (x != x) to IdempotentOperationChecker and updated test cases flagged by it. by Tom Care · 15 years ago
  74. 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
  75. aaca011 Remove an assertion in UnreachableCodeChecker that can be triggered by bugs in other checkers. by Tom Care · 15 years ago
  76. d8421ed Fix bug in IdempotentOperationChecker where an assumption would not get updated properly. by Tom Care · 15 years ago
  77. 5add754 handle :: in selectors in objc++ mode, rdar://8366474 by Chris Lattner · 15 years ago
  78. 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
  79. f696152 Implement the "call super" code completion for C++. If the virtual by Douglas Gregor · 15 years ago
  80. 551f37c fix incorrect MM_HINT_ definitions, PR8011 by Chris Lattner · 15 years ago
  81. 7114cba Continue to instantiate sub-statements in a CompoundStmt as long as by John McCall · 15 years ago
  82. 2ed8f00 Debug info for friends! Patch originally by Alexander Herz. by Devang Patel · 15 years ago
  83. 1a480c4 Suggest "const" and "volatile" code completions after a function by Douglas Gregor · 15 years ago
  84. 06b6c58 Add the new alignment arguments for NEON load/store intrinsics, based on the by Bob Wilson · 15 years ago
  85. f155dfa createMainFileID doesn't need its IncludePos argument, since by Dan Gohman · 15 years ago
  86. 265f749 When code-completing inside an Objective-C method, give a slight by Douglas Gregor · 15 years ago
  87. 03d8aec Add a super-cool code completion for send-to-super. When we're typing by Douglas Gregor · 15 years ago
  88. b1e0353 Fix CMake dependencies, from Fernando Pelliccioni! by Douglas Gregor · 15 years ago
  89. 9c72c60 Propagate whether an id-expression is the immediate argument of by John McCall · 15 years ago
  90. df1367a Don't recurse twice when we can recurse once by Douglas Gregor · 15 years ago
  91. f312b1e One who seeks knowledge learns something new every day. by John McCall · 15 years ago
  92. 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
  93. 4127117 Remove redundant cast<...>. by Ted Kremenek · 15 years ago
  94. 3f86b78 Fix a typo. by Dan Gohman · 15 years ago
  95. 7b73350 improve comments. by Chris Lattner · 15 years ago
  96. bbae8b4 fix 2xi16 to pass as i32 instead of <2 x i16>. The former passes in by Chris Lattner · 15 years ago
  97. 0fefa41 vector of long and ulong are also classified as INTEGER in x86-64 abi, by Chris Lattner · 15 years ago
  98. 473f8e7 1 x ulonglong needs to be classified as INTEGER, just like 1 x longlong, by Chris Lattner · 15 years ago
  99. 9e46b8c Make sure we clear TypeSpecOwned when setting TypeSpecType to something when by John McCall · 15 years ago
  100. 2d9e21f Tweak the @selector completion to collapse multiple informative and by Douglas Gregor · 15 years ago