1. da5fc53 [analyzer] Inline ctors + dtors when the CFG is built for them. by Jordan Rose · 12 years ago
  2. d30ec70 objective-c parsing. Don't crash when selector name by Fariborz Jahanian · 12 years ago
  3. bae11d8 Remove an outdated comment; add one test to compare function pointer and block mangling by Timur Iskhodzhanov · 12 years ago
  4. 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
  5. dc6dabc Fix PR13389 (Wrong mangling of return type qualifiers with -cxx-abi microsoft) by Timur Iskhodzhanov · 12 years ago
  6. 77b1ae5 Removed standalone clang-ast-dump tool. by Alexander Kornienko · 12 years ago
  7. 9dc5167 [analyzer] Inline ObjC class methods. by Anna Zaks · 12 years ago
  8. fc999ac Add static analyzer check for calling a C++ instance method with a null/uninitialized pointer. by Ted Kremenek · 12 years ago
  9. a95b4f7 Disable the warning for missing prototypes for OpenCL kernels. Includes testcase. by Tanya Lattner · 12 years ago
  10. 469841a Update ExprEngine's handling of ternary operators to find the ternary expression by Ted Kremenek · 12 years ago
  11. 5292718 Remove experimental invalid iterators checker from the codebase until we have the time by Ted Kremenek · 12 years ago
  12. 699c6cd [driver crash diagnostics] Strip -internal-isystem and -internal-externc-isystem. by Chad Rosier · 12 years ago
  13. a4ba28f [driver crash diagnostics] Strip -idirafter, -iprefix, -iwithprefix, by Chad Rosier · 12 years ago
  14. 37302ea [driver crash diagnostics] A few enhancements: by Chad Rosier · 12 years ago
  15. 2c6b00e libclang comment to HTML rendering: \result is the same as \returns by Dmitri Gribenko · 12 years ago
  16. 1eb1eb4 test/PCH/objc_stmts.m: Suppress stderr to be fed to FileCheck. by NAKAMURA Takumi · 12 years ago
  17. 310fe46 test/Analysis/iterators.cpp: Mark as REQUIRES:asserts. It crashes due to assertion failure. by NAKAMURA Takumi · 12 years ago
  18. 3465318 Turn -Wobjc-root-class on by default. <rdar://problem/11203649>. by Ted Kremenek · 12 years ago
  19. c0a4377 Promote warn_unknown_analyzer_checker to an error. Addresses <rdar://problem/10987863>. by Ted Kremenek · 12 years ago
  20. 612409e PR12057: Allow variadic template pack expansions to cross lambda boundaries. by Richard Smith · 12 years ago
  21. 2e72104 Comment parsing tests: fix test by Dmitri Gribenko · 12 years ago
  22. b43f638 Add __has_feature(attribute_availability_with_message). by Jordan Rose · 12 years ago
  23. 56bf6fd Comment diagnostics tests: add a function with zero arguments, for completeness. by Dmitri Gribenko · 12 years ago
  24. 6582277 Comment diagnostics: add warning for multiple \param commands with duplicate by Dmitri Gribenko · 12 years ago
  25. 56df4a9 When a && or || appears as the condition of a ?:, perform appropriate by Richard Smith · 12 years ago
  26. 42926a0 Pedantic -pedantic correction. Duplicate cv-qualifiers are permitted in C++11 by Richard Smith · 12 years ago
  27. 833850b Don't use a temporary file. by Rafael Espindola · 12 years ago
  28. 168c07b Tweak warning text for returning incomplete type from extern "C" functions. by Hans Wennborg · 12 years ago
  29. f5e0b22 Fix PR13207 (Mangling of templates with back references when using -cxx-abi microsoft) by Timur Iskhodzhanov · 12 years ago
  30. 9a29d74 clang/test/CodeGenCXX/debug-info-globalinit.cpp: Fix for -Asserts. by NAKAMURA Takumi · 12 years ago
  31. 78d1a10 Emit debug info for dynamic initializers. Permit __attribute__((nodebug)) on by Nick Lewycky · 12 years ago
  32. 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
  33. 1f8c529 libclang comments AST: clang_ParamCommandComment_getParamName: don't assert by Dmitri Gribenko · 12 years ago
  34. 2d66a50 Comment AST: add InlineContentComment::RenderKind to specify a default by Dmitri Gribenko · 12 years ago
  35. 1cc9be0 Follow-up: fix the quotes by Timur Iskhodzhanov · 12 years ago
  36. a542744 Replace wrong CHECK array mangling expectations with correct CHECK-NOT+FIXME (PR13182) by Timur Iskhodzhanov · 12 years ago
  37. bed28ac Fix a typo (the the => the) by Sylvestre Ledru · 12 years ago
  38. eab9d6f Add diagnostics for comma at end of enum and for extra semicolon at namespace by Richard Smith · 12 years ago
  39. 3fe52ff When we have an Objective-C object with non-trivial lifetime in a by Douglas Gregor · 12 years ago
  40. adb1d4c PR12917: Remove incorrect assumption that lambda mangling information cannot by Richard Smith · 12 years ago
  41. b67e7fc Allow the parser to recover gracefully if a typename is used to introduce a decltype type. by Francois Pichet · 12 years ago
  42. 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
  43. 3e63d33 Comment to HTML conversion: add more CSS classes to identify function arguments by Dmitri Gribenko · 12 years ago
  44. d256f86 Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm. by Chad Rosier · 12 years ago
  45. adfa45f Add "long double" to permitted list of ARM complex homogeneous aggregates. by Tim Northover · 12 years ago
  46. ae99b75 Add libclang APIs to walk comments ASTs and an API to convert a comment to an by Dmitri Gribenko · 12 years ago
  47. f925e04 Add a new flag, -fms-inline-asm, that enables the output of MS-style inline by Chad Rosier · 12 years ago
  48. 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
  49. 9f08f49 Fix PR13411: Comment parsing: failed assertion on unterminated verbatim block. by Dmitri Gribenko · 12 years ago
  50. bbe0175 Re-apply r160319 "Don't crash when emitting fixits following Unicode chars" by Jordan Rose · 12 years ago
  51. b379718 Don't need to specify the abi as it's the default. by Eric Christopher · 12 years ago
  52. 090d1bd Fixes an ObjC++ parse crash caused by delayed parsing by Fariborz Jahanian · 12 years ago
  53. 72021ff CommentBriefParser: use \returns if we can't find the \brief or just a plain by Dmitri Gribenko · 12 years ago
  54. 4397289 Revert r160319, it caused PR13417. Add a test for PR13417. by Nico Weber · 12 years ago
  55. 381767f Let Expr::HasSideEffects() return false for NULL, bool literals, this, and nullptr. by Nico Weber · 12 years ago
  56. 4a410dd Rename warn-unused-member.cpp to warn-unused-private-field.cpp to by Nico Weber · 12 years ago
  57. daa177d Switch to the canonical pipe-based testing of clang output using FileCheck. by Chandler Carruth · 12 years ago
  58. 0ccd98d Remove dos line endings. Please remember to configure your windows SVN by Chandler Carruth · 12 years ago
  59. d23ec89 FileCheck-ize. by Eric Christopher · 12 years ago
  60. 6dba4a1 Reset the layout of an ObjC class if we see an ivar in a category by Eric Christopher · 12 years ago
  61. ddcfbc9 For varargs, diagnose passing ObjC objects by value like other non-POD types. by Jordan Rose · 12 years ago
  62. b13291a Capitalize "Objective-C" and "C++" in user-facing contexts. by Jordan Rose · 12 years ago
  63. 4871666 Don't crash checking a format string if one of the arguments is invalid. by Jordan Rose · 12 years ago
  64. ee7af50 Add a test case for rdar://11806334. by Argyrios Kyrtzidis · 12 years ago
  65. 455e72e Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only. by Bob Wilson · 12 years ago
  66. f816787 Relaxed enumeration constant naming rules for scoped enumerators so they no longer emit a diagnostic when the enumeration's name matches that of the class. Fixes PR13128. by Aaron Ballman · 12 years ago
  67. a1ec3db Force the OS X version to 10.6 for old-style simulator builds. by Bob Wilson · 12 years ago
  68. 858e69f Fix ParagraphComment::isWhitespace(): a paragraph without a non-whitespace by Dmitri Gribenko · 12 years ago
  69. c0e8ad5 Rolling this change back because the fix doesn't fit the symptoms (even if it solves them). by Aaron Ballman · 12 years ago
  70. 8919e68 [analyzer] Combine all ObjC message CallEvents into ObjCMethodCall. by Jordan Rose · 12 years ago
  71. 4b4327f Fixing up a test case that was failing due to the lack of -std=c++11 by Aaron Ballman · 12 years ago
  72. 21625c6 Fix crash in RegionStoreManager::evalDerivedToBase() due to not handling references by Ted Kremenek · 12 years ago
  73. 88237bf Teach CFG construction about destructors resulting from references to array types. Fixes crash in <rdar://problem/11671507>. by Ted Kremenek · 12 years ago
  74. 517bb84 PR13381, part 2: when determining if a defaulted special member function should by Richard Smith · 12 years ago
  75. 6a06e5f PR13381: consider cv-qualifiers on a class member's type when determining which by Richard Smith · 12 years ago
  76. 500d729 PR13386: When matching up parameters between a function template declaration by Richard Smith · 12 years ago
  77. 5912597 Fix test so it works the same way on 32-bit and 64-bit. by Eli Friedman · 12 years ago
  78. b251302 When performing the deduced/actual argument type check for C++ by Douglas Gregor · 12 years ago
  79. 7961589 Remove unnecessary spacing around Objective-C object literal code by Douglas Gregor · 12 years ago
  80. a52f5a3 Adding a fixit for includes that cannot be found with angle brackets, but can be found with quoted strings instead. Implements PR13201. by Aaron Ballman · 12 years ago
  81. 75d4b1e Robustify test in the face of no assertions. by Eric Christopher · 12 years ago
  82. 26dc97c Don't treat overflow in floating-point conversions as a hard error in constant evaluation. <rdar://problem/11874571>. by Eli Friedman · 12 years ago
  83. 251c449 Handle the case where the base type is not dependent, but the derived one is. by Rafael Espindola · 12 years ago
  84. 74976f2 Fix regexp for this test to properly check. by Eric Christopher · 12 years ago
  85. 659a712 CommentBriefParser: make \short should equivalent to \brief, per Doxygen manual. by Dmitri Gribenko · 12 years ago
  86. 379b281 Issue warning when assigning out-of-range integer values to enums. by Fariborz Jahanian · 12 years ago
  87. d5209ae -Wobjc-literal-compare: don't warn when comparing against nil. by Jordan Rose · 12 years ago
  88. eec207f Add -Wobjc-string-compare under -Wobjc-literal-compare. by Jordan Rose · 12 years ago
  89. 8d872ca Now that -Wobjc-literal-compare is a warning, put the fixit on a note. by Jordan Rose · 12 years ago
  90. 71adc5b Merge visibility from previous decls before looking at visibility pragma. This by Rafael Espindola · 12 years ago
  91. a555f2b test/Driver/crash-report.c: Remove "REQUIRES: shell". env(1) can be used also with gnuwin32. by NAKAMURA Takumi · 12 years ago
  92. e87f3f6 Revert commit r160308. We decide to move builtins selection to the backend. by Simon Atanasyan · 12 years ago
  93. df9b933 [Win32] Rework crash-report since r145389. by NAKAMURA Takumi · 12 years ago
  94. e575679 test/Driver/crash-report.c: Small tweaks. 1) Use %t instead %T for TMP. 2) Set all of $TMPDIR, $TEMP and $TMP, or a certain host might set $TEMP. by NAKAMURA Takumi · 12 years ago
  95. becfc23 Record visibility pragmas when we see a tag declaration. We might use it by Rafael Espindola · 12 years ago
  96. 6cfa78f Uninitialized variables: two little changes: by Richard Smith · 12 years ago
  97. 3df9a75 clang/test/Tooling/clang-ast-dump.cpp: Mark it as REQUIRES: asserts, for now. by NAKAMURA Takumi · 12 years ago
  98. 9532e0d -Wuninitialized: Split the classification of DeclRefExprs as initialization or by Richard Smith · 12 years ago
  99. 89e5aaf [analyzer] Handle new-expressions with initializers for scalars. by Jordan Rose · 12 years ago
  100. b04a457 Weaken Unicode fixit test to work even if the character is printed escaped. by Jordan Rose · 12 years ago