1. ec98f2f Fix an assertion failure when code completing an auto variable's initialiser. by Peter Collingbourne · 12 years ago
  2. b399696 Fix PR13394: Erasing from a vector changes the end of the vector, so make sure we always have the right end. by Benjamin Kramer · 12 years ago
  3. 11abf2a clang/lib: [CMake] Update tblgen'd dependencies. by NAKAMURA Takumi · 12 years ago
  4. 866abce clang/lib: [CMake] Reformat, alphabetize lists. by NAKAMURA Takumi · 12 years ago
  5. 3eb3755 libclang, examples: [CMake] Add dependencies to tblgen'd headers. by NAKAMURA Takumi · 12 years ago
  6. e3120ae clang/CMakeLists.txt: Move "examples" after building lib and tools. by NAKAMURA Takumi · 12 years ago
  7. b9d0b76 Final piece of core issue 1330: delay computing the exception specification of by Richard Smith · 12 years ago
  8. 69a0e50 [analyzer] Look through SubstNonTypeTemplateParmExprs. by Jordan Rose · 12 years ago
  9. 979f098 [analyzer] Use a stack-based local AGAIN to fix the build for real. by Jordan Rose · 12 years ago
  10. e3fd87c [analyzer] Use a stack-based local instead of a temporary to fix build. by Jordan Rose · 12 years ago
  11. 304efd5 objc-arc: When objects with known CF semantics are assigned to by Fariborz Jahanian · 12 years ago
  12. 61b135a Tweak test case to not emit warning. by Ted Kremenek · 12 years ago
  13. dba417c SATestBuild should not ask for non-existent checkers. by Jordan Rose · 12 years ago
  14. 6da6049 Look at the preceding CFGBlock for the expression to load from in ExprEngine::VisitGuardedExpr by Ted Kremenek · 12 years ago
  15. 7c99aa3 [analyzer] CallEvent is no longer a value object. by Jordan Rose · 12 years ago
  16. f540c54 [analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp}. No functionality change. by Jordan Rose · 12 years ago
  17. 1d3ca25 [analyzer] Don't crash on implicit statements inside initializers. by Jordan Rose · 12 years ago
  18. e460c46 [analyzer] Don't crash on array constructors and destructors. by Jordan Rose · 12 years ago
  19. 3a0a9e3 [analyzer] Handle C++ member initializers and destructors. by Jordan Rose · 12 years ago
  20. 075f6fb [analyzer] Use the CFG to see if a constructor is for a local variable. by Jordan Rose · 12 years ago
  21. 888c90a [analyzer] Handle base class initializers and destructors. by Jordan Rose · 12 years ago
  22. d7f1d13 [analyzer] Variables with destructors are live until the destructor is run. by Jordan Rose · 12 years ago
  23. 183ba8e [analyzer] Show paths for destructor calls. by Jordan Rose · 12 years ago
  24. da5fc53 [analyzer] Inline ctors + dtors when the CFG is built for them. by Jordan Rose · 12 years ago
  25. df51fb9 [analyzer] PostImplicitCall can also occur between CFGElements. by Jordan Rose · 12 years ago
  26. 132283b Add a const version of Expr::IgnoreImplicit. No functionality change. by Jordan Rose · 12 years ago
  27. ac57d47 Un-break standalone invocations of CmpRuns.py. by Jordan Rose · 12 years ago
  28. d30ec70 objective-c parsing. Don't crash when selector name by Fariborz Jahanian · 12 years ago
  29. 559b928 Put back dump() without a default argument, "because debuggers don't usually respect default arguments". by Alexander Kornienko · 12 years ago
  30. e34a052 Added -ast-dump-filter option to clang -cc1. by Alexander Kornienko · 12 years ago
  31. bae11d8 Remove an outdated comment; add one test to compare function pointer and block mangling by Timur Iskhodzhanov · 12 years ago
  32. 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
  33. dc6dabc Fix PR13389 (Wrong mangling of return type qualifiers with -cxx-abi microsoft) by Timur Iskhodzhanov · 12 years ago
  34. 77b1ae5 Removed standalone clang-ast-dump tool. by Alexander Kornienko · 12 years ago
  35. 9dc5167 [analyzer] Inline ObjC class methods. by Anna Zaks · 12 years ago
  36. fc999ac Add static analyzer check for calling a C++ instance method with a null/uninitialized pointer. by Ted Kremenek · 12 years ago
  37. a95b4f7 Disable the warning for missing prototypes for OpenCL kernels. Includes testcase. by Tanya Lattner · 12 years ago
  38. a2ad394 Remove the ability to stash arbitrary pointers into UndefinedVal (no longer needed). by Ted Kremenek · 12 years ago
  39. 2a700b1 Fix two typos in the doc by Sylvestre Ledru · 12 years ago
  40. 829846b Remove ExprEngine::MarkBranch(), as it is no longer needed. by Ted Kremenek · 12 years ago
  41. 469841a Update ExprEngine's handling of ternary operators to find the ternary expression by Ted Kremenek · 12 years ago
  42. 2ca5af2 objective-c modern translator. Provide declaration of by Fariborz Jahanian · 12 years ago
  43. 5292718 Remove experimental invalid iterators checker from the codebase until we have the time by Ted Kremenek · 12 years ago
  44. 699c6cd [driver crash diagnostics] Strip -internal-isystem and -internal-externc-isystem. by Chad Rosier · 12 years ago
  45. a4ba28f [driver crash diagnostics] Strip -idirafter, -iprefix, -iwithprefix, by Chad Rosier · 12 years ago
  46. 37302ea [driver crash diagnostics] A few enhancements: by Chad Rosier · 12 years ago
  47. 2c6b00e libclang comment to HTML rendering: \result is the same as \returns by Dmitri Gribenko · 12 years ago
  48. 1eb1eb4 test/PCH/objc_stmts.m: Suppress stderr to be fed to FileCheck. by NAKAMURA Takumi · 12 years ago
  49. 715c956 Introduces the 'decl' matcher which was missing for a while by Manuel Klimek · 12 years ago
  50. 310fe46 test/Analysis/iterators.cpp: Mark as REQUIRES:asserts. It crashes due to assertion failure. by NAKAMURA Takumi · 12 years ago
  51. d93c5ff Add a FIXME to revisit the performance of BackRefMap later by Timur Iskhodzhanov · 12 years ago
  52. a705f1f Adds a introductionary document to the Clang AST. by Manuel Klimek · 12 years ago
  53. 3465318 Turn -Wobjc-root-class on by default. <rdar://problem/11203649>. by Ted Kremenek · 12 years ago
  54. c0a4377 Promote warn_unknown_analyzer_checker to an error. Addresses <rdar://problem/10987863>. by Ted Kremenek · 12 years ago
  55. 612409e PR12057: Allow variadic template pack expansions to cross lambda boundaries. by Richard Smith · 12 years ago
  56. 6f36366 Make comments::Parser and comments::Sema noncopyable. by Dmitri Gribenko · 12 years ago
  57. 2e72104 Comment parsing tests: fix test by Dmitri Gribenko · 12 years ago
  58. b43f638 Add __has_feature(attribute_availability_with_message). by Jordan Rose · 12 years ago
  59. 56bf6fd Comment diagnostics tests: add a function with zero arguments, for completeness. by Dmitri Gribenko · 12 years ago
  60. 6582277 Comment diagnostics: add warning for multiple \param commands with duplicate by Dmitri Gribenko · 12 years ago
  61. 56df4a9 When a && or || appears as the condition of a ?:, perform appropriate by Richard Smith · 12 years ago
  62. 00c59f7 CommentSema: simplify functions, per Jordan's comment. by Dmitri Gribenko · 12 years ago
  63. 42926a0 Pedantic -pedantic correction. Duplicate cv-qualifiers are permitted in C++11 by Richard Smith · 12 years ago
  64. 833850b Don't use a temporary file. by Rafael Espindola · 12 years ago
  65. 57bc51c ABIArgInfo's constructor is private and only used by the static get* methods. by Rafael Espindola · 12 years ago
  66. 0c43a92 Comment parsing: allow newlines between \param, direction specification (e.g., by Dmitri Gribenko · 12 years ago
  67. 168c07b Tweak warning text for returning incomplete type from extern "C" functions. by Hans Wennborg · 12 years ago
  68. db13f04 Comment parsing: couple TextTokenRetokenizer and comment parser together to by Dmitri Gribenko · 12 years ago
  69. c4b0f9b Move TextTokenRetokenizer from CommentLexer.h to CommentParser.cpp since it is by Dmitri Gribenko · 12 years ago
  70. fd93916 Comment parsing: retokenized text tokens are now pushed back in correct (not by Dmitri Gribenko · 12 years ago
  71. 9f17408 Introduces a new concept for binding results to matchers by Manuel Klimek · 12 years ago
  72. f5e0b22 Fix PR13207 (Mangling of templates with back references when using -cxx-abi microsoft) by Timur Iskhodzhanov · 12 years ago
  73. a5a4cba Change the way KEYNOMS is defined to be more comprehensible. by Francois Pichet · 12 years ago
  74. 9a29d74 clang/test/CodeGenCXX/debug-info-globalinit.cpp: Fix for -Asserts. by NAKAMURA Takumi · 12 years ago
  75. 78d1a10 Emit debug info for dynamic initializers. Permit __attribute__((nodebug)) on by Nick Lewycky · 12 years ago
  76. f50b6fe Fix whitespace, whoops missed a spot! by Nick Lewycky · 12 years ago
  77. 4ae89bc Fix whitespace, tabs to spaces. No functionality change. by Nick Lewycky · 12 years ago
  78. aa9cf8d move X86_32ABIInfo::computeInfo out of line. by Rafael Espindola · 12 years ago
  79. e68c229 Comment parser unit tests: split a huge test case by Dmitri Gribenko · 12 years ago
  80. b33a3c4 Make classifyReturnType and classifyArgumentType private. by Rafael Espindola · 12 years ago
  81. debd16f Comment parser unit tests: reduce code duplication by Dmitri Gribenko · 12 years ago
  82. 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
  83. e1ecdc1 Change APInt to APSInt in one instance. Also change a call to operator==() to by Richard Trieu · 12 years ago
  84. f919985 add AST unittests to CMake build system by Dmitri Gribenko · 12 years ago
  85. 1f8c529 libclang comments AST: clang_ParamCommandComment_getParamName: don't assert by Dmitri Gribenko · 12 years ago
  86. dc69157 Refactor handler functions for thread safety attributes. by Michael Han · 12 years ago
  87. 8487c52 Comment Sema: refactor handling of 'ParmVarDecl's and save them in Sema members. by Dmitri Gribenko · 12 years ago
  88. 2d66a50 Comment AST: add InlineContentComment::RenderKind to specify a default by Dmitri Gribenko · 12 years ago
  89. 1cc9be0 Follow-up: fix the quotes by Timur Iskhodzhanov · 12 years ago
  90. a542744 Replace wrong CHECK array mangling expectations with correct CHECK-NOT+FIXME (PR13182) by Timur Iskhodzhanov · 12 years ago
  91. bed28ac Fix a typo (the the => the) by Sylvestre Ledru · 12 years ago
  92. eab9d6f Add diagnostics for comma at end of enum and for extra semicolon at namespace by Richard Smith · 12 years ago
  93. 3fe52ff When we have an Objective-C object with non-trivial lifetime in a by Douglas Gregor · 12 years ago
  94. adb1d4c PR12917: Remove incorrect assumption that lambda mangling information cannot by Richard Smith · 12 years ago
  95. b67e7fc Allow the parser to recover gracefully if a typename is used to introduce a decltype type. by Francois Pichet · 12 years ago
  96. 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
  97. 8986e10 Comment AST nodes: add NumHTMLStartTagCommentBits member. by Dmitri Gribenko · 12 years ago
  98. 3e63d33 Comment to HTML conversion: add more CSS classes to identify function arguments by Dmitri Gribenko · 12 years ago
  99. d256f86 Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm. by Chad Rosier · 12 years ago
  100. adfa45f Add "long double" to permitted list of ARM complex homogeneous aggregates. by Tim Northover · 12 years ago