1. 96b0986 Comment parsing: add support for \tparam command on all levels. by Dmitri Gribenko · 12 years ago
  2. 3c394c5 When testing whether we can perform copy or move initialization, be by Douglas Gregor · 12 years ago
  3. 0bc35e9 Include clang-check as part of the clang installation. by David Blaikie · 12 years ago
  4. 9849901 Consider the visibility of template template arguments. GCC doesn't, but it also by Rafael Espindola · 12 years ago
  5. 2f9c40a [analyzer] Control C++ inlining with a macro in ExprEngineCallAndReturn.cpp. by Jordan Rose · 12 years ago
  6. e1ce783 [analyzer] Turn -cfg-add-initializers on by default, and remove the flag. by Jordan Rose · 12 years ago
  7. 4fe64ad [analyzer] Don't try to inline if there's no region for a message receiver. by Jordan Rose · 12 years ago
  8. 6d8ab45 [analyzer] Add a FIXME about devirtualization in ctors/dtors. by Jordan Rose · 12 years ago
  9. 5deddaf -Wformat: better handling of qualifiers on pointer arguments by Hans Wennborg · 12 years ago
  10. 6b4be2e [analyzer] Getting an lvalue for a reference field still requires a load. by Jordan Rose · 12 years ago
  11. d48ab06 Tweak code-completion heuristics deciding between a lambda by Douglas Gregor · 12 years ago
  12. 38b2186 This test actually works on Win32... by Manuel Klimek · 12 years ago
  13. 98be860 Fixes a segfault in Tooling when using pch's: by Manuel Klimek · 12 years ago
  14. 94be8ea Remove deprecated getNameAsCString methods. by Benjamin Kramer · 12 years ago
  15. 1c9cff4 Add two more .keep files to avoid the missing of empty folders in git repository. by Jiangning Liu · 12 years ago
  16. 66b18b1 Add two .keep files to avoid the missing of empty folders in git repository. by Jiangning Liu · 12 years ago
  17. 171af64 Added -ast-list option to dump filterable AST decl node names. by Alexander Kornienko · 12 years ago
  18. ff104a1 Support ARM hard float (arm-linux-gnueabihf). by Jiangning Liu · 12 years ago
  19. 43e3dee Fix some minor typos by Sylvestre Ledru · 12 years ago
  20. 297f71d Document the result type of the matcher functions where by Manuel Klimek · 12 years ago
  21. 1503f0d Introduce new queries on ObjCRuntime for how to interpret subscripts by John McCall · 12 years ago
  22. b48280b Handle functions with struct arguments or return types and the regparm by Rafael Espindola · 12 years ago
  23. d72f56d [analyzer] Add a test that messages to super invalidate ivars. by Jordan Rose · 12 years ago
  24. a78a640 Attributes preceding a function declaration are first applied to the return by Rafael Espindola · 12 years ago
  25. 761322b No longer emitting a PCH file when using -fsyntax-only on a header file. Fixes PR13343. by Aaron Ballman · 12 years ago
  26. ef15831 [analyzer] Let CallEvent decide what goes in an inital stack frame. by Jordan Rose · 12 years ago
  27. 2f71622 Explain why ACC_bottom should never occur in diagnosing ARC casts. by Jordan Rose · 12 years ago
  28. 437fbc5 When we encounter a code-completion token while parsing an ill-formed by Douglas Gregor · 12 years ago
  29. bd9b65a Don't crash *or* insert a bogus autorelease when emitting a by John McCall · 12 years ago
  30. f0324d3 [analyzer] Handle inlining of instance calls to super. by Anna Zaks · 12 years ago
  31. 5d0f373 [analyzer] Only run this test with no IPA by Anna Zaks · 12 years ago
  32. dd25e80 PR13479: If we see the definition of an out-of-line destructor in C++11, be by Richard Smith · 12 years ago
  33. 57c0336 [analyzer] Perform post-call checks for all inlined calls. by Jordan Rose · 12 years ago
  34. d64effc Extend the ',' versus ';' diagnostic for -Wvexing-parse to cover the with-arguments case as well as the no-arguments case. by Richard Smith · 12 years ago
  35. b9c6261 Improvements to vexing-parse warnings. Make the no-parameters case more by Richard Smith · 12 years ago
  36. 1b0a13e objective-c arc: ARC IRGen correctly assumes result by Fariborz Jahanian · 12 years ago
  37. 2d18419 [analyzer] Very simple ObjC instance method inlining by Anna Zaks · 12 years ago
  38. 3738db9 [analyzer] fixup for adding of the "dynamic" ipa option by Anna Zaks · 12 years ago
  39. ca93ee7 Mark ObjCInterfaceDecl::lookupPrivateMethod as const. by Anna Zaks · 12 years ago
  40. e13056a [analyzer] Add -analyzer-ipa=dynamic option for inlining dynamically by Anna Zaks · 12 years ago
  41. d563d3f [analyzer] Only allow CallEvents to be created by CallEventManager. by Jordan Rose · 12 years ago
  42. a989aeb [analyzer] Remove declaration of refactored evalObjCMessage method. by Jordan Rose · 12 years ago
  43. 78a1b19 Do not warn on correct use of the '%n' format specifier. by Matt Beaumont-Gay · 12 years ago
  44. 972a368 [analyzer] Introduce a CallEventManager to keep a pool of CallEvents. by Jordan Rose · 12 years ago
  45. e5db09c Move comment from member operator() to class. by Dmitri Gribenko · 12 years ago
  46. e5deb79 Comment parser: don't crash on a completely empty \param followed by a block by Dmitri Gribenko · 12 years ago
  47. 74edbd4 c-index-test: remove dead store. Found by Clang static analyzer! by Dmitri Gribenko · 12 years ago
  48. 60b202c Lexer: remove dead stores. Found by Clang static analyzer! by Dmitri Gribenko · 12 years ago
  49. c109361 Comment dumper: silence a warning by not casting away const by Dmitri Gribenko · 12 years ago
  50. 221a6d7 Add missing include for Linux buildbot by Dmitri Gribenko · 12 years ago
  51. b740316 Add an assert to ParamCommandComment::getParamIndex() -- it should not be by Dmitri Gribenko · 12 years ago
  52. cec9ce4 Make -Wformat check the argument type for %n. by Hans Wennborg · 12 years ago
  53. 3ccc173 Comment parser: add one more test by Dmitri Gribenko · 12 years ago
  54. aa1e192 Update source location in test. by Benjamin Kramer · 12 years ago
  55. e5e8f4d Use the location of the copy assignment when diagnosing classes that are nontrivial because of it. by Benjamin Kramer · 12 years ago
  56. 2cd7f41 Fix ambiguity detection in GetBestOverloadCandidateSimple. by Benjamin Kramer · 12 years ago
  57. 6cc9dc8 Fix dynamic object linker for ARM GNUEABIHF. by Jiangning Liu · 12 years ago
  58. 9bd2809 Fix for ASTMatchFinder to visit a functions parameter declarations. by Daniel Jasper · 12 years ago
  59. dfa210b Provide correct linker command line options on FreeBSD 8 (GNU ld 2.15) and on newer FreeBSD (GNU ld 2.17). by David Chisnall · 12 years ago
  60. b2efdf3 Microoptimize isOffsetInFileID a bit. by Benjamin Kramer · 12 years ago
  61. d22f084 PR13433: In Microsoft mode, don't require function calls within decltype by Richard Smith · 12 years ago
  62. 74cb390 assert on ACC_bottom when checking for invalid CF to ARC conversions. by Fariborz Jahanian · 12 years ago
  63. 6d4a40e Add a missing testcase for merging the visibility of two declarations used by Rafael Espindola · 12 years ago
  64. 72b57cc Comment dumper: print \param parameter index if parameter name is resolved. by Dmitri Gribenko · 12 years ago
  65. d9c729e more objc-arc: With ACC_bottom, we just provide by Fariborz Jahanian · 12 years ago
  66. 24b2ab7 objc-arc: change per Jordy's comments. // rdar://11923822 by Fariborz Jahanian · 12 years ago
  67. 0ba5880 CommentSema.cpp: remove extra semicolon by Dmitri Gribenko · 12 years ago
  68. 533b34f objective-c arc: When function calls with known CFCreate naming convention by Fariborz Jahanian · 12 years ago
  69. bbb7af3 Comment Sema: don't try to typo-correct a \param when function has zero by Dmitri Gribenko · 12 years ago
  70. 607f587 revert r160839 for now. by Fariborz Jahanian · 12 years ago
  71. 477a9f5 Implement resolving of HTML character references (named: &, decimal: *, by Dmitri Gribenko · 12 years ago
  72. e430313 Add a function to convert a single Unicode code point to a UTF8 sequence. by Dmitri Gribenko · 12 years ago
  73. 4684778 Make -Wformat walk the typedef chain when looking for size_t, etc. by Hans Wennborg · 12 years ago
  74. e61354b Consolidate ObjC lookupPrivateMethod methods from Sema and DeclObjC. by Anna Zaks · 12 years ago
  75. bccc594 [analyzer] Another false positive in Class method inlining. by Anna Zaks · 12 years ago
  76. 6fbe031 [analyzer] Address Jordan's and Fariborz's review of r160768. by Anna Zaks · 12 years ago
  77. 3b198a9 Preprocessor: add __BYTE_ORDER__ predefined macro by Dylan Noblesmith · 12 years ago
  78. 9369d4f [scan-build] Fix clang++ pathname by Arnaud A. de Grandmaison · 12 years ago
  79. 77a4d57 test/Preprocessor: add NVPTX predefine tests by Dylan Noblesmith · 12 years ago
  80. ec98f2f Fix an assertion failure when code completing an auto variable's initialiser. by Peter Collingbourne · 12 years ago
  81. 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
  82. 11abf2a clang/lib: [CMake] Update tblgen'd dependencies. by NAKAMURA Takumi · 12 years ago
  83. 866abce clang/lib: [CMake] Reformat, alphabetize lists. by NAKAMURA Takumi · 12 years ago
  84. 3eb3755 libclang, examples: [CMake] Add dependencies to tblgen'd headers. by NAKAMURA Takumi · 12 years ago
  85. e3120ae clang/CMakeLists.txt: Move "examples" after building lib and tools. by NAKAMURA Takumi · 12 years ago
  86. b9d0b76 Final piece of core issue 1330: delay computing the exception specification of by Richard Smith · 12 years ago
  87. 69a0e50 [analyzer] Look through SubstNonTypeTemplateParmExprs. by Jordan Rose · 12 years ago
  88. 979f098 [analyzer] Use a stack-based local AGAIN to fix the build for real. by Jordan Rose · 12 years ago
  89. e3fd87c [analyzer] Use a stack-based local instead of a temporary to fix build. by Jordan Rose · 12 years ago
  90. 304efd5 objc-arc: When objects with known CF semantics are assigned to by Fariborz Jahanian · 12 years ago
  91. 61b135a Tweak test case to not emit warning. by Ted Kremenek · 12 years ago
  92. dba417c SATestBuild should not ask for non-existent checkers. by Jordan Rose · 12 years ago
  93. 6da6049 Look at the preceding CFGBlock for the expression to load from in ExprEngine::VisitGuardedExpr by Ted Kremenek · 12 years ago
  94. 7c99aa3 [analyzer] CallEvent is no longer a value object. by Jordan Rose · 12 years ago
  95. f540c54 [analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp}. No functionality change. by Jordan Rose · 12 years ago
  96. 1d3ca25 [analyzer] Don't crash on implicit statements inside initializers. by Jordan Rose · 12 years ago
  97. e460c46 [analyzer] Don't crash on array constructors and destructors. by Jordan Rose · 12 years ago
  98. 3a0a9e3 [analyzer] Handle C++ member initializers and destructors. by Jordan Rose · 12 years ago
  99. 075f6fb [analyzer] Use the CFG to see if a constructor is for a local variable. by Jordan Rose · 12 years ago
  100. 888c90a [analyzer] Handle base class initializers and destructors. by Jordan Rose · 12 years ago