1. b3dd988 [libclang] c-index-test: Make the printing of the overrides list of a cursor in by Argyrios Kyrtzidis · 12 years ago
  2. 834a5bd Comment parsing: parse "<blah" as an HTML tag only if "blah" is a known tag by Dmitri Gribenko · 12 years ago
  3. 769bc07 [analyzer] Fixup to r162399. Initialize the member variable. by Anna Zaks · 12 years ago
  4. fd5e56e [ms-inline asm] Refactor code so that we can begin computing the Inputs/Outputs. by Chad Rosier · 12 years ago
  5. 1becab2 [analyzer] Add more comments to CallEvent and RuntimeDefinition. by Anna Zaks · 12 years ago
  6. 2666361 [analyzer] Add osx.cocoa.NonNilReturnValue checker. by Anna Zaks · 12 years ago
  7. 682ad16 [ms-inline asm] Add comments. by Chad Rosier · 12 years ago
  8. 358ab76 [ms-inline asm] Add comments. by Chad Rosier · 12 years ago
  9. f0fbd77 [ms-inline asm] Add helper function. No functional change intended. by Chad Rosier · 12 years ago
  10. e78460f [ms-inline asm] Simplify logic. No functional change intended. by Chad Rosier · 12 years ago
  11. d7166b0 Reverted clang-check to fully supported CommandLine Library use-case: global by Alexander Kornienko · 12 years ago
  12. 9072a02 [ms-inline asm] Compute the token range for each instruction within the asm. by Chad Rosier · 12 years ago
  13. efb3d56 Despite me asking Jordan to do r162313, revert it. We can provide by Ted Kremenek · 12 years ago
  14. 153f8ec [ms-inline asm] Simplify logic. No functional change intended. by Chad Rosier · 12 years ago
  15. e3f3825 Remove BasicConstraintManager. It hasn't been in active service for a while. by Ted Kremenek · 12 years ago
  16. 2735df2 [ms-inline asm] Start sending non-simple inline asms to the AsmParser. by Chad Rosier · 12 years ago
  17. a148fbc Make ceil/floor/nearbyint/rint/round const even with -fmath-errno. by Benjamin Kramer · 12 years ago
  18. 5c1dcc5 Math builtin definition tweaks. by Benjamin Kramer · 12 years ago
  19. 4b41c65 ASTContext::getCommentForDecl: add comment. by Dmitri Gribenko · 12 years ago
  20. 2125c90 Attaching comments to declarations: when documentation is requested for an by Dmitri Gribenko · 12 years ago
  21. f01ef105 [analyzer] Restructure discussion of DynamicTypeInfo and RuntimeDefinition. by Jordan Rose · 12 years ago
  22. 91b46cc [analyzer] Per feedback, re-structure the docs for ExprInspection checks. by Jordan Rose · 12 years ago
  23. d48bcb2 Reduce duplicated hash map lookups. by Benjamin Kramer · 12 years ago
  24. 4bda1d8 Merge existing attributes before processing pragmas in friend template by Rafael Espindola · 12 years ago
  25. 54c2f88 Fix typo in debug method. by Benjamin Kramer · 12 years ago
  26. 56a46b5 Rename 'unbindLoc()' (in ProgramState) and 'Remove()' to by Ted Kremenek · 12 years ago
  27. 66c486f Rename 'currentX' to 'currX' throughout analyzer and libAnalysis. by Ted Kremenek · 12 years ago
  28. 3b1df8b Rename 'getConjuredSymbol*' to 'conjureSymbol*'. by Ted Kremenek · 12 years ago
  29. 32a549a Remove Store::bindDecl() and Store::bindDeclWithNoInit(), and by Ted Kremenek · 12 years ago
  30. 5be88dc Rename 'BindCompoundLiteral' to 'bindCompoundLiteral' and add doxygen comments. by Ted Kremenek · 12 years ago
  31. 2eed8cc [analyzer] IPA document: address Ted's review comments (path bifurcation) by Anna Zaks · 12 years ago
  32. 9641d45 Remove stale header file. by Ted Kremenek · 12 years ago
  33. 77df8d9 Review, comment, and reformat IPA.txt, including feedback comments. by Ted Kremenek · 12 years ago
  34. a779e27 [analyzer] Document our debug checkers and ExprInspection's "builtins". by Jordan Rose · 12 years ago
  35. ab9c04f Consilidate SmallPtrSet count() followed by insert() into a single insert(). by Ted Kremenek · 12 years ago
  36. 98ac608 [ms-inline asm] Remove the patchMSAsmStrings function. After some discussion by Chad Rosier · 12 years ago
  37. 12e2fb0 Add an llvm_unreachable to pacify GCC's -Wreturn-type. by Matt Beaumont-Gay · 12 years ago
  38. 21db199 make test pass on linux platforms. by Fariborz Jahanian · 12 years ago
  39. 38c71d3 [ms-inline asm] Have buildMSAsmString build a vector of unmodified AsmStrings. by Chad Rosier · 12 years ago
  40. d9f95b3 change function name in my last patch. // rdar://12103400 by Fariborz Jahanian · 12 years ago
  41. dad633b objective-C: Change rules for overriding properties in by Fariborz Jahanian · 12 years ago
  42. c568e2f [analyzer] Set the default IPA mode to 'basic-inlining', which excludes C++. by Jordan Rose · 12 years ago
  43. ee04959 [analyzer] -analyzer-ipa=inlining is now the default. Remove it from tests. by Jordan Rose · 12 years ago
  44. 59c91c8 Update comment to match the reality. by Dmitri Gribenko · 12 years ago
  45. 0ac4ec7 CommentBriefParser: allow paragraphs to be separated by line of whitespace. by Dmitri Gribenko · 12 years ago
  46. 58fc86d [analyzer] Push "references are non-null" knowledge up to the common parent. by Jordan Rose · 12 years ago
  47. 51a6b3f [ms-inline asm] Do not report a Parser error when matching inline assembly. by Chad Rosier · 12 years ago
  48. a6e5a6e Modern objc translator: Fixes a crash in rewriter when rewriting the API by Fariborz Jahanian · 12 years ago
  49. 377da4c Use LLVM_BUILTIN_TRAP instead of lame volatile int traps. by David Blaikie · 12 years ago
  50. 04a4279 Reduce the amount of state in the Option class by relying on the data from OptTable::Info. by Michael J. Spencer · 12 years ago
  51. a796b6c Switch some realignment calculations over to llvm::RoundUpToAlignment. by Richard Smith · 12 years ago
  52. 83591b6 [ms-inline asm] Expose the ErrorInfo from the MatchInstructionImpl. In general, by Chad Rosier · 12 years ago
  53. 2e0b8d9 DeclPrinter, terse mode: don't print function bodies by Dmitri Gribenko · 12 years ago
  54. d1fc82e Rename PrintingPolicy::DontRecurseInDeclContext to PrintingPolicy::TerseOutput by Dmitri Gribenko · 12 years ago
  55. 33a71f3 [ms-inline asm] Append identifier for better debugging. by Chad Rosier · 12 years ago
  56. 7fcde17 [ms-inline asm] Remove this test case and the associated special case code. by Chad Rosier · 12 years ago
  57. a7afeb0 [driver] Add support for the --param ssp-buffer-size= driver option. PR9673 by Chad Rosier · 12 years ago
  58. 05c5ebc [asan] If we are compiling with ASan, add metadata indicating dynamically initialized globals. Patch by Reid Watson, reviewed by Richard Smith by Kostya Serebryany · 12 years ago
  59. 88d2f67 Fix alignment of array of VarDecl* following array of unsigned in LambdaExpr. by Richard Smith · 12 years ago
  60. 929bbfb When performing a trivial copy of a C++ type, we must be careful not by John McCall · 12 years ago
  61. db309ae Avoid binding a reference to a dereferenced pointer in diagnostic serialization by Richard Smith · 12 years ago
  62. 0a7dd78 Screw around with ObjCRuntime some more, changing the by John McCall · 12 years ago
  63. eb8f2ef DeclPrinter: describe what 'terse' output is. by Dmitri Gribenko · 12 years ago
  64. 6e86867 When this test case was first created it was by Jack Carter · 12 years ago
  65. e1715b6 Better diagnostics for range-based for loops with bad range types. by Sam Panzer · 12 years ago
  66. a34d4f4 [analyzer] Assume that reference symbols are non-null. by Jordan Rose · 12 years ago
  67. 49795ae DeclPrinter: add terse output mode and lots of tests by Dmitri Gribenko · 12 years ago
  68. d64c2eb Fix a pair of bugs relating to properties in ARC. by John McCall · 12 years ago
  69. bf3a966 Reapply: by Eric Christopher · 12 years ago
  70. dce750b Attaching comments to declarations: ignore implicit decls. Decl::isImplicit() by Dmitri Gribenko · 12 years ago
  71. 279e0be Fix -Wswitch warning introduced by r162231 by David Blaikie · 12 years ago
  72. 99f074c Remove unused variable. by David Blaikie · 12 years ago
  73. dc42dc9 [analyzer] More tests for "release and stop tracking". by Jordan Rose · 12 years ago
  74. d3867f6 Use -fobjc-runtime=macosx10.7 instead of obsolete -fobjc-runtime-has-weak. by Jordan Rose · 12 years ago
  75. 4327557 Make Option non virtual. by Michael J. Spencer · 12 years ago
  76. d30fb9e Thread-safety analysis: fix scoping issues related to 'this', including an by DeLesley Hutchins · 12 years ago
  77. f0a2649 Fix InitListExpr::isStringLiteralInit so it handles various edge cases correctly. PR13643. by Eli Friedman · 12 years ago
  78. 1da7933 Adds the most requested doc for the AST matchers: a reference by Manuel Klimek · 12 years ago
  79. f902d09 [analyzer] Add a test for "release and stop tracking" behavior. by Jordan Rose · 12 years ago
  80. d7403a7 Code-complete 'weak' for properties under ARC-with-weak-references (or GC) by Jordan Rose · 12 years ago
  81. 1833d28 [analyzer] Add comments to ExplodedNode::NodeGroup. by Jordan Rose · 12 years ago
  82. fa06f04 [analyzer] Replace boolean IsSink parameters with 'generateSink' methods. by Jordan Rose · 12 years ago
  83. 78fe3e0 PR13619: Make sure we're not at EOF before looking at NextToken(). by Richard Smith · 12 years ago
  84. df4ee10 [ms-inline asm] Remove old cruft now that MS-style asms their own code path. by Chad Rosier · 12 years ago
  85. 7f839a6 [analyzer] The result of && or || is always a 1 or 0. by Jordan Rose · 12 years ago
  86. e50ee7e Use correct matcher name in the comment. by Dmitri Gribenko · 12 years ago
  87. 2546649 Fix comments and variable naming: by Manuel Klimek · 12 years ago
  88. 147785b [cindex.py] Cache the number of chunks in CompletionString by Tobias Grosser · 12 years ago
  89. 5965b7c Better wording for reference self-initialization warning. by Hans Wennborg · 12 years ago
  90. d9ee06b [cindex.py] Add CachedProperty to CompletionChunk by Tobias Grosser · 12 years ago
  91. b15b15c [clang.py] Add CachedProperty decorator by Gregory Szorc · 12 years ago
  92. 58308d8 [cindex.py] Use spaces, not tabs for indentation by Tobias Grosser · 12 years ago
  93. 7371924 [cindex.py] Dispose code completion results properly by Tobias Grosser · 12 years ago
  94. 7eaaa18 Allow -verify to be used with files that don't have an associated FileEntry. by Jordan Rose · 12 years ago
  95. 217c484 Silence a sign compare warning that only occurs on 32 bit platforms. by Benjamin Kramer · 12 years ago
  96. 54c86f7 When mangling a negative number, remember that negating it does not by John McCall · 12 years ago
  97. 0576681 PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers and by Richard Smith · 12 years ago
  98. 02ed37f AST Matchers tests: test that member() matches member allocation functions: by Dmitri Gribenko · 12 years ago
  99. c32a453 [analyzer] Treat C++ 'throw' as a sink. by Jordan Rose · 12 years ago
  100. 19275bd [analyzer] Treat @throw as a sink (stop processing). by Jordan Rose · 12 years ago