1. ee3096a CXXRecordDecl: Split getBases/getVBases into a slow and a fast path. by Benjamin Kramer · 12 years ago
  2. 2c7886d Hoist the logic for selecting the Objective-C dispatch method into the runtime by David Chisnall · 12 years ago
  3. a422cd0 A few more cleanups for the GNU family of ObjC runtimes. by David Chisnall · 12 years ago
  4. c50a0e3 Renamed RawComment kinds to avoid name clash. by Abramo Bagnara · 12 years ago
  5. 4e6e791 Move a comment from the commit message into the code. by Bob Wilson · 12 years ago
  6. b0ed95c Obj-C++11 parser: handle a fall out of delayed by Fariborz Jahanian · 12 years ago
  7. fdaa338 [analyzer] For now, don't inline non-static member overloaded operators. by Jordan Rose · 12 years ago
  8. 3b5f9dc Obj-C++11 parser: fix broken parsing of c-function by Fariborz Jahanian · 12 years ago
  9. cda1041 Obj-C++11 parser: turn off buffering of by Fariborz Jahanian · 12 years ago
  10. a1eec4b objective-c: Refactor parse/sema portion of by Fariborz Jahanian · 12 years ago
  11. 11d3f4c Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep by David Chisnall · 12 years ago
  12. 1fc6e4f When using -pg targeting OS X 10.8, pass -no_new_main to the linker. by Bob Wilson · 12 years ago
  13. c70851b [libclang] CompilationDatabase naming and comment fixes by Arnaud A. de Grandmaison · 12 years ago
  14. 15cdcbf CommentLexer: remove Markdown tokens from the token list (they are not emitted by lexer). by Dmitri Gribenko · 12 years ago
  15. 96fac6a Thread safety analysis: improve handling of smart pointers. by DeLesley Hutchins · 12 years ago
  16. c359f20 Make the following changes in the way Mips handles vector arguments and return by Akira Hatanaka · 12 years ago
  17. 9d6e7f3 Thread Safety Analysis: handle expressions involving temporaries, by DeLesley Hutchins · 12 years ago
  18. 57aceb2 CommentBriefParser: remove dead store. Found by Clang Analyzer. by Dmitri Gribenko · 12 years ago
  19. 39d5fa1 Add additional architecture defines for PPC targets. by Hal Finkel · 12 years ago
  20. 8178813 [libclang] Protect against a race condition where a thread by Argyrios Kyrtzidis · 12 years ago
  21. 41de13b clang/utils/TableGen/ClangAttrEmitter.cpp: Fix abuse of StringRef (from getValueAsString()). by NAKAMURA Takumi · 12 years ago
  22. 402a6d5 Silence warning in -Asserts build by Matt Beaumont-Gay · 12 years ago
  23. 941e47c Share ConvertUTF8toWide() between Lex and CodeGen. by Nico Weber · 12 years ago
  24. 7c81b43 Rename -Wself-assign-memvar to -Wself-assign-field to improve local consistency a bit. by Nico Weber · 12 years ago
  25. 2e2c7a4 Remove a redundant assignment to the FDecl variable from *inside* it's by Chandler Carruth · 12 years ago
  26. e0c1168 Significantly simplify CGExprAgg's logic about ignored results: by John McCall · 12 years ago
  27. 109e6de Documentation cleanup: by James Dennett · 12 years ago
  28. ec221bc Documentation cleanup: Delete a duplicated/malformed doc comment. by James Dennett · 12 years ago
  29. f39a7ae [libclang] Introduce clang_Cursor_isDynamicCall which, by Argyrios Kyrtzidis · 12 years ago
  30. 6c89eaf objective-c: just as we have done for method definitions, by Fariborz Jahanian · 12 years ago
  31. a9e8b9e -Wuninitialized: assume that an __attribute__((returns_twice)) function might by Richard Smith · 12 years ago
  32. af50aab Documentation cleanup: by James Dennett · 12 years ago
  33. 7007c07 test/Driver/crash-report.c: don't fail if there are no files left behind by a previous run of this test! by Richard Smith · 12 years ago
  34. bbe3341 Thread safety analysis: fixed bug that occurs when very silly people by DeLesley Hutchins · 12 years ago
  35. 70cbf3c [analyzer] Introduce CXXAllocatorCall to handle placement arg invalidation. by Jordan Rose · 12 years ago
  36. 879a433 Thread safety analysis: fixed incorrect error message at the end of a locks_required function. by DeLesley Hutchins · 12 years ago
  37. c36eda1 Thread safety analysis: don't warn in case of duplicate annotation. by DeLesley Hutchins · 12 years ago
  38. a617240 Improve crash reporting test coverage. by David Blaikie · 12 years ago
  39. 76f0a6e Thread Safety Analysis: turn off checking within trylock functions. by DeLesley Hutchins · 12 years ago
  40. 5fe9b29 Add a warning flag for "'extern' variable has an initializer". by Matt Beaumont-Gay · 12 years ago
  41. 4a26392 Extend a workaround for a CMake bug in LLVM's r159593 to apply to by Chandler Carruth · 12 years ago
  42. fb3cc8b [analyzer] If 'super' is known to be nil, we can still mark its range. by Jordan Rose · 12 years ago
  43. 840c984 Revert "Remove unused member (& consequently unused parameter) in SA's Call code." by Jordan Rose · 12 years ago
  44. 1e537f4 We support a mode where the Clang regression tests are run but not the by Chandler Carruth · 12 years ago
  45. ec956d8 Include -D files in crash report repro scripts. (PR13255) by David Blaikie · 12 years ago
  46. 7dd900e In blocks, only pretend that enum constants have enum type if necessary. by Jordan Rose · 12 years ago
  47. b135f0f When we're looking for redeclarations which might provide a definition in CodeGen, make sure we examine all the redeclarations. PR13252. by Eli Friedman · 12 years ago
  48. 2436415 Make this test invariant to future changes of the max loop unrolling count. by Ted Kremenek · 12 years ago
  49. 8a50fe0 Be more eager about setting the 'Invalid' bit on an invalid class by Douglas Gregor · 12 years ago
  50. 9224fb8 Clone a bit of LIT flag defaults from the LLVM CMake file into the by Chandler Carruth · 12 years ago
  51. 8e674e1 Remove unused member (& consequently unused parameter) in SA's Call code. by David Blaikie · 12 years ago
  52. a533576 Reintroduced FieldDecl public methods setBitWidth and removeBitWidth. by Abramo Bagnara · 12 years ago
  53. d4aeb80 Bail out the LiveVariables analysis when the CFG is very large, as by Ted Kremenek · 12 years ago
  54. 371b477 Fix subtle bug in AnalysisConsumer where we would not analyze functions whose parent by Ted Kremenek · 12 years ago
  55. 56e9b0d Switch from using a lit.cfg-generator variable to the real variable in by Chandler Carruth · 12 years ago
  56. 8f4783c Reduce default template instantiation depth to 512; we're blowing out by Douglas Gregor · 12 years ago
  57. fe6a011 [analyzer] Convert existing checkers to use check::preCall and check::postCall. by Jordan Rose · 12 years ago
  58. 96479da [analyzer] Add generic preCall and postCall checks. by Jordan Rose · 12 years ago
  59. 362a31c [analyzer] Convert CXXConstructExpr over to use CallEvent for evaluation. by Jordan Rose · 12 years ago
  60. 69f87c9 [analyzer] Use CallEvent for inlining and call default-evaluation. by Jordan Rose · 12 years ago
  61. de507ea [analyzer] Finish replacing ObjCMessage with ObjCMethodDecl and friends. by Jordan Rose · 12 years ago
  62. cde8cdb [analyzer] Begin replacing ObjCMessage with ObjCMethodCall and friends. by Jordan Rose · 12 years ago
  63. 85d7e01 [analyzer] Move the last bits of CallOrObjCMessage over to CallEvent. by Jordan Rose · 12 years ago
  64. 55037cd [analyzer] Convert CallAndMessageChecker and ObjCSelfInitChecker to CallEvent. by Jordan Rose · 12 years ago
  65. 4531b7d [analyzer] Convert RetainCountChecker to use CallEvent as much as possible. by Jordan Rose · 12 years ago
  66. 740d490 [analyzer] Add a new abstraction over all types of calls: CallEvent by Jordan Rose · 12 years ago
  67. 7518b37 [PCH] Make sure that all newly introduced visible decls in a DeclContext by Argyrios Kyrtzidis · 12 years ago
  68. 139be70 A ':' after an enum-specifier at class scope is a bitfield, not a typo for a ';'. by Richard Smith · 12 years ago
  69. d99ef53 Add a new libclang completion API to get brief documentation comment that is by Dmitri Gribenko · 12 years ago
  70. f45f234 [asan] update docs: mention MacOS 10.7 and correct the ifdef sample for __has_feature by Kostya Serebryany · 12 years ago
  71. 2f7f5b1 Documentation cleanup: reformatting/fixing up file comments so that they have by James Dennett · 12 years ago
  72. 435d268 Rename tzcnt intrinsics to match gcc. by Craig Topper · 12 years ago
  73. 622da85 Additional testing for fixes in r158289 and r158290 to allow implicitly-declared by Richard Smith · 12 years ago
  74. fb40e3f PR13189: va_list broken with precompiled headers by Meador Inge · 12 years ago
  75. e7e9332 c-index-test/Makefile: Tweak USEDLIBS for cygwin. cygclang.dll is not linked to c-index-test yet. by NAKAMURA Takumi · 12 years ago
  76. f70a886 Add support for the C11 _Alignof keyword. by Jordan Rose · 12 years ago
  77. 685d78d [libclang] Make implementation filename match the header's name for CXCompilationDatabase by Arnaud A. de Grandmaison · 12 years ago
  78. 4439478 [cindex.py] Fix comments by Arnaud A. de Grandmaison · 12 years ago
  79. e27537d [libclang] Fix autoconf library dependencies for tooling support by Arnaud A. de Grandmaison · 12 years ago
  80. 0fb474a c-index-test.c: Fix missing semicolon(s). by NAKAMURA Takumi · 12 years ago
  81. 910ff3f [cindex.py] add CompilationDatabase support by Arnaud A. de Grandmaison · 12 years ago
  82. db29318 [libclang] add CompilationDatabase support by Arnaud A. de Grandmaison · 12 years ago
  83. 82a53bd Switch Clang to use the new common LLVM CMake infrastructure for adding by Chandler Carruth · 12 years ago
  84. b6bc31e Add a missing argument index, wordsmith a little, and 80(ish) columns by Matt Beaumont-Gay · 12 years ago
  85. 075a543 blocks: fixes a crash when encoding block type by Fariborz Jahanian · 12 years ago
  86. 1ba4723 test/Driver/crash-report.c: Mark it as XFAIL on win32 hosts, for now. Investigating. by NAKAMURA Takumi · 12 years ago
  87. ccda680 Remove dependency on string.h by Fariborz Jahanian · 12 years ago
  88. a275229 Unbreak the test from r159469. by David Blaikie · 12 years ago
  89. 648e763 Fix typos from r159463 and update tests. Added Matt Beaumont-Gay's suggestion by Richard Trieu · 12 years ago
  90. 7e68ba5 objective-c IRGen: fixes a crash when method type is being mangled by Fariborz Jahanian · 12 years ago
  91. e75d9cf Use -frewrite-includes for crash reports. by David Blaikie · 12 years ago
  92. 4ac5751 In Sema::ClassifyName, try to avoid nonsensical corrections to by Kaelyn Uhrain · 12 years ago
  93. 529cdf4 Update the %diff modifer to have an alternate string print when a template tree by Richard Trieu · 12 years ago
  94. b075417 Revert "Tweak insecureAPI analyzer checks to have the ability to be individually disabled." by Ted Kremenek · 12 years ago
  95. 4f50875 Tweak insecureAPI analyzer checks to have the ability to be individually disabled. by Ted Kremenek · 12 years ago
  96. 04ca19b Add a fix-it hint note to -Wunique-enum to suggest that the last element gets by Richard Trieu · 12 years ago
  97. 6734ec4 objective-c modern translator: synthesize argument type by Fariborz Jahanian · 12 years ago
  98. 49f6dac modern objc translator: string.h is unavailable on some non-OSX by Fariborz Jahanian · 12 years ago
  99. 2578532 fix a typo in my last commit. I thought I recompiled, but apparently I did not. by Fariborz Jahanian · 12 years ago
  100. 20e7d99 objc diagnostic: pass IdentifierInfo* to the diagnostic system by Fariborz Jahanian · 12 years ago