1. 8b48e08 Sanitize the names of modules determined based on the names of headers by Douglas Gregor · 12 years ago
  2. 8b799f3 Remove XFAIL,fix test by Bill Schmidt · 12 years ago
  3. cfe9f32 XFAIL pending further investigation by Bill Schmidt · 12 years ago
  4. 6952c01 Fix typo correction of one qualified name to another. by David Blaikie · 12 years ago
  5. b1f5fe0 This patch addresses PR13948. by Bill Schmidt · 12 years ago
  6. 44cbe67 Have scan-view guard against serving up pages outside the root directory. by Ted Kremenek · 12 years ago
  7. 47fcbba Change (!ptr != 0) to (!ptr) to make the code more readable. by Richard Trieu · 12 years ago
  8. f4deaef Handle a "#pragma options align" inside a class. by Argyrios Kyrtzidis · 12 years ago
  9. 71793ef Add dump support for comments coming from by Fariborz Jahanian · 12 years ago
  10. 3c5527e c-index-test.c: /* Use C style comment. */ by NAKAMURA Takumi · 12 years ago
  11. be9edce clang/test/Index/index-module.m: Tweak expressions to fit Win32 paths. by NAKAMURA Takumi · 12 years ago
  12. ab21005 Remove unused variable. by Benjamin Kramer · 12 years ago
  13. 716c8df [PCH] We only need to record C++ overridden methods once for the canonical decl. by Argyrios Kyrtzidis · 12 years ago
  14. 5dbd990 Conditionally use an integral cast for BodyFarm support for OSAtomicCompareAndSwap if the return type is not a boolean. by Ted Kremenek · 12 years ago
  15. 54c8a40 Track which particular submodule #undef's a macro, so that the actual by Douglas Gregor · 12 years ago
  16. 6ec69c3 Remove dead code introduced in r165751. by Chad Rosier · 12 years ago
  17. 749ace6 search for overridden methods with comment when overriding method by Fariborz Jahanian · 12 years ago
  18. b43d87b Remove pointless classof()'s. by Sean Silva · 12 years ago
  19. d680b98 Add missing classof(). by Sean Silva · 12 years ago
  20. abeadfb Provide a fixit when taking the address of an unqualified member function. by David Blaikie · 12 years ago
  21. 80eed72 clang/test/Index/index-module.m: Move XFAIL. It was line-number-sensitive. by NAKAMURA Takumi · 12 years ago
  22. 6eefeee clang/test/Index/index-module.m: Mark it as XFAIL:win32 for now. by NAKAMURA Takumi · 12 years ago
  23. 55cbb79 clang/test/Index/index-pch-with-module.m: Tweak expressions for win32 pathsep. by NAKAMURA Takumi · 12 years ago
  24. 90a76e5 [ms-inline asm] Remove a bunch of parsing code from the front-end, which will be by Chad Rosier · 12 years ago
  25. 3440415 [ms-inline asm] Lookup the IdentifierInfo using the Idents table and remove the by Chad Rosier · 12 years ago
  26. e8219a6 Diagnose the expansion of ambiguous macro definitions. This can happen by Douglas Gregor · 12 years ago
  27. 42adacb Remove OSAtomicChecker. by Ted Kremenek · 12 years ago
  28. 48fa136 Switch over to BodyFarm implementation of OSAtomicCompareAndSwap and by Ted Kremenek · 12 years ago
  29. 41c1f21 Teach GetBaseType() about BlockPointerTypes. by Ted Kremenek · 12 years ago
  30. 2916831 Add TargetTransformInfo to the clang driver. by Nadav Rotem · 12 years ago
  31. 0ef983e [libclang] Make sure the index_data.main_filename field is initialized by Argyrios Kyrtzidis · 12 years ago
  32. 1d20e82 [libclang] Remove this test while I investigate why it is crashing on release+asserts. by Argyrios Kyrtzidis · 12 years ago
  33. 0234bfa Add null check for malformed code. by Ted Kremenek · 12 years ago
  34. 8003fd6 [libclang] Add tests for indexing modules and PCHs using modules. by Argyrios Kyrtzidis · 12 years ago
  35. 90da80c Fix build failure from r165722 by Derek Schuff · 12 years ago
  36. 3ab50fe Introduce a simple "hint" scheme to eliminate the quadratic behavior by Douglas Gregor · 12 years ago
  37. e9652bf Make the deserialization of PendingMacroIDs deterministic. by Douglas Gregor · 12 years ago
  38. cadaf4b Add in the first iteration of support for llvm/clang/lldb to allow variable per address space pointer sizes to be optimized correctly. by Micah Villmow · 12 years ago
  39. f1c1ba0 -Warc-repeated-use-of-weak: fix a use-of-uninitialized and add a test case. by Jordan Rose · 12 years ago
  40. 7da46f9 Properly factor Native Client defines to support NaCl as an OS by Derek Schuff · 12 years ago
  41. 0142f0c Handle gnu_inline in c++ in a gcc compatible way. Original patch by Tobias by Rafael Espindola · 12 years ago
  42. b5cd122 -Warc-repeated-use-of-weak: Don't warn on a single read followed by writes. by Jordan Rose · 12 years ago
  43. 7fffce7 -Warc-repeated-use-of-weak: Check messages to property accessors as well. by Jordan Rose · 12 years ago
  44. 900ab95 [libclang] Improve AST serialization done by ASTUnit::Save(). by Argyrios Kyrtzidis · 12 years ago
  45. 50d2b26 ObjCMethodDecl::findPropertyDecl: bail out early if not an instance method. by Jordan Rose · 12 years ago
  46. babaf31 Make X86_64ABIInfo clean for ABIs with 32 bit pointers, such as X32 by Derek Schuff · 12 years ago
  47. a2cdd4d clang/test/CodeGenCXX/microsoft-uuidof.cpp: Fix for -Asserts. by NAKAMURA Takumi · 12 years ago
  48. c5f8046 Add codegen support for __uuidof(). by Nico Weber · 12 years ago
  49. e861dd9 Add prologue text for list of potential checkers. by Ted Kremenek · 12 years ago
  50. 9573c3a clang/lib/Headers/CMakeLists.txt: Add f16cintrin.h. by NAKAMURA Takumi · 12 years ago
  51. 146e5a4 X86: add F16C support in Clang by Manman Ren · 12 years ago
  52. 4145228 Remove the ASTDeserializationListener's MacroVisible() callback, which by Douglas Gregor · 12 years ago
  53. 7097be9 Remove an unused bit from the serialized IdentifierInfo by Douglas Gregor · 12 years ago
  54. 6c6c54a Deserialize macro history when we deserialize an identifier that has by Douglas Gregor · 12 years ago
  55. 8b03277 Teach set-xcode-analyzer that the new default value for ExecPath is CLANG_ANALYZER_EXEC. by Ted Kremenek · 12 years ago
  56. df75b0c Minor cleanup for r165678; no functional change. by Eli Friedman · 12 years ago
  57. 2edcde8 Make sure we perform the variadic method check correctly for calls to a member operator(). PR14057. by Eli Friedman · 12 years ago
  58. 786e620 Reapply "[analyzer] Treat fields of unions as having symbolic offsets." by Jordan Rose · 12 years ago
  59. 3ea19c8 Fix a crash-on-invalid when parsing a reference to an invalid auto declaration by David Blaikie · 12 years ago
  60. b9966bd objective-C IRgen: When sending a method to 'super' by Fariborz Jahanian · 12 years ago
  61. 8ceb837 Temporarily Revert "[analyzer] Treat fields of unions as having symbolic offsets." by Eric Christopher · 12 years ago
  62. bc0a925 Revert "[Options] make Option a value type." by Eric Christopher · 12 years ago
  63. 0464fd5 [Options] make Option a value type. by Michael J. Spencer · 12 years ago
  64. cf9030e [analyzer] Treat fields of unions as having symbolic offsets. by Jordan Rose · 12 years ago
  65. 831339c Make -Wshift-op-parentheses a subgroup of -Wparentheses by David Blaikie · 12 years ago
  66. dbd9197 tblgen: Build clang-tblgen without RTTI. by Sean Silva · 12 years ago
  67. 1ab4632 tblgen: Use LLVM-style RTTI in clang-tblgen by Sean Silva · 12 years ago
  68. bf967be [Doc parsing] This patch searches overridden objc/c++ by Fariborz Jahanian · 12 years ago
  69. 4eff6b5 [analyzer] Don't run non-path-sensitive checks on system headers... by Jordan Rose · 12 years ago
  70. 469ba55 [analyzer] Fix typo: s/HandleDeclsGallGraph/HandleDeclsCallGraph/g by Jordan Rose · 12 years ago
  71. c88f8ef -Warc-repeated-use-of-weak: look through explicit casts on assigned values. by Jordan Rose · 12 years ago
  72. 04bec39 Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl. by Jordan Rose · 12 years ago
  73. 9a1f7d8 Change Sema::PropertyIfSetterOrGetter to make use of isPropertyAccessor. by Jordan Rose · 12 years ago
  74. 1e4691b Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor. by Jordan Rose · 12 years ago
  75. b5e4ace Fix stack overflow when trying to create an implicit moving by Argyrios Kyrtzidis · 12 years ago
  76. ff2fb96 [CMake] clang/tools/extra may be included by LLVM_EXTERNAL_CLANG_TOOLS_EXTRA_SOURCE_DIR. by NAKAMURA Takumi · 12 years ago
  77. f82232c Apply the same fundamental fix for PR14048 as was applied for PR11905. by Chandler Carruth · 12 years ago
  78. 603571a Remove the final bits of Attributes being declared in the Attribute by Bill Wendling · 12 years ago
  79. eae5a820 Fix PR 11709: Change the definition of va_list to meet AAPCS requirement by Logan Chien · 12 years ago
  80. d34eca2 Place temporary LTO files into their own subdirectory. by Bill Wendling · 12 years ago
  81. fac6310 Have 'addFnAttr' take the attribute enum value. Then have it build the attribute object and add it appropriately. No functionality change. by Bill Wendling · 12 years ago
  82. 93cd6e8 Disable the preprocessing record when indexing a source file by Argyrios Kyrtzidis · 12 years ago
  83. 62288ed When indexing a module file, for the ppIncludedFile callback give by Argyrios Kyrtzidis · 12 years ago
  84. 2a85718 [modules] Consistently construct a buffer as input to build the module. by Argyrios Kyrtzidis · 12 years ago
  85. bf43f2f Tidy up formatting. by Richard Smith · 12 years ago
  86. 930c05c -fcatch-undefined-behavior: catch a VLA bound which evalutes to a non-positive value. by Richard Smith · 12 years ago
  87. 0a94068 Fix test broken by r165572. by Richard Smith · 12 years ago
  88. 1be7939 Revert "Use a special path to place the .o files in." by Bob Wilson · 12 years ago
  89. dc47bdc -fcatch-undefined-behavior: store the type name directly at the end of a type descriptor. 5% binary size reduction due to fewer relocations. by Richard Smith · 12 years ago
  90. 196f35e Add extra vim swap file pattern by Michael Liao · 12 years ago
  91. a8235d6 Rework the (de-)serialization of macros, as stored in by Douglas Gregor · 12 years ago
  92. 8b2bfdd People put pragmas in crazy places; add more handling. PR14046. by Eli Friedman · 12 years ago
  93. 6c2fd0d Initialize the end loc in ObjCInterfaceTypeLoc. by Benjamin Kramer · 12 years ago
  94. 238b6a9 The clang driver has a fairly fancy support for executing gcc instead of by Rafael Espindola · 12 years ago
  95. bc0a2bb Simplify the code using SmallVector::append(), as suggested by Benjamin Kramer. by Argyrios Kyrtzidis · 12 years ago
  96. 96a6eb9 [driver] Remove redundant cases due to overlapping commits between Ted (r165531, 165532) and I by Chad Rosier · 12 years ago
  97. 4def70d -fcatch-undefined-behavior: emit calls to the runtime library whenever one of the checks fails. by Richard Smith · 12 years ago
  98. d372a70 [driver] Remove the -W[no-][int-conversion|constant-conversion|enum-conversion] by Chad Rosier · 12 years ago
  99. 2c3d8fa Don't forward -Wenum-conversion to cc1plus. by Ted Kremenek · 12 years ago
  100. 28e2aff Don't forward -Wint-conversion to cc1plus. by Ted Kremenek · 12 years ago