1. 8769924 The the preprocessor option validator to compute suggested by Douglas Gregor · 12 years ago
  2. a0b9ce0 Add some support for diagnosing possibly mismatched constraint, type size and by Bill Wendling · 12 years ago
  3. 53aec2a 'constexpr' and 'friend' are both declaration specifiers. Teach the parser this, for better error recovery. by Richard Smith · 12 years ago
  4. e925322 PR14171: Don't crash if we hit one of the paths where GetFullTypeForDeclarator by Richard Smith · 12 years ago
  5. 4c0c7e8 Teach the PCH validator to check the preprocessor options, especially by Douglas Gregor · 12 years ago
  6. 3584972 c-index-test.c: Split a format string. [-Woverlength-strings] by NAKAMURA Takumi · 12 years ago
  7. f742727 [ms-inline asm] Test case for r166632. by Chad Rosier · 12 years ago
  8. 39e1776 Fix false positive in -Wunused-variable when a ctor call make involve cleanups. by David Blaikie · 12 years ago
  9. 9dd686d Update regression tests for r166617. by Eli Friedman · 12 years ago
  10. 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
  11. 6c8b649 Add an additional test for namespaces and -Wmissing-variable-declarations. Move C++ test into SemaCXX. by Eli Friedman · 12 years ago
  12. a71a7d8 (De-)serialize the preprocessor options, including macros defined, by Douglas Gregor · 12 years ago
  13. 946fa65 Add a test showing that nodebug is accepted in methods too. Patch by by Rafael Espindola · 12 years ago
  14. 11db182 [libclang] Add "-index-file-full" option that recursively indexes any imported by Argyrios Kyrtzidis · 12 years ago
  15. 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
  16. 1bed9b7 [ms-inline asm] Add test cases for r166451. by Chad Rosier · 12 years ago
  17. 36a1649 Teach the preprocessor to hold onto the preprocessor options. by Douglas Gregor · 12 years ago
  18. 4224255 [ms-inline asm] Add test cases for r166592. The test cases only works if the by Chad Rosier · 12 years ago
  19. 14e71f0 Move PreprocessorOptions into the Lex library, and make it intrusively by Douglas Gregor · 12 years ago
  20. bbf3831 (De-)serialize header search options. by Douglas Gregor · 12 years ago
  21. b0985c8 Update unit tests for HeaderSearch change by Douglas Gregor · 12 years ago
  22. c042edd Move HeaderSearchOptions into the Lex library, make it intrusively by Douglas Gregor · 12 years ago
  23. 04d25fc Undef SEMANTIC_VALUE_DIAGOPT appropriately by Douglas Gregor · 12 years ago
  24. 1b2c3c0 (De-)serialize the file system options. by Douglas Gregor · 12 years ago
  25. 5f3d822 Serialize DiagnosticOptions to the AST file. by Douglas Gregor · 12 years ago
  26. 6e347bc Removed an extra blank line. by Mahesha S · 12 years ago
  27. 3e2aa99 Adds the possibility to run ASTMatchFinder over arbitrary AST nodes. by Manuel Klimek · 12 years ago
  28. 403f2c6 Add a simple test involving decltype on Objective-C properties and ivars by Douglas Gregor · 12 years ago
  29. aafd111 Remove the HiddenWeakTemplateVTables CodeGen option. It's currently unused. by Douglas Gregor · 12 years ago
  30. 19baf06 Pass LLVM_ANDROID_TOOLCHAIN_DIR if set. by Evgeniy Stepanov · 12 years ago
  31. 5c51fc4 Update docs about TSan availability in CMake build by Alexey Samsonov · 12 years ago
  32. adea517 Fix some wordings in AddressSanitizer docs. by Alexey Samsonov · 12 years ago
  33. 9230997 A number of test cases assume that an "int" parameter or return value by Ulrich Weigand · 12 years ago
  34. 04631c3 Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532." by NAKAMURA Takumi · 12 years ago
  35. 129369d Clang now attempts to create a TargetMachine whenever a triple is given. by Nadav Rotem · 12 years ago
  36. 045d707 clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532. by NAKAMURA Takumi · 12 years ago
  37. c89fd3a Add a test for -Warc-abi as requested by Fariborz. by Nico Weber · 12 years ago
  38. e4aeeaa Add padding inreg registers to cause llvm to skip ecx when needed with by Rafael Espindola · 12 years ago
  39. b693269 Add inreg markers with the x86_fastcallcc calling convention. by Rafael Espindola · 12 years ago
  40. 6d919fb Address feedback from Eli Friedman on r166522. by Matt Beaumont-Gay · 12 years ago
  41. fa60be0 Change EmitAssemblyHelper to create the target machine early by Nadav Rotem · 12 years ago
  42. 603513d [analyzer] Handle 'SomeVar.SomeEnumConstant', which is legal in C++. by Jordan Rose · 12 years ago
  43. 4d9e497 [analyzer] Replace -analyzer-no-eagerly-trim-egraph with graph-trim-interval. by Jordan Rose · 12 years ago
  44. e72faf6 [ms-inline asm] Test case for r166526. by Chad Rosier · 12 years ago
  45. 82573e3 [ms-inline asm] Update the triple to test r166523. by Chad Rosier · 12 years ago
  46. c7db84d Don't emit -Wunused-value warnings from macro expansions. by Matt Beaumont-Gay · 12 years ago
  47. f27762b Tweak include order by Douglas Gregor · 12 years ago
  48. dc7b641 Use a .def file for most of the diagnostic options. by Douglas Gregor · 12 years ago
  49. 6a6bb28 Objective-C: check that when a category method is being implemented, by Fariborz Jahanian · 12 years ago
  50. 99eb4a7 Buildbot debugging is fun by Douglas Gregor · 12 years ago
  51. 16a4abf One last unit-test fix by Douglas Gregor · 12 years ago
  52. 3aeb34f More unit-test fixes by Douglas Gregor · 12 years ago
  53. 35d516c Update clang-interpreter example by Douglas Gregor · 12 years ago
  54. 8e02361 Fixup unit tests for DiagnosticOptions change by Douglas Gregor · 12 years ago
  55. 02c23eb Make DiagnosticOptions intrusively reference-counted, and make sure by Douglas Gregor · 12 years ago
  56. 340d0d3 CMake: Fix public header search for generating Xcode/MSVC projects. by Jordan Rose · 12 years ago
  57. a7a38cb Fix pretty-printing pseudo-destructor calls. Patch by Grzegorz Jablonski. by Eli Friedman · 12 years ago
  58. 2e2d03c Delete junk that snuck into r166498. by Eli Friedman · 12 years ago
  59. e4851f2 Add a new warning -Wmissing-variable-declarations, to warn about variables by Eli Friedman · 12 years ago
  60. 4cdad31 Switch CodeGenOptions over to a .def file, like we do with LangOptions. by Douglas Gregor · 12 years ago
  61. 713c287 When rebuilding a DependentScopeDeclRefExpr, perform a lookup into the scope by Richard Smith · 12 years ago
  62. 4d5dd7c [ms-inline asm] Update for r166433. by Chad Rosier · 12 years ago
  63. 3667bbe Handle -pthread, -pg and -shared correctly on bitrig. Patch by David Hill. by Rafael Espindola · 12 years ago
  64. ab48268 Fix some mdoc nits by Sean Silva · 12 years ago
  65. c711af2 Make hasDeclaration() matcher work inside the memberExpr() matcher. by Daniel Jasper · 12 years ago
  66. ac2153e clang/test/PCH/pch-dir.c: Update a comment for msvc. msvc(*-win32) implies -std=c++11. by NAKAMURA Takumi · 12 years ago
  67. 70b9db9 Implements the thisExpr matcher. Patch by Gabor Horvath. by Manuel Klimek · 12 years ago
  68. 129dd54 clang/test/PCH/pch-dir.c: Mark it as XFAIL:msvc. It doesn't fail (virtually xpass) on msvc. by NAKAMURA Takumi · 12 years ago
  69. 674b227 clang/test/PCH/pch-dir.c: Relax expressions of path separators for Win32. by NAKAMURA Takumi · 12 years ago
  70. 27ffa6c If the precompiled header named by "-include" is actually a directory, by Douglas Gregor · 12 years ago
  71. 84c3b97 Fix -Wunused-value to not warn on expressions that have unresolved lookups due by Matt Beaumont-Gay · 12 years ago
  72. 28f3a0e [libclang] Add an environment variable to disable thread background priotity, for testing by Argyrios Kyrtzidis · 12 years ago
  73. 5f1385b [ms-inline-asm] Add handling for errors coming out of the backend. by Eli Friedman · 12 years ago
  74. 5f14fcb Don't try to use inreg with 0 sized structs. Thanks to Eli for reporting the by Rafael Espindola · 12 years ago
  75. bb53170 [Options] Fix two options I mistransformed. by Michael J. Spencer · 12 years ago
  76. b5b37d1 Ugly ugly hack for libstdc++-4.6 and libstdc++-4.7 compatibility. These by Richard Smith · 12 years ago
  77. 4ec429d Handle implicitly-included PCH files the same way as by Douglas Gregor · 12 years ago
  78. 38295be Allow clients of the AST reader to specify what kinds of AST load by Douglas Gregor · 12 years ago
  79. 8b53d14 Collapse ASTReader::ReadSLocEntryRecord() into its only caller, by Douglas Gregor · 12 years ago
  80. 4825fd7 Distinguish the various kinds of AST file loading failures: by Douglas Gregor · 12 years ago
  81. c635710 [Options] Add prefixes to options. by Michael J. Spencer · 12 years ago
  82. 6b8194e ASTReader.cpp: Fix a warning. [-Wunused-variable] by NAKAMURA Takumi · 12 years ago
  83. 293e2eb Testcase change for r166440. by Eli Friedman · 12 years ago
  84. 97bc3d5 Fix for PR13334. This prevents crashes that result from badly formed by Richard Trieu · 12 years ago
  85. 5a12aca [ms-inline asm] Test case for r166433. by Chad Rosier · 12 years ago
  86. 4d3ee9b Fix pre-commit refacto failure. by Daniel Dunbar · 12 years ago
  87. 849289e driver/Darwin: Follow up to last patch, M-class CPUs are AAPCS but not EABI. by Daniel Dunbar · 12 years ago
  88. a930dc9 Eliminate the redundancy between source-file information in the source by Douglas Gregor · 12 years ago
  89. 2e4e110 driver/Darwin: Default to AAPCS for M-class CPUs. by Daniel Dunbar · 12 years ago
  90. c99a3ad Implement hasParent()-matcher. by Daniel Jasper · 12 years ago
  91. 03e6fda PR14141 (part of DR1351): An implicitly-deduced "any" exception specification by Richard Smith · 12 years ago
  92. 87234c8 Fix typo, make test case slightly more reabable. Thanks to Dmitri Gribenko for by Lang Hames · 12 years ago
  93. 6592c77 Silence warning about && in ||. by Benjamin Kramer · 12 years ago
  94. f4bd329 Add support of MIPS n32 ABI to the Clang driver. The fix builds correct library/object files paths and passes appropriate command line options to the linker if user provides -mabi=n32 option. by Simon Atanasyan · 12 years ago
  95. efeeccf Unrevert r166268, reverted in r166272, with a fix for the issue which Nick by Richard Smith · 12 years ago
  96. 860022c When used in a compound expression FP_CONTRACT should proceed all explicit by Lang Hames · 12 years ago
  97. c6f84cf Move private classes into anonymous namespaces. by Benjamin Kramer · 12 years ago
  98. aa9a8ce DR1473: Do not require a space between operator"" and the ud-suffix in a by Richard Smith · 12 years ago
  99. 444d384 Rework implementation of DR1492: Apply the resolution to operator delete too, by Richard Smith · 12 years ago
  100. ed1d5d8 Accept -Wno-arc-abi without warning for a while. by Nico Weber · 12 years ago