1. 3df9a75 clang/test/Tooling/clang-ast-dump.cpp: Mark it as REQUIRES: asserts, for now. by NAKAMURA Takumi · 12 years ago
  2. b619e78 Move clang_Cursor_getBriefCommentText implementation under `extern "C"'. by Dmitri Gribenko · 12 years ago
  3. 9532e0d -Wuninitialized: Split the classification of DeclRefExprs as initialization or by Richard Smith · 12 years ago
  4. 89e5aaf [analyzer] Handle new-expressions with initializers for scalars. by Jordan Rose · 12 years ago
  5. b04a457 Weaken Unicode fixit test to work even if the character is printed escaped. by Jordan Rose · 12 years ago
  6. beef1cb Fix BlockCommandComment::classof() to return true for objects of derived classes. by Dmitri Gribenko · 12 years ago
  7. ee07db7 This test appears to fail on win32. by Ted Kremenek · 12 years ago
  8. b8971b2 Add hack (provided by Jonathan Sauer) to fall back to assuming Xcode is installed in /Developer by Ted Kremenek · 12 years ago
  9. 3b71176 This test appears to be passing on win32. by Ted Kremenek · 12 years ago
  10. 6f977c3 Don't crash when emitting fixits following Unicode characters. by Jordan Rose · 12 years ago
  11. 980343b Simplify float comparison checks by using early return. by David Blaikie · 12 years ago
  12. b2d8e63 Fix copy-paste mistake for CMake dependency. by Ted Kremenek · 12 years ago
  13. 7acc407 [analyzer] Make CmpRuns external-user friendly. by Anna Zaks · 12 years ago
  14. 61918d8 Looks like libTooling might also depend on ClangDiagnosticCommon. by Ted Kremenek · 12 years ago
  15. 4e56c42 Add libEdit dependency on ClangDiagnosticCommon. Hopefully this will unbreak the VS build. by Ted Kremenek · 12 years ago
  16. d7bad05 MIPS: Implement __builtin_mips_shll_qb builtin function overloading. by Simon Atanasyan · 12 years ago
  17. 85f485a Fix rejects-valid: explicit specialization of redeclared deleted function template. by David Blaikie · 12 years ago
  18. daa872b modern objective-c translator: conditionally include by Fariborz Jahanian · 12 years ago
  19. 177f1be Fixing an MSVC warning -- the compiler did not like the cast added to work around a g++ bug (it would claim to possibly emit incorrect code). by Aaron Ballman · 12 years ago
  20. 6e39d05 Fixing an obvious bug in a test. by Alexander Kornienko · 12 years ago
  21. dea8fba The new clang-ast-dump tool for selective AST dumping. Moved common command-line tool stuff to CommandLineClangTool by Alexander Kornienko · 12 years ago
  22. e994bb6 Add two more missing parameters in diagnostics. by Daniel Jasper · 12 years ago
  23. fef3f6f Fix diagnostic adding missing parameter. by Daniel Jasper · 12 years ago
  24. f85f60a Prevent unused-variable warning in optimized builds. by Daniel Jasper · 12 years ago
  25. fe7beeb Add refactoring callbacks to make common kinds of refactorings easy. by Daniel Jasper · 12 years ago
  26. a770a4d Add correct parenthesis range to CXXConstructExprs inside by Daniel Jasper · 12 years ago
  27. 32bb534 Place checker build at alternate URL. by Ted Kremenek · 12 years ago
  28. aa488ea More for PR11848: a pack expansion type isn't necessarily type-dependent (its by Richard Smith · 12 years ago
  29. 7e54fb5 PR13365: Fix code which was trying to treat an array of DeducedTemplateArgument by Richard Smith · 12 years ago
  30. d8672ef Related to PR11848 and core-21989: switch ContainsUnexpandedParameterPack from by Richard Smith · 12 years ago
  31. 9123940 Revert change accidentally committed in r160240. by Richard Smith · 12 years ago
  32. f5baeb4 PR13368: Halve the instantiation depth of this test again. Apparently, FreeBSD by Richard Smith · 12 years ago
  33. 6bebe5a Update Clang to reflect the move of MDBuilder in r160237. by Chandler Carruth · 12 years ago
  34. e091e95 Add test case for tweaks to clang driver. by David Chisnall · 12 years ago
  35. ff2fcb8 Fix spelling of anyOf matcher and add missing test. by Daniel Jasper · 12 years ago
  36. 7dae689 Enable new linker behaviour on FreeBSD. by David Chisnall · 12 years ago
  37. d320ffc Without this patch clang warns on by Rafael Espindola · 12 years ago
  38. 4b044c6 Make const the argument of getDefinition. by Rafael Espindola · 12 years ago
  39. 2b884a8 Use llvm::APSInt::isSameValue to compare for the same value. by Eric Christopher · 12 years ago
  40. 81695fa Replace IsSameValue with the llvm::APSInt/llvm::APInt versions by Eric Christopher · 12 years ago
  41. 71bcc68 Capitalize comment. by Eric Christopher · 12 years ago
  42. 3f635c0 Refine CFG so that '&&' and '||' don't lead to extra confluence points when used in a branch, but by Ted Kremenek · 12 years ago
  43. 5c3ea5c Hoist CFG builder logic for '&&' and '||' into helper method. No funcationlity change. by Ted Kremenek · 12 years ago
  44. 449d4d5 Remove unused method declaration. by Ted Kremenek · 12 years ago
  45. 6960ee6 Sort prototypes. No functionality change. by Ted Kremenek · 12 years ago
  46. 08c39d8 Update Sema diagnostic messages to take advantage of template type diffing. by Richard Trieu · 12 years ago
  47. f9e9af7 Add a per target max vector alignment field (e.g., 32-byte alignment for x86 due to by Chad Rosier · 12 years ago
  48. 558e887 PR13360: When deciding the earliest point which inevitably leads to an by Richard Smith · 12 years ago
  49. 0bab9da Move option test earlier in the function. by Rafael Espindola · 12 years ago
  50. 87d747b This is one of the first steps at moving to replace target-dependent by Joel Jones · 12 years ago
  51. d64e2ee Comment.h: reword comments by Dmitri Gribenko · 12 years ago
  52. 5561977 Modify tree printing mode for template type diffing. If a diagnostic has by Richard Trieu · 12 years ago
  53. f195f2c add support for conditional expressions in Expr::HasSideEffects() by Nuno Lopes · 12 years ago
  54. 916ea65 Move a bunch of the attribute warnings under the IgnoreAttributes group. Cleaned up test case. by Tanya Lattner · 12 years ago
  55. 0eaf69d Comment AST nodes: rename getXXXCount() methods to getNumXXXs() to be in line with Statement AST nodes. by Dmitri Gribenko · 12 years ago
  56. 6b60370 Apply visibility pragmas to class template declarations. This is needed because by Rafael Espindola · 12 years ago
  57. b04b731 Use -fvisibility-inlines-hidden in inline functions too. This matches gcc by Rafael Espindola · 12 years ago
  58. 69b5e95 Move helper class into an anonymous namespace. by Benjamin Kramer · 12 years ago
  59. 7bf9d9b Mention -ftls-model in release notes and manual. by Hans Wennborg · 12 years ago
  60. a3c7096 Allows retrieving all files in a CompilationDatabase. by Manuel Klimek · 12 years ago
  61. 838925d Provide a special-case diagnostic when two class member functions instantiate by Richard Smith · 12 years ago
  62. d3d02dd Fix a bug in my previous commit. The problem is not that we were not using the by Rafael Espindola · 12 years ago
  63. abd56c8 Attaching comments to declarations during parsing: handle more Objective-C declarations. by Dmitri Gribenko · 12 years ago
  64. bb39c3f Also remove include directory for libComments. by Dmitri Gribenko · 12 years ago
  65. 46db2fb Remove empty lib/Comments directory. by Dmitri Gribenko · 12 years ago
  66. 3f38bf2 Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML start tags' and 'HTML close tags' to 'HTML end tags' according to HTML spec. by Dmitri Gribenko · 12 years ago
  67. 3d98698 Make concepts of optional and forbidden end tags separate. Thanks Jordan for pointing this! by Dmitri Gribenko · 12 years ago
  68. 2345820 Use the canonical template decl when trying to find if it has a visibility by Rafael Espindola · 12 years ago
  69. 59d7cc9 Updates the example to the latest incarnation of clang-check and by Manuel Klimek · 12 years ago
  70. 99b28e7 Always initialize variable. If opening quote is the last character in comment, we will be using an uninitialized value. There is already a test for that in unittests/AST/CommentLexer.cpp, but it seems like we were lucky with the value that got loaded into the variable so the test passed. by Dmitri Gribenko · 12 years ago
  71. 140d513 Updated -help message in clang-check. by Alexander Kornienko · 12 years ago
  72. f9aed96 [Windows] Split the back reference tests into two separate files as the templates are getting hairy by Timur Iskhodzhanov · 12 years ago
  73. 6fcac5d test/CodeGen/rdrand-builtins.c: Define __MM_MALLOC_H before including <*mmintrin.h> . by NAKAMURA Takumi · 12 years ago
  74. a1c387e Don't include mm_malloc.h in test, it pulls in system headers on msvc. by Benjamin Kramer · 12 years ago
  75. 8f88a1d [Windows] Use thiscall as the default calling convention for class methods. PR12785 by Timur Iskhodzhanov · 12 years ago
  76. 9a50249 Add _rdrand{16,32,64}_step intrinsics to immintrin.h by Benjamin Kramer · 12 years ago
  77. 6a12449 This commit combines three patches to the ASTMatchers. by Daniel Jasper · 12 years ago
  78. c7bd9fb Be lax about trailing whitespace when checking fixit formatting, this depends on locale settings. by Benjamin Kramer · 12 years ago
  79. af082c3 PR13312: Don't crash when printing a fixit that ends in a unicode character. by Benjamin Kramer · 12 years ago
  80. be51e43 [clang.py] Implement Token API by Gregory Szorc · 12 years ago
  81. 0f1964a [clang.py] Add TranslationUnit.get_{file,source_location,source_range} by Gregory Szorc · 12 years ago
  82. 9537e20 [clang.py] Refactor how ctypes functions are registered by Gregory Szorc · 12 years ago
  83. 5e06529 Process #pragma visibility early in the parsing of class definitions. Fixes by Rafael Espindola · 12 years ago
  84. f729ce0 Ignore visibility attributes after definitions. This matches newer (4.7) gcc's by Rafael Espindola · 12 years ago
  85. 6a1f94b Revert r160052, "Default to -std=c++11 on Windows.", for now. by NAKAMURA Takumi · 12 years ago
  86. f7226fb Add the ObjFW runtime. Patch by Jonathan Schleifer! by John McCall · 12 years ago
  87. dc5796c AST/CommentSema.cpp: Fix signess in abs() to appease msvc. It would not make sense to pass (unsigned)-(unsigned) to abs(). by NAKAMURA Takumi · 12 years ago
  88. f9181a7 clang/lib/Basic/CMakeLists.txt: Add missing dependency, ClangDiagnosticComment. by NAKAMURA Takumi · 12 years ago
  89. c36b30c [analyzer] Don't inline virtual calls unless we can devirtualize properly. by Jordan Rose · 12 years ago
  90. 198871c Add OpenCL metadata for kernel arg names. This output is controlled via a flag as noted in the OpenCL Spec. by Tanya Lattner · 12 years ago
  91. 8951067 Don't try to do RVO on block variables that refer to an enclosing local. by Nico Weber · 12 years ago
  92. e3f470a Stop instantiating a class if we hit a static_assert failure. Also, if the by Richard Smith · 12 years ago
  93. 18b7f95 Fix warning. by Richard Smith · 12 years ago
  94. a5ef44f Enable comment parsing and semantic analysis to emit diagnostics. A few by Dmitri Gribenko · 12 years ago
  95. ff39896 Introduce a flag in SourceManager to treat non-system source files by Argyrios Kyrtzidis · 12 years ago
  96. 4b49756 Start testing some commented-out cases of badly-formed __has_include. by Jordan Rose · 12 years ago
  97. 78541c4 Allow -verify directives to be filtered by preprocessing. by Jordan Rose · 12 years ago
  98. 2db5abb Move CompileAssert into namespace clang::ast_matchers:: to avoid naming by Daniel Jasper · 12 years ago
  99. 068040e Add a hook to supply a custom CompilationDatabase. To add a custom CompilationDatabase, make it implement findCompilationDatabaseForDirectory in CustomCompilationDatabase.h and set USE_COSTUM_COMPILATION_DATABASE. by Daniel Jasper · 12 years ago
  100. 0337efd [driver] Fix so that clang can find correct path prefix for libc object files by Chad Rosier · 12 years ago