1. 3800165 Add comments for RemoveRedundantMsgs, rename it to removeRedundantMsgs() per Jordan's feedback. by Ted Kremenek · 12 years ago
  2. 47395d9 Eliminate some longstanding FIXMEs regarding variadic templates in the by Douglas Gregor · 12 years ago
  3. 347f64f In the ASTImporter, don't try to emit a diagnostic if we're not by Douglas Gregor · 12 years ago
  4. ea33b3f Remove clang-fixit from tools page as it is currently not planned as a by Daniel Jasper · 12 years ago
  5. dd6e106 These tests require an actual x86 registered target, so mark them as such. Tested on ARM. by David Tweed · 12 years ago
  6. 681b898 Fix grammar-o. by Bill Wendling · 12 years ago
  7. c01526e Fix test suppressed in r166683 on 32-bit Linux by Alexey Samsonov · 12 years ago
  8. 3dac20a Declare type of flags to be used in a __block (byref) by Fariborz Jahanian · 12 years ago
  9. 9046768 Oz optimization level sets ForceSizeOpt attribute for each function by Quentin Colombet · 12 years ago
  10. f0e97db X86 SSE Intrinsics: update header for sqrt_ss, rsqrt_ss and rcp_ss. by Manman Ren · 12 years ago
  11. 50d46ca Recommit Eric's code to validate ASM string's constraints and modifiers. by Bill Wendling · 12 years ago
  12. d6f8330 Fix the other occurrence of the problem fixed by r166731. by Richard Smith · 12 years ago
  13. 40effbb Changing name of enum for block literal flags to represent what it is meant for. by Fariborz Jahanian · 12 years ago
  14. ca53087 LLVM's hashing routines produce a size_t, and thus generate different values for 32- and 64-bit host compilers. This really needs to be fixed -- the IR generated should not depend on the host -- but this change will get the bots green again. Proper fix to follow. by Richard Smith · 12 years ago
  15. b85cce0 TrackConstraintBRVisitor and ConditionBRVisitor can emit similar by Ted Kremenek · 12 years ago
  16. 0848333 Add a more direct test for r166661. by Richard Smith · 12 years ago
  17. d2e7d20 [ms-inline asm] Add a test case for r166723 and r166724. by Chad Rosier · 12 years ago
  18. 802f937 [ms-inline asm] Add support for field lookup in the SemaCallback. Patch by Eli. by Chad Rosier · 12 years ago
  19. e11dba8 Add some new types in preparation of encoding of captured block variable by Fariborz Jahanian · 12 years ago
  20. 6b2b897 Don't require exception handling for clang-tblgen. by Joerg Sonnenberger · 12 years ago
  21. ebcb468 Move the input files for test/PCH/badpch.c under test/PCH/Inputs/. by Kaelyn Uhrain · 12 years ago
  22. c3f1742 When capturing 'this' in a lambda, make sure to update the set of by Douglas Gregor · 12 years ago
  23. 7c98499 Comment to XML conversion: avoid memory allocation while pretty-printing the by Dmitri Gribenko · 12 years ago
  24. 3304c43 CommentDumper: reorder members and add a comment. by Dmitri Gribenko · 12 years ago
  25. af879c0 Provide comment describing what buildBlockDescriptor does. by Fariborz Jahanian · 12 years ago
  26. 38859ee Don't throw exceptions in clang-tblgen by switching to PrintFatalError. by Joerg Sonnenberger · 12 years ago
  27. 956a5a1 Cleanup some clang code to use new type functions instead of using cast<>. by Micah Villmow · 12 years ago
  28. 37c94bf clang/test/CodeGenCXX/debug-info-thunk.cpp: Suppress it for now with XFAIL:*, due to failing on i686-*-*. by NAKAMURA Takumi · 12 years ago
  29. a0d5878 Correct test inovocations to use %clang_cc1 rather than direct invocation (so that it can have additional options set when trying to debug issues causing regressions). by David Tweed · 12 years ago
  30. b16abb1 Modify the targets to set appropriate calling convention defaults and C variables when using a gnueabihf or aapcs-vfp target. by David Tweed · 12 years ago
  31. 34b41f8 Initialize debug info for special cases of functions that lack declarations and are generated by Clang (global initializers/destructors, thunks) . Fixes PR13942. by Alexey Samsonov · 12 years ago
  32. d9a2d5b unittests/ToolingTest.cpp: Suppress newFrontendActionFactory.InjectsEndOfSourceFileCallback on Win32 for now. Investigating. by NAKAMURA Takumi · 12 years ago
  33. 9fb6b27 Adds the possibility to inject a callback that's called after each translation unit is processed. by Manuel Klimek · 12 years ago
  34. 8e1cee6 -fcatch-undefined-behavior checking for appropriate vptr value: Clang CodeGen side. by Richard Smith · 12 years ago
  35. 1cb7142 Take into account that there may be a BOM at the beginning of the file, by Argyrios Kyrtzidis · 12 years ago
  36. 986819a Update warning-flag test by Douglas Gregor · 12 years ago
  37. c6cd9af Revert r166647 to rethink the patch... by Bill Wendling · 12 years ago
  38. 0ca6e27 Remove the old predefines-buffer diffing code completely. It's been by Douglas Gregor · 12 years ago
  39. a9b8da4 Fix computation of predefines buffer from the preprocessor-option by Douglas Gregor · 12 years ago
  40. 465e89e When we're devirtualizing a method call, make sure the method has the correct IR type. by Eli Friedman · 12 years ago
  41. 4399890 ASTUnit doesn't actually care about the predefines; don't record them. by Douglas Gregor · 12 years ago
  42. 8769924 The the preprocessor option validator to compute suggested by Douglas Gregor · 12 years ago
  43. a0b9ce0 Add some support for diagnosing possibly mismatched constraint, type size and by Bill Wendling · 12 years ago
  44. 53aec2a 'constexpr' and 'friend' are both declaration specifiers. Teach the parser this, for better error recovery. by Richard Smith · 12 years ago
  45. e925322 PR14171: Don't crash if we hit one of the paths where GetFullTypeForDeclarator by Richard Smith · 12 years ago
  46. 4c0c7e8 Teach the PCH validator to check the preprocessor options, especially by Douglas Gregor · 12 years ago
  47. 3584972 c-index-test.c: Split a format string. [-Woverlength-strings] by NAKAMURA Takumi · 12 years ago
  48. f742727 [ms-inline asm] Test case for r166632. by Chad Rosier · 12 years ago
  49. 39e1776 Fix false positive in -Wunused-variable when a ctor call make involve cleanups. by David Blaikie · 12 years ago
  50. 9dd686d Update regression tests for r166617. by Eli Friedman · 12 years ago
  51. a45451d Don't print scope qualifiers for references to a type defined locally in a function. Patch by Grzegorz Jablonski. by Eli Friedman · 12 years ago
  52. 6c8b649 Add an additional test for namespaces and -Wmissing-variable-declarations. Move C++ test into SemaCXX. by Eli Friedman · 12 years ago
  53. a71a7d8 (De-)serialize the preprocessor options, including macros defined, by Douglas Gregor · 12 years ago
  54. 946fa65 Add a test showing that nodebug is accepted in methods too. Patch by by Rafael Espindola · 12 years ago
  55. 11db182 [libclang] Add "-index-file-full" option that recursively indexes any imported by Argyrios Kyrtzidis · 12 years ago
  56. b512a14 Explicitly specify C++98 when building the C++ precompiled header for this test, so that the test will work on Windows. by Douglas Gregor · 12 years ago
  57. 1bed9b7 [ms-inline asm] Add test cases for r166451. by Chad Rosier · 12 years ago
  58. 36a1649 Teach the preprocessor to hold onto the preprocessor options. by Douglas Gregor · 12 years ago
  59. 4224255 [ms-inline asm] Add test cases for r166592. The test cases only works if the by Chad Rosier · 12 years ago
  60. 14e71f0 Move PreprocessorOptions into the Lex library, and make it intrusively by Douglas Gregor · 12 years ago
  61. bbf3831 (De-)serialize header search options. by Douglas Gregor · 12 years ago
  62. b0985c8 Update unit tests for HeaderSearch change by Douglas Gregor · 12 years ago
  63. c042edd Move HeaderSearchOptions into the Lex library, make it intrusively by Douglas Gregor · 12 years ago
  64. 04d25fc Undef SEMANTIC_VALUE_DIAGOPT appropriately by Douglas Gregor · 12 years ago
  65. 1b2c3c0 (De-)serialize the file system options. by Douglas Gregor · 12 years ago
  66. 5f3d822 Serialize DiagnosticOptions to the AST file. by Douglas Gregor · 12 years ago
  67. 6e347bc Removed an extra blank line. by Mahesha S · 12 years ago
  68. 3e2aa99 Adds the possibility to run ASTMatchFinder over arbitrary AST nodes. by Manuel Klimek · 12 years ago
  69. 403f2c6 Add a simple test involving decltype on Objective-C properties and ivars by Douglas Gregor · 12 years ago
  70. aafd111 Remove the HiddenWeakTemplateVTables CodeGen option. It's currently unused. by Douglas Gregor · 12 years ago
  71. 19baf06 Pass LLVM_ANDROID_TOOLCHAIN_DIR if set. by Evgeniy Stepanov · 12 years ago
  72. 5c51fc4 Update docs about TSan availability in CMake build by Alexey Samsonov · 12 years ago
  73. adea517 Fix some wordings in AddressSanitizer docs. by Alexey Samsonov · 12 years ago
  74. 9230997 A number of test cases assume that an "int" parameter or return value by Ulrich Weigand · 12 years ago
  75. 04631c3 Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532." by NAKAMURA Takumi · 12 years ago
  76. 129369d Clang now attempts to create a TargetMachine whenever a triple is given. by Nadav Rotem · 12 years ago
  77. 045d707 clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532. by NAKAMURA Takumi · 12 years ago
  78. c89fd3a Add a test for -Warc-abi as requested by Fariborz. by Nico Weber · 12 years ago
  79. e4aeeaa Add padding inreg registers to cause llvm to skip ecx when needed with by Rafael Espindola · 12 years ago
  80. b693269 Add inreg markers with the x86_fastcallcc calling convention. by Rafael Espindola · 12 years ago
  81. 6d919fb Address feedback from Eli Friedman on r166522. by Matt Beaumont-Gay · 12 years ago
  82. fa60be0 Change EmitAssemblyHelper to create the target machine early by Nadav Rotem · 12 years ago
  83. 603513d [analyzer] Handle 'SomeVar.SomeEnumConstant', which is legal in C++. by Jordan Rose · 12 years ago
  84. 4d9e497 [analyzer] Replace -analyzer-no-eagerly-trim-egraph with graph-trim-interval. by Jordan Rose · 12 years ago
  85. e72faf6 [ms-inline asm] Test case for r166526. by Chad Rosier · 12 years ago
  86. 82573e3 [ms-inline asm] Update the triple to test r166523. by Chad Rosier · 12 years ago
  87. c7db84d Don't emit -Wunused-value warnings from macro expansions. by Matt Beaumont-Gay · 12 years ago
  88. f27762b Tweak include order by Douglas Gregor · 12 years ago
  89. dc7b641 Use a .def file for most of the diagnostic options. by Douglas Gregor · 12 years ago
  90. 6a6bb28 Objective-C: check that when a category method is being implemented, by Fariborz Jahanian · 12 years ago
  91. 99eb4a7 Buildbot debugging is fun by Douglas Gregor · 12 years ago
  92. 16a4abf One last unit-test fix by Douglas Gregor · 12 years ago
  93. 3aeb34f More unit-test fixes by Douglas Gregor · 12 years ago
  94. 35d516c Update clang-interpreter example by Douglas Gregor · 12 years ago
  95. 8e02361 Fixup unit tests for DiagnosticOptions change by Douglas Gregor · 12 years ago
  96. 02c23eb Make DiagnosticOptions intrusively reference-counted, and make sure by Douglas Gregor · 12 years ago
  97. 340d0d3 CMake: Fix public header search for generating Xcode/MSVC projects. by Jordan Rose · 12 years ago
  98. a7a38cb Fix pretty-printing pseudo-destructor calls. Patch by Grzegorz Jablonski. by Eli Friedman · 12 years ago
  99. 2e2d03c Delete junk that snuck into r166498. by Eli Friedman · 12 years ago
  100. e4851f2 Add a new warning -Wmissing-variable-declarations, to warn about variables by Eli Friedman · 12 years ago