1. 120bf32 Tie debug information for method declaration with debug information for method definition. by Devang Patel · 13 years ago
  2. bb29d1b Don't allow reinterpret_cast to reference of vector element and property expression. Thanks goes to Eli Friedman! by Argyrios Kyrtzidis · 13 years ago
  3. 13c8ccb Teach libclang to be more careful around BlockDecls, and don't assume by Douglas Gregor · 13 years ago
  4. 32c1388 don't warn about empty macro arguments in c++'0x mode, since it sucked in by Chris Lattner · 13 years ago
  5. d4a0caf Correctly emit a diagnostic for multiple templated function definitions in -flate-template-parsing mode. by Francois Pichet · 13 years ago
  6. b464a5b reinterpret_cast to reference of a bit-field is not allowed. by Argyrios Kyrtzidis · 13 years ago
  7. 7884403 At the end of the translation unit, defining a vtable can introduce by Douglas Gregor · 13 years ago
  8. 8387e2a Add -fdelayed-template-parsing option. Using this option all templated function definitions are parsed at the end of the translation unit only if it is required by an actual instantiation. As such all the symbols of the TU are available during name lookup. by Francois Pichet · 13 years ago
  9. 64089ce Fixes an instance method meta-data generation bug in by Fariborz Jahanian · 13 years ago
  10. 48f41ea Workaround buildbot failure by hacking up this test to emit llvm IR. by Bob Wilson · 13 years ago
  11. 4bada2e Do not return true from MergeFunctionDecl for a warn_static_non_static warning in Microsoft mode. by Francois Pichet · 13 years ago
  12. a61aedc For -Wlogical-op-parentheses, point at '&&', not '||'. Fixes rdar://9125333. by Argyrios Kyrtzidis · 13 years ago
  13. cfe38c4 I concur with DPG here. This does indeed apply in 0x mode. Added test by Chandler Carruth · 13 years ago
  14. b65abda Don't enter a qualified scope for an invalid decl. by Argyrios Kyrtzidis · 13 years ago
  15. e970c60 Add static analyzer support for C++'0X nullptr. Patch by Jim Goodnow II. by Ted Kremenek · 13 years ago
  16. e0afc89 Replace a couple of literal 8s with ASTContext::getCharWidth(). No change in by Ken Dyck · 13 years ago
  17. 79be76c Eliminate some literal 8s from EmitNullInitialization() by converting by Ken Dyck · 13 years ago
  18. e36bca6 In IsUserDefinedConversion try to recover from RequireCompleteType returning true. by Argyrios Kyrtzidis · 13 years ago
  19. 0ebce0e Eliminate some literal 8s from EmitDeclare by converting to CharUnits. No by Ken Dyck · 13 years ago
  20. 573be63 Use CharUnits to eliminate some literal 8s in by Ken Dyck · 13 years ago
  21. 18052cd Replace some literal 8s with char width and char align. No change in by Ken Dyck · 13 years ago
  22. 0259c3a PTX: Add default PTX calling conventions by Justin Holewinski · 13 years ago
  23. cf320c6 For consistency, change suffix from war_ to warn_ for some Microsoft warnings I introduced lately. by Francois Pichet · 13 years ago
  24. 2e510a0 Downgrade error "static declaration of 'foo' follows non-static declaration" to a warning in Microsoft mode. by Francois Pichet · 13 years ago
  25. 2ac0b7a For by Argyrios Kyrtzidis · 13 years ago
  26. 49e5b91 _declspec is an alias for __declspec. by Francois Pichet · 13 years ago
  27. 97fb6f3 Add a testcase for svn r129964 (Neon load/store intrinsic alignments). by Bob Wilson · 13 years ago
  28. 34f52d1 Fix crashing rdar://9122854 & http://llvm.org/PR9461. by Argyrios Kyrtzidis · 13 years ago
  29. e8ba8d7 Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (at by Nick Lewycky · 13 years ago
  30. 3cc3ffc Fix indentation. No functional change. by Nick Lewycky · 13 years ago
  31. 144bc08 Don't hide #warnings in a system header, same as gcc. Fixes rdar://8495837. by Argyrios Kyrtzidis · 13 years ago
  32. cfdadfe Move the check whether a diagnostic must be ignored because it is in a system header by Argyrios Kyrtzidis · 13 years ago
  33. 46f1110 Fix gcc warning. Add parens to this assert, incidentally reassociating it, but the condition is the same either way. by Richard Smith · 13 years ago
  34. bb9b80c Add a fixit suggest for missing case keywords inside a switch scope. For instance, in the following code, 'case ' will be suggested before the '1:' by Richard Trieu · 13 years ago
  35. 723b178 Alphabetize this one flag, just to pull it out of my patch. by Nick Lewycky · 13 years ago
  36. 8a3a7f3 Driver/Darwin: Allow OS X deployment targets like 10.4.11, even though they by Daniel Dunbar · 13 years ago
  37. 3e8dc2a Use the ArrayFiller to fill out "holes" in the array initializer due to designated initializers, by Argyrios Kyrtzidis · 13 years ago
  38. 6f14165 PR9214: Convert Metadata API to use ArrayRef. by Jay Foad · 13 years ago
  39. cf3ce5d Adds a function to run FrontendActions over in-memory code. This is by Manuel Klimek · 13 years ago
  40. 0e02f6e Driver: Tweak -Xarch diags a bit more, we can't actually differentiate between by Daniel Dunbar · 13 years ago
  41. 7e9293b Driver: Improve -Xarch argument diagnostics a bit. by Daniel Dunbar · 13 years ago
  42. b8a9d3b Fixit suggestion for adding missing tag name should have a space after the tag name. Fixes rdar://9295072 by Argyrios Kyrtzidis · 13 years ago
  43. 13d7dc0 Have #pragma message not turn into error by -Werror, by default. Fixes rdar://9308989. by Argyrios Kyrtzidis · 13 years ago
  44. 1cfeefd PR9772: Fix the definition of WINT_MIN and WINT_MAX on Linux -ffreestanding. by Eli Friedman · 13 years ago
  45. 67a5773 The 0.98 revision of the x86-64 ABI clarified a lot of things, some by John McCall · 13 years ago
  46. 4423ac0 For by Argyrios Kyrtzidis · 13 years ago
  47. e0047b1 Don't add type names for enums; they're never used in LLVM IR. by Anders Carlsson · 13 years ago
  48. 42f681b fix a crash on code that uses the result value of __builtin___memcpy_chk. by Chris Lattner · 13 years ago
  49. a10ae7b Remove __builtin_ia32_loadup[sd] since clang can represent the actions natively. by Bill Wendling · 13 years ago
  50. ffcd985 When translating a Clang source range into a libclang source range, by Douglas Gregor · 13 years ago
  51. 285dc65 PTX: Add PTX intrinsics as builtins and add ptx32 and ptx64 as valid architectures for triples, e.g. ptx32-unknown-unknown by Justin Holewinski · 13 years ago
  52. cbec959 Improve test case from prior commit ever so slightly by Douglas Gregor · 13 years ago
  53. 109ec1b Fix a crash-on-invalid involving non-identifier names in a member by Douglas Gregor · 13 years ago
  54. 22ce41d Give invalid tag types 8-bit size and alignment, rather than 1-bit by Douglas Gregor · 13 years ago
  55. b665b86 Eliminate an uninteresting assertion; invalid code involving by Douglas Gregor · 13 years ago
  56. f787002 Rename 'CXTUMemoryUsage…' to 'CXTUResourceUsage…'. by Ted Kremenek · 13 years ago
  57. 85b1c7c Use S.str() to force a flush. by Fariborz Jahanian · 13 years ago
  58. 32c8cb6 Driver: Suppress some additional warnings with -Qunused-arguments. by Daniel Dunbar · 13 years ago
  59. 750ea61 Be sure to flush raw_string_ostream objects in the Objective-C by Douglas Gregor · 13 years ago
  60. e23ac65 Teach SourceManager::getSLocEntry() that it can fail due to problems by Douglas Gregor · 13 years ago
  61. a4ff648 TWEAK by Daniel Dunbar · 13 years ago
  62. 659d23a Driver/Darwin: Switch to using -macosx for OS name in triples. by Daniel Dunbar · 13 years ago
  63. db27b5f IRgen/ARM: Fix a think-o in conversion-to-null for member function pointers, we by Daniel Dunbar · 13 years ago
  64. 48431f9 some cleanups to use IRBuilder methods instead of llvm:: foo methods. by Chris Lattner · 13 years ago
  65. 729f38e Driver/Darwin: Switch to using new style triples. by Daniel Dunbar · 13 years ago
  66. db57a4c ADT/Triple: Switch to using .isOSDarwin() predicate. by Daniel Dunbar · 13 years ago
  67. e106a0b Avoid superfluous warning after an error is detcted and reported. by Fariborz Jahanian · 13 years ago
  68. 0d027ba Basic/Darwin: Add support for new -osx and -ios style triples (not yet used). by Daniel Dunbar · 13 years ago
  69. 97d5437 use the newly introduced IRBuilder getInt() method to reduce some by Chris Lattner · 13 years ago
  70. 6b6b42a We regard a function as 'unused' from the codegen perspective, so our warnings diverge from by Argyrios Kyrtzidis · 13 years ago
  71. 1c860d5 Add a new expression classification, CL_AddressableVoid by Peter Collingbourne · 13 years ago
  72. e294ab7 Add missing break statements. by Ted Kremenek · 13 years ago
  73. f05982b Make the VariadicMethodTypeChecker accept block pointers as Objective-C pointers. Fixes PR9746. by Anders Carlsson · 13 years ago
  74. ba80af4 Fix line endings by Matt Beaumont-Gay · 13 years ago
  75. 3cceec5 Driver/Darwin: Change to use generic iOS runtime library, which we now always need. by Daniel Dunbar · 13 years ago
  76. 4e6a3f7 Report memory usage for global code completion results in CXTUMemoryUsage. by Ted Kremenek · 13 years ago
  77. 3c68336 Unbreak the MSVC build: Don't mix variable declarations and statements in a .c file. by Francois Pichet · 13 years ago
  78. 59fc1e5 Add libclang API to query how much memory is used by a CXTranslationUnit. This is a WIP. Currently we report by Ted Kremenek · 13 years ago
  79. 61e0b94 Add ASTContext::getTotalMemory() to allow clients to query how much memory is bump allocated for declarations, statements, and types. by Ted Kremenek · 13 years ago
  80. 97f55d6 Add SelectorTable::getTotalMemory() to allow clients to query how much memory is used by selectors. by Ted Kremenek · 13 years ago
  81. b5fbb89 Driver/Darwin: Disable movw/movt with -mkernel or -fapple-kext. by Daniel Dunbar · 13 years ago
  82. 7c2bdcb Fix a bug in calculation of composite type by Fariborz Jahanian · 13 years ago
  83. 877ded8 Driver: Support -fno-lto. by Daniel Dunbar · 13 years ago
  84. d130c7d Add ToolChain path support for linker on Slackware. by Ted Kremenek · 13 years ago
  85. 1f15c19 Fix typo in comment. by Devang Patel · 13 years ago
  86. b403d6d Fix PR9741. The implicit declarations created for range-based for loops weren't being added to the DeclContext (nor were they being marked as implicit). Also, the declarations were being emitted in the wrong order when building the CFG. by Richard Smith · 13 years ago
  87. e842605 When providing code completions of ivar names for a property by Douglas Gregor · 13 years ago
  88. 2839d6b Get rid of std::vector usage when getting function types in CGException.cpp by Anders Carlsson · 13 years ago
  89. aa490cb When producing code completion results for the Objective-C property by Douglas Gregor · 13 years ago
  90. 3f6c5e1 Clean up code generation of typeid expressions and add C++ standard references. by Anders Carlsson · 13 years ago
  91. 3a01693 Put a typeid test in its own namespace. by Anders Carlsson · 13 years ago
  92. 4210486 Fix a miscompilation I introduced in r129652, thanks for Eli for tracking by Chris Lattner · 13 years ago
  93. f54d81f Use the right type name. by Anders Carlsson · 13 years ago
  94. eb9d81d When laying out bases in, always try the "base subobject" LLVM type. If it by Anders Carlsson · 13 years ago
  95. 1741d7b Cleanup tests, no functionality change. by Anders Carlsson · 13 years ago
  96. 6aed2a1 Add addBaseSubobjectTypeName which isn't used yet. by Anders Carlsson · 13 years ago
  97. e9742b0 Move code to add a type name to a TagDecl type out into a helper function. No functionality change. by Anders Carlsson · 13 years ago
  98. 2786a81 Use a SmallVector for field types in CGRecordLayoutBuilder now that llvm::StructType::get takes an ArrayRef. by Anders Carlsson · 13 years ago
  99. b24bac9 Make -mno-mmx imply -mno-3dnow. This is what gcc does, and it makes sense. by Michael J. Spencer · 13 years ago
  100. bbc1c2e when assertions are disabled, labels go away. Hopefully fixes the windows build. by Chris Lattner · 13 years ago