1. 68cf1a5 Convert RecordLayout::NonVirtualAlign to CharUnits. No change in by Ken Dyck · 14 years ago
  2. da26379 dgregor accidentally killed this assert, but on investigation, it can fire by John McCall · 14 years ago
  3. 8348de3 Support for objc use of property-dot syntax as receiver by Fariborz Jahanian · 14 years ago
  4. bb699b0 When copy-capturing values for a nested capture, use a BlockDeclRefExpr. by John McCall · 14 years ago
  5. 1b52844 Move uninitialized variable checking back under -Wuninitialized-experimental. It is clear from user feedback that this warning is not quite ready. by Ted Kremenek · 14 years ago
  6. 6b5a61b A few more tweaks to the blocks AST representation: by John McCall · 14 years ago
  7. 683564a pre/post ++/-- for AltiVec vectors. (with builtins-ppc-altivec.c failure fixed) by Anton Yartsev · 14 years ago
  8. 976d911 Add another test that we can fully devirtualize now. by Anders Carlsson · 14 years ago
  9. 22df7b1 Fix self-host; if a thunk already exists and has available_externally linkage, we should change its linkage instead of asserting. by Anders Carlsson · 14 years ago
  10. 14e82fd When building with optimizations, emit thunks with available_externally linkage so devirtualized function calls can also be de-thunked. by Anders Carlsson · 14 years ago
  11. 84c49e4 Simplify thunks code. by Anders Carlsson · 14 years ago
  12. aadd04c CLANG_BINARY_DIR is not the same thing as LLVM_BINARY_DIR when Clang by Oscar Fuentes · 14 years ago
  13. ab234de add some missing builtins. by Chris Lattner · 14 years ago
  14. ba43a4d Support running tests from the VS IDE and XCode. by Oscar Fuentes · 14 years ago
  15. 839e61a Remove the clang++ symlink with `make clean'. by Oscar Fuentes · 14 years ago
  16. 0750800 Add a __has_feature check for default template arguments in function by Douglas Gregor · 14 years ago
  17. 5ffcf5d CMake: libclang shall be named libclang.so, not liblibclang.so. by Oscar Fuentes · 14 years ago
  18. 8ef6c8c Improve our uniquing of file entries when files are re-saved or are by Douglas Gregor · 14 years ago
  19. f677ea3 Basic implementation of inherited constructors. Only generates declarations, and probably only works for very basic use cases. by Sebastian Redl · 14 years ago
  20. 57ca32b Support `make clang-test' when Clang is compiled outside of LLVM. by Oscar Fuentes · 14 years ago
  21. bbfd5ba Pass a 'ForVTable' flag to GetAddrOfThunk and pass it along to GetOrCreateLLVMFunction so that we by Anders Carlsson · 14 years ago
  22. a87dbcc python bindings: Add support for different kind of completion chunks by Tobias Grosser · 14 years ago
  23. 6d2a40c python bindings: Get the string representation of a CompletionChunk by Tobias Grosser · 14 years ago
  24. 0a16680 python bindings: Add CodeCompletionResults by Tobias Grosser · 14 years ago
  25. 265e6b2 python bindings: Add support for translationUnit.reparse(). by Tobias Grosser · 14 years ago
  26. 88f9c6c python bindings: Include local headers the right way. by Tobias Grosser · 14 years ago
  27. f784ff0 python bindings: Remove unneeded instruction by Tobias Grosser · 14 years ago
  28. f498e00 python bindings: fix Diagnostics.range iterator by Tobias Grosser · 14 years ago
  29. ff090ca python bindings: Use python Diagnostics as function arguments by Tobias Grosser · 14 years ago
  30. 4ed73ce python bindings: Synchronize cursor kinds by Tobias Grosser · 14 years ago
  31. 0ca1040 [analyzer] Fix a false positive of the 'self' initialization checker. by Argyrios Kyrtzidis · 14 years ago
  32. 1de34dd When the out-of-line definition differs from the declaration in the return type, by Argyrios Kyrtzidis · 14 years ago
  33. 1faa89f Re-land r124768, with a fix for PR9130. by Anders Carlsson · 14 years ago
  34. 09f57b9 Don't suggest -Wuninitialized fixits for uninitialized enum types. by Ted Kremenek · 14 years ago
  35. 52d6bbe Don't crash when generating USRs for ObjC methods in protocols. by Ted Kremenek · 14 years ago
  36. 1e99a77 Restore a test which I accientally overwrote in my last patch. by Fariborz Jahanian · 14 years ago
  37. 8b78913 -Wselector should warn on implemented selectors only by Fariborz Jahanian · 14 years ago
  38. c6ac9c3 Assert during instantiation of blocks that we've captured everything that by John McCall · 14 years ago
  39. fc2bd7c Add better support for ARM EABI triples. Patch by Renato Golin! by Bob Wilson · 14 years ago
  40. 2843c19 Driver: Fix spurious warning (from -cc1) about unused -fapple-kext on C inputs. by Daniel Dunbar · 14 years ago
  41. 9acd0d9 build: Prevent duplicate inclusion of Makefile.rules, which causes make to warn by Daniel Dunbar · 14 years ago
  42. 2f9f89c Improve our handling of the current instantiation for qualified by Douglas Gregor · 14 years ago
  43. 46ff303 Before checking bitfield initialization, make sure that neither the by Douglas Gregor · 14 years ago
  44. fdc13a0 When calling a bound pointer to member function, check the by Douglas Gregor · 14 years ago
  45. 461bf2e Tweak my fix for PR8748, and update the incorrect PR number in the test case. by Douglas Gregor · 14 years ago
  46. def0354 Implement proper (de-)serialization for explicit template argument by Douglas Gregor · 14 years ago
  47. 022915b Fix test for previous commit by Douglas Gregor · 14 years ago
  48. 758afbc Fix a crash-on-invalid where we were trying to parse C++ constructs in by Douglas Gregor · 14 years ago
  49. cd9175d USRs for Objective-C methods use the USR of the @interface as their base, not the USR of the class category or extension. by Ted Kremenek · 14 years ago
  50. 4ee2bb1 Downgrade error about attribute 'iboutlet' and 'ibaction' being applied to anything but a instance method to a warning. by Ted Kremenek · 14 years ago
  51. d89d86f Tighten up the semantics of default template arguments, per C++0x by Douglas Gregor · 14 years ago
  52. ee5d21f When a function template's template parameter has a default argument, by Douglas Gregor · 14 years ago
  53. 398c610 build: Add support for DISABLE_DEFAULT_STRICT_ALIASING, which does what one by Daniel Dunbar · 14 years ago
  54. f24fe4d Fix 80-col violins. by Daniel Dunbar · 14 years ago
  55. 53bad4e minor refactoring of -fapple-kext stuff. by Fariborz Jahanian · 14 years ago
  56. fd0f89d What was I thinking? by Fariborz Jahanian · 14 years ago
  57. 142f9e9 -fapple-kext cannot have 'weak' visibility in this abi. by Fariborz Jahanian · 14 years ago
  58. 4814fb5 If any Fix-Its attached to a diagnostic have invalid source locations by Douglas Gregor · 14 years ago
  59. 2100fe9 Moved here from LLVM Clang's configuration options and related macros. by Oscar Fuentes · 14 years ago
  60. c2e20d0 [analyzer] Fix a crash until we can handle temporary struct objects properly. by Argyrios Kyrtzidis · 14 years ago
  61. afdf137 Add __has_feature() for each of the type traits by Douglas Gregor · 14 years ago
  62. 67410b3 Optionally, Clang now builds using LLVM as an external library. by Oscar Fuentes · 14 years ago
  63. 771c678 Clean up of -fapple-kext abi code. No change otherwise. by Fariborz Jahanian · 14 years ago
  64. 799ef66 Implement -Woverloaded-virtual. by Argyrios Kyrtzidis · 14 years ago
  65. 86a4d0d Teach SourceManager::getLocation() how to cope with a source file by Douglas Gregor · 14 years ago
  66. 3b5b023 Remove unnecessary RUN: directive. by Axel Naumann · 14 years ago
  67. 6966c67 More tweaks to the compatibility page. by John McCall · 14 years ago
  68. 3cdbe44 More minor documentation tweaks. by John McCall · 14 years ago
  69. 504b369 Rework the __block jump-checking section, including a justification of by John McCall · 14 years ago
  70. 5ae84f2 Rework and embellish the C99 inline compatibility section. by John McCall · 14 years ago
  71. c3189e9 CMake: Fix test. CMake has not built unittests yet. by NAKAMURA Takumi · 14 years ago
  72. 26743b2 Capture a few implicit references to 'self'. by John McCall · 14 years ago
  73. 5808ce4 More capturing of 'this': implicit member expressions. Getting that by John McCall · 14 years ago
  74. 5533045 Reenable -Wuninitialized warning for captured block variables. by Ted Kremenek · 14 years ago
  75. 59d89c3 Add test from PR9130. by Rafael Espindola · 14 years ago
  76. 01de7a4 Revert 124768. by Rafael Espindola · 14 years ago
  77. 7a17889 Add gTest unittests to clang, and write the first one. by Jeffrey Yasskin · 14 years ago
  78. 50ae3e3 Revert 124754 and 124760 as they made clang unusable in the presence of symbolic by Rafael Espindola · 14 years ago
  79. f704c61 Frontend: Switch -header-include-file output to use unbuffered raw_ostreams with by Daniel Dunbar · 14 years ago
  80. aedd9d5 Don't try to mark virtual members referenced for classes where the key function by Anders Carlsson · 14 years ago
  81. b51eee4 Fix Microsoft bit field problem. This resolves the Index\complete-exprs.c regression on Win32. by Francois Pichet · 14 years ago
  82. b9d4cb3 Improve the performance of filename canonicalization by avoiding by Douglas Gregor · 14 years ago
  83. 609e317 Based on user feedback, swap -Wuninitialized diagnostics to have the warning refer to the bad use, and the note to the variable declaration. by Ted Kremenek · 14 years ago
  84. 5abec14 -fapple-kext, elimination of all direct calls to virtual dtors. by Fariborz Jahanian · 14 years ago
  85. 0ce34c6 Emit debug info for template value parameters. by Devang Patel · 14 years ago
  86. aa596e8 Canonicalize path names in the file manager before performing a lookup by Douglas Gregor · 14 years ago
  87. fa275df Emit debug info for template type parameters. by Devang Patel · 14 years ago
  88. 322c29f clang: Add support for a CC_PRINT_HEADERS environment variable, which mirrors by Daniel Dunbar · 14 years ago
  89. b34d69b Frontend: Add -header-include-file option, for allowing saving header include by Daniel Dunbar · 14 years ago
  90. b376e5e Frontend: Add support (unused) for showing all "interesting" headers, not just by Daniel Dunbar · 14 years ago
  91. 8d2968c Turn test for // rdar://8945175 into a sema test. by Fariborz Jahanian · 14 years ago
  92. adf082e For gcc compatibility, size of a class which is zero by Fariborz Jahanian · 14 years ago
  93. 6159d0f Revert r124704, which uniqued code-completion strings. The space by Douglas Gregor · 14 years ago
  94. 8e50a96 Add NetBSD target support. Patch by Joerg Sonnenberger. by Benjamin Kramer · 14 years ago
  95. 668fdd8 Don't warn for -Wnon-virtual-dtor for dependent classes. by Argyrios Kyrtzidis · 14 years ago
  96. eef63e0 Frontend: Factor out header include dumping (-H) into its own preprocessor by Daniel Dunbar · 14 years ago
  97. 469a1eb An insomniac stab at making block declarations list the variables they close by John McCall · 14 years ago
  98. 5b5828b Fix test by fully specifying the platform. by Nick Lewycky · 14 years ago
  99. b2d11cc Turn on -momit-leaf-frame-pointer by default on all non-Darwin platforms. by Nick Lewycky · 14 years ago
  100. 148f32a Update this test following recent optimizer changes. by Dan Gohman · 14 years ago