1. 183ba8e [analyzer] Show paths for destructor calls. by Jordan Rose · 12 years ago
  2. da5fc53 [analyzer] Inline ctors + dtors when the CFG is built for them. by Jordan Rose · 12 years ago
  3. df51fb9 [analyzer] PostImplicitCall can also occur between CFGElements. by Jordan Rose · 12 years ago
  4. 132283b Add a const version of Expr::IgnoreImplicit. No functionality change. by Jordan Rose · 12 years ago
  5. ac57d47 Un-break standalone invocations of CmpRuns.py. by Jordan Rose · 12 years ago
  6. d30ec70 objective-c parsing. Don't crash when selector name by Fariborz Jahanian · 12 years ago
  7. 559b928 Put back dump() without a default argument, "because debuggers don't usually respect default arguments". by Alexander Kornienko · 12 years ago
  8. e34a052 Added -ast-dump-filter option to clang -cc1. by Alexander Kornienko · 12 years ago
  9. bae11d8 Remove an outdated comment; add one test to compare function pointer and block mangling by Timur Iskhodzhanov · 12 years ago
  10. f58d01a Add more tests for PR13207 (Mangling of template back references with -cxx-abi microsoft) now that PR13389 is fixed (mangling of return types) by Timur Iskhodzhanov · 12 years ago
  11. dc6dabc Fix PR13389 (Wrong mangling of return type qualifiers with -cxx-abi microsoft) by Timur Iskhodzhanov · 12 years ago
  12. 77b1ae5 Removed standalone clang-ast-dump tool. by Alexander Kornienko · 12 years ago
  13. 9dc5167 [analyzer] Inline ObjC class methods. by Anna Zaks · 12 years ago
  14. fc999ac Add static analyzer check for calling a C++ instance method with a null/uninitialized pointer. by Ted Kremenek · 12 years ago
  15. a95b4f7 Disable the warning for missing prototypes for OpenCL kernels. Includes testcase. by Tanya Lattner · 12 years ago
  16. a2ad394 Remove the ability to stash arbitrary pointers into UndefinedVal (no longer needed). by Ted Kremenek · 12 years ago
  17. 2a700b1 Fix two typos in the doc by Sylvestre Ledru · 12 years ago
  18. 829846b Remove ExprEngine::MarkBranch(), as it is no longer needed. by Ted Kremenek · 12 years ago
  19. 469841a Update ExprEngine's handling of ternary operators to find the ternary expression by Ted Kremenek · 12 years ago
  20. 2ca5af2 objective-c modern translator. Provide declaration of by Fariborz Jahanian · 12 years ago
  21. 5292718 Remove experimental invalid iterators checker from the codebase until we have the time by Ted Kremenek · 12 years ago
  22. 699c6cd [driver crash diagnostics] Strip -internal-isystem and -internal-externc-isystem. by Chad Rosier · 12 years ago
  23. a4ba28f [driver crash diagnostics] Strip -idirafter, -iprefix, -iwithprefix, by Chad Rosier · 12 years ago
  24. 37302ea [driver crash diagnostics] A few enhancements: by Chad Rosier · 12 years ago
  25. 2c6b00e libclang comment to HTML rendering: \result is the same as \returns by Dmitri Gribenko · 12 years ago
  26. 1eb1eb4 test/PCH/objc_stmts.m: Suppress stderr to be fed to FileCheck. by NAKAMURA Takumi · 12 years ago
  27. 715c956 Introduces the 'decl' matcher which was missing for a while by Manuel Klimek · 12 years ago
  28. 310fe46 test/Analysis/iterators.cpp: Mark as REQUIRES:asserts. It crashes due to assertion failure. by NAKAMURA Takumi · 12 years ago
  29. d93c5ff Add a FIXME to revisit the performance of BackRefMap later by Timur Iskhodzhanov · 12 years ago
  30. a705f1f Adds a introductionary document to the Clang AST. by Manuel Klimek · 12 years ago
  31. 3465318 Turn -Wobjc-root-class on by default. <rdar://problem/11203649>. by Ted Kremenek · 12 years ago
  32. c0a4377 Promote warn_unknown_analyzer_checker to an error. Addresses <rdar://problem/10987863>. by Ted Kremenek · 12 years ago
  33. 612409e PR12057: Allow variadic template pack expansions to cross lambda boundaries. by Richard Smith · 12 years ago
  34. 6f36366 Make comments::Parser and comments::Sema noncopyable. by Dmitri Gribenko · 12 years ago
  35. 2e72104 Comment parsing tests: fix test by Dmitri Gribenko · 12 years ago
  36. b43f638 Add __has_feature(attribute_availability_with_message). by Jordan Rose · 12 years ago
  37. 56bf6fd Comment diagnostics tests: add a function with zero arguments, for completeness. by Dmitri Gribenko · 12 years ago
  38. 6582277 Comment diagnostics: add warning for multiple \param commands with duplicate by Dmitri Gribenko · 12 years ago
  39. 56df4a9 When a && or || appears as the condition of a ?:, perform appropriate by Richard Smith · 12 years ago
  40. 00c59f7 CommentSema: simplify functions, per Jordan's comment. by Dmitri Gribenko · 12 years ago
  41. 42926a0 Pedantic -pedantic correction. Duplicate cv-qualifiers are permitted in C++11 by Richard Smith · 12 years ago
  42. 833850b Don't use a temporary file. by Rafael Espindola · 12 years ago
  43. 57bc51c ABIArgInfo's constructor is private and only used by the static get* methods. by Rafael Espindola · 12 years ago
  44. 0c43a92 Comment parsing: allow newlines between \param, direction specification (e.g., by Dmitri Gribenko · 12 years ago
  45. 168c07b Tweak warning text for returning incomplete type from extern "C" functions. by Hans Wennborg · 12 years ago
  46. db13f04 Comment parsing: couple TextTokenRetokenizer and comment parser together to by Dmitri Gribenko · 12 years ago
  47. c4b0f9b Move TextTokenRetokenizer from CommentLexer.h to CommentParser.cpp since it is by Dmitri Gribenko · 12 years ago
  48. fd93916 Comment parsing: retokenized text tokens are now pushed back in correct (not by Dmitri Gribenko · 12 years ago
  49. 9f17408 Introduces a new concept for binding results to matchers by Manuel Klimek · 12 years ago
  50. f5e0b22 Fix PR13207 (Mangling of templates with back references when using -cxx-abi microsoft) by Timur Iskhodzhanov · 12 years ago
  51. a5a4cba Change the way KEYNOMS is defined to be more comprehensible. by Francois Pichet · 12 years ago
  52. 9a29d74 clang/test/CodeGenCXX/debug-info-globalinit.cpp: Fix for -Asserts. by NAKAMURA Takumi · 12 years ago
  53. 78d1a10 Emit debug info for dynamic initializers. Permit __attribute__((nodebug)) on by Nick Lewycky · 12 years ago
  54. f50b6fe Fix whitespace, whoops missed a spot! by Nick Lewycky · 12 years ago
  55. 4ae89bc Fix whitespace, tabs to spaces. No functionality change. by Nick Lewycky · 12 years ago
  56. aa9cf8d move X86_32ABIInfo::computeInfo out of line. by Rafael Espindola · 12 years ago
  57. e68c229 Comment parser unit tests: split a huge test case by Dmitri Gribenko · 12 years ago
  58. b33a3c4 Make classifyReturnType and classifyArgumentType private. by Rafael Espindola · 12 years ago
  59. debd16f Comment parser unit tests: reduce code duplication by Dmitri Gribenko · 12 years ago
  60. 5969a5f Do not warn about a function decl / direct init ambiguity if the function has a trailing return type. by Richard Smith · 12 years ago
  61. e1ecdc1 Change APInt to APSInt in one instance. Also change a call to operator==() to by Richard Trieu · 12 years ago
  62. f919985 add AST unittests to CMake build system by Dmitri Gribenko · 12 years ago
  63. 1f8c529 libclang comments AST: clang_ParamCommandComment_getParamName: don't assert by Dmitri Gribenko · 12 years ago
  64. dc69157 Refactor handler functions for thread safety attributes. by Michael Han · 12 years ago
  65. 8487c52 Comment Sema: refactor handling of 'ParmVarDecl's and save them in Sema members. by Dmitri Gribenko · 12 years ago
  66. 2d66a50 Comment AST: add InlineContentComment::RenderKind to specify a default by Dmitri Gribenko · 12 years ago
  67. 1cc9be0 Follow-up: fix the quotes by Timur Iskhodzhanov · 12 years ago
  68. a542744 Replace wrong CHECK array mangling expectations with correct CHECK-NOT+FIXME (PR13182) by Timur Iskhodzhanov · 12 years ago
  69. bed28ac Fix a typo (the the => the) by Sylvestre Ledru · 12 years ago
  70. eab9d6f Add diagnostics for comma at end of enum and for extra semicolon at namespace by Richard Smith · 12 years ago
  71. 3fe52ff When we have an Objective-C object with non-trivial lifetime in a by Douglas Gregor · 12 years ago
  72. adb1d4c PR12917: Remove incorrect assumption that lambda mangling information cannot by Richard Smith · 12 years ago
  73. b67e7fc Allow the parser to recover gracefully if a typename is used to introduce a decltype type. by Francois Pichet · 12 years ago
  74. dfd110c char16_t and char32_t are defined via typedef in MSVC 11 RC. So introduce a way to disable keywords under Microsoft mode. by Francois Pichet · 12 years ago
  75. 8986e10 Comment AST nodes: add NumHTMLStartTagCommentBits member. by Dmitri Gribenko · 12 years ago
  76. 3e63d33 Comment to HTML conversion: add more CSS classes to identify function arguments by Dmitri Gribenko · 12 years ago
  77. d256f86 Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm. by Chad Rosier · 12 years ago
  78. adfa45f Add "long double" to permitted list of ARM complex homogeneous aggregates. by Tim Northover · 12 years ago
  79. c9dce4d Remove unused private member variable uncovered by the recent changes to clang's -Wunused-private-field. by Benjamin Kramer · 12 years ago
  80. 5ef6ea5 Fix c-index-test to compile as C89. by Dmitri Gribenko · 12 years ago
  81. d759cdd Tidy up. by Chad Rosier · 12 years ago
  82. 89770e5 Add the mechanics for -fms-inline-asm. No easy way to test at this time. by Chad Rosier · 12 years ago
  83. ae99b75 Add libclang APIs to walk comments ASTs and an API to convert a comment to an by Dmitri Gribenko · 12 years ago
  84. 0cfe9a1 Revert accidental commit. by Chad Rosier · 12 years ago
  85. f925e04 Add a new flag, -fms-inline-asm, that enables the output of MS-style inline by Chad Rosier · 12 years ago
  86. 4914c28 No longer assuming the number of prototype arguments is always less than the number of formal parameters for a variadic function call. by Aaron Ballman · 12 years ago
  87. 9f08f49 Fix PR13411: Comment parsing: failed assertion on unterminated verbatim block. by Dmitri Gribenko · 12 years ago
  88. bbe0175 Re-apply r160319 "Don't crash when emitting fixits following Unicode chars" by Jordan Rose · 12 years ago
  89. fd8b435 Add a reverse iterator to DeclStmt, and use it when building a CFG. by Jordan Rose · 12 years ago
  90. b379718 Don't need to specify the abi as it's the default. by Eric Christopher · 12 years ago
  91. 090d1bd Fixes an ObjC++ parse crash caused by delayed parsing by Fariborz Jahanian · 12 years ago
  92. 4423f81 CommentBriefParser: coding style fix by Dmitri Gribenko · 12 years ago
  93. 72021ff CommentBriefParser: use \returns if we can't find the \brief or just a plain by Dmitri Gribenko · 12 years ago
  94. 675a4e1 CMake: clang should depend on clang-headers, or bin/clang would not work better. by NAKAMURA Takumi · 12 years ago
  95. 4397289 Revert r160319, it caused PR13417. Add a test for PR13417. by Nico Weber · 12 years ago
  96. 381767f Let Expr::HasSideEffects() return false for NULL, bool literals, this, and nullptr. by Nico Weber · 12 years ago
  97. 4a410dd Rename warn-unused-member.cpp to warn-unused-private-field.cpp to by Nico Weber · 12 years ago
  98. daa177d Switch to the canonical pipe-based testing of clang output using FileCheck. by Chandler Carruth · 12 years ago
  99. 0ccd98d Remove dos line endings. Please remember to configure your windows SVN by Chandler Carruth · 12 years ago
  100. e81ce25 [analyzer] Refactor VisitObjCMessage and VisitCallExpr to rely on the by Anna Zaks · 12 years ago