1. 9b803cd clang-cl: Ignore the /wd n flag for disabling a warning by Reid Kleckner · 11 years ago
  2. 12627e5 clang-cl: Add /MP[n] to the list of unsupported and ignored flags by Reid Kleckner · 11 years ago
  3. c895f4d const'ify Sema::ActOnCompoundStmt by by Robert Wilhelm · 11 years ago
  4. 4b36fb8 clang-cl: Expose the -Xclang option by Hans Wennborg · 11 years ago
  5. d207f55 [analyzer] Fix inefficiency in dead symbol removal by Pavel Labath · 11 years ago
  6. f064ad5 Re-apply r188666 by Alexey Samsonov · 11 years ago
  7. fab968f Revert r188666: it breaks the buildbots by Alexey Samsonov · 11 years ago
  8. e349069 Fix PR16768: properly report malformed sanitizer blacklist file contents by Alexey Samsonov · 11 years ago
  9. 1b8f12d Move SanitizerArgs to the clang Driver by Alexey Samsonov · 11 years ago
  10. cacdbc9 Fix indentation. No functional change. by Craig Topper · 11 years ago
  11. 536bced Make the version of Stmt::operator new that takes ASTContext* call the ASTContext& version in Stmt inline instead of having two out of line functions that both call to the global versions. by Craig Topper · 11 years ago
  12. 2f6a73c Sema: Remove dead code in CheckTemplateArgumentAddressOfObjectOrFunction by David Majnemer · 11 years ago
  13. bdf253d Revert r188644 to unbreak buildbots. by Craig Topper · 11 years ago
  14. c2a9981 Remove Stmt::operator new that takes a ASTContext*. All callers use the ASTContext& version. by Craig Topper · 11 years ago
  15. 5b3ebb4 Remove throw() from Stmt::operator new so the compiler will omit the null check on the result since ASTContext allocator won't return null. by Craig Topper · 11 years ago
  16. 05ed1a0 Make expression allocation methods use a 'const' reference to the ASTContext since the underlying operator new only needs a const reference. by Craig Topper · 11 years ago
  17. 21c45a5 libclang: cleanup unused includes in public header by Dmitri Gribenko · 11 years ago
  18. 2766deb Fix the name and the type of the argument for intrinisc by Juergen Ributzka · 11 years ago
  19. 14d68a2 Fix indentation. by Richard Smith · 11 years ago
  20. 2d67097 Refactor all diagnosing of TypoCorrections through a common function, in by Richard Smith · 11 years ago
  21. 2845a67 Rename libIDE to libIndex. by Argyrios Kyrtzidis · 11 years ago
  22. e9a906b Replace some DenseMap keys with simpler structures that don't need another DenseMapInfo specialization. by Benjamin Kramer · 11 years ago
  23. 1216196 Introduce the clangIDE library. by Argyrios Kyrtzidis · 11 years ago
  24. ee0da95 Refactor ArgumentAdaptativeMatcher matchers to remove the template from their declaration. by Samuel Benzaquen · 11 years ago
  25. b56019a Passing false instead of 0; no functional change intended. by Aaron Ballman · 11 years ago
  26. 22e43e8 Passing false instead of 0; no functional change intended. by Aaron Ballman · 11 years ago
  27. 05e4af0 Tweak Replacement comparisons by Edwin Vane · 11 years ago
  28. c79ce42 Fix typo pointed out by Jordan. by Ted Kremenek · 11 years ago
  29. 5fba5a7 [analyzer] Merge TextPathDiagnostics and ClangDiagPathDiagConsumer. by Jordan Rose · 11 years ago
  30. cdd4b78 Properly track l-paren of a CXXFucntionalCastExpr. by Eli Friedman · 11 years ago
  31. 146522e [Mips][msa] Add support for half by Jack Carter · 11 years ago
  32. 13e116f [Mips][msa] Added most builtins from add.a to xori by Jack Carter · 11 years ago
  33. 12cd6a8 Clang and AArch64 backend patches to support shll/shl and vmovl instructions and ACLE functions by Hao Liu · 11 years ago
  34. 233fbe1 Add a bit of explanation for FrontendActionFactory. by Stefanus Du Toit · 11 years ago
  35. 53c7ea1 [static analyzer] add a simple "CallEffects" API to query the retain count semantics of a method. by Ted Kremenek · 11 years ago
  36. 5774e39 [static analyzer] Factor out ArgEffect and RetEffect into public header file. by Ted Kremenek · 11 years ago
  37. 933c66b Bug fix: note diagnosis on expression narrowing should say "variable template" instead of "static data member" when appropriate by Larisse Voufo · 11 years ago
  38. 4a91989 Bug fix: disallow a variable template to be redeclared as a non-templated variable by Larisse Voufo · 11 years ago
  39. 6247484 Refine diagnostics in my last patch. // rdar://14303083 by Fariborz Jahanian · 11 years ago
  40. dc25f8c ObjectiveC [QoI] issue warning if an element of an nsarray by Fariborz Jahanian · 11 years ago
  41. 5db9527 clang-cl: Support /link option and set target to win32 by Hans Wennborg · 11 years ago
  42. 4fce06c Fix Altivec vector literal parser hack for C++11. by Eli Friedman · 11 years ago
  43. c99b90e sizeof(void) etc. should be a hard error in C++. by Eli Friedman · 11 years ago
  44. 73052bf Handle "--" explicitly in the driver by Hans Wennborg · 11 years ago
  45. dd9459f Fix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3: by Richard Smith · 11 years ago
  46. f758bc7 Have Range::overlapsWith use positive logic by Edwin Vane · 11 years ago
  47. b58cfd9 Adding a vector version of tooling::applyAllReplacements by Edwin Vane · 11 years ago
  48. 9d02807 Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a list of matchers for the polymorphic case. by Samuel Benzaquen · 11 years ago
  49. 6315fec clang-format: Add option for the offset of constructor initializers. by Daniel Jasper · 11 years ago
  50. 5f15f4d Add XCore target by Robert Lytton · 11 years ago
  51. c80eb46 [-cxx-abi microsoft] Mangle __uuidof correctly into template parameters by David Majnemer · 11 years ago
  52. 439d665 variable templates updated for PCH serialization... Still working on test cases... by Larisse Voufo · 11 years ago
  53. 039970a AnalysisBasedWarnings.cpp:: Prune "\param VariableName", possibly copypasto, in comments. [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  54. 2d84f6b Remove Sema includes from Analysis code to fix layering by Reid Kleckner · 11 years ago
  55. 9c0ed91 clang-cl: Sink /Fe and /Fo diagnostic code into BuildActions by Hans Wennborg · 11 years ago
  56. 5d937b3 Add hooks to ExternalSemaSource for after-the-fact diagnosis of by Kaelyn Uhrain · 11 years ago
  57. c65c72d clang-cl: Support the /Fe option by Hans Wennborg · 11 years ago
  58. a03c5ee Fix crash w/BlockDecl and invalid qualified decl. by Eli Friedman · 11 years ago
  59. df7bef0 Patch by Chris Wailes <chris.wailes@gmail.com>. Reviewed by delesley, dblaikie. by DeLesley Hutchins · 11 years ago
  60. 70571f4 Add hooks for typo correction to ExternalSemaSource, courtesy of Luke Zarko. by Kaelyn Uhrain · 11 years ago
  61. f86c139 clang-cl: Expand warning about /TC and /TP override, and expand test by Hans Wennborg · 11 years ago
  62. c613b67 [Mips] MSA frontend option support by Jack Carter · 11 years ago
  63. a3bf897 SourceManager intialization tweaks. by Benjamin Kramer · 11 years ago
  64. e7205c0 Omit llvm:: before SmallVector and SmallVectorImpl. We have using directive in include/clang/Basic/LLVM.h. by Robert Wilhelm · 11 years ago
  65. c1cef08 Added source locs for angled parentheses in class/var template partial specs. by Enea Zaffanella · 11 years ago
  66. a214824 Simplify now that llvm::sys::current_path checks $PWD. by Rafael Espindola · 11 years ago
  67. f68af64 Expose LambdaIntroducer::DefaultLoc in the AST's LambdaExpr. by James Dennett · 11 years ago
  68. 96943ca Add lrint to the list of math builtins. It never sets errno so we can mark it as readnone. by Benjamin Kramer · 11 years ago
  69. 4e9686b Implement [class.friend]p11's special name lookup rules for friend declarations by Richard Smith · 11 years ago
  70. 708002e clang-cl: Support /showIncludes by Hans Wennborg · 11 years ago
  71. c8e8e8f clang-cl: Map /Oi[-] to -f[no-]builtin by Hans Wennborg · 11 years ago
  72. 1c56c9d Fix alignof computation of large arrays on x86_64. by Rafael Espindola · 11 years ago
  73. a32c523 Revert "clang-cl: Hook up /Za to prevent adding oldnames.lib dependency" by Reid Kleckner · 11 years ago
  74. ad0d570 Add clang_Location_isFromMainFile() to libclang. by Stefanus Du Toit · 11 years ago
  75. bccf68f clang-cl: Hook up /Za to prevent adding oldnames.lib dependency by Hans Wennborg · 11 years ago
  76. d5692db Introduce Replacement deduplication and conflict detection function by Edwin Vane · 11 years ago
  77. b26404a The only useful loop unrolling flag to give realistically is by Chandler Carruth · 11 years ago
  78. f58443e Split the deprecated increment bool warning into a sub-group of -Wdeprecated by Richard Trieu · 11 years ago
  79. fbbdc5d Emit an error for enum increments and decrements in C++ mode. Fixes PR16394. by Richard Trieu · 11 years ago
  80. b357479 clang-cl: Support the run-time selection options (/MD, /MT et al.) by Hans Wennborg · 11 years ago
  81. 2eeed71 DataFlowSanitizer; Clang changes. by Peter Collingbourne · 11 years ago
  82. 7ae9745 Fix doxygen function name mismatch. by Hans Wennborg · 11 years ago
  83. ac32d90 PR9992: Serialize and deserialize the token sequence for a function template in by Richard Smith · 11 years ago
  84. a7b8797 Eliminate CXXConstructorDecl::IsImplicitlyDefined. by Jordan Rose · 11 years ago
  85. 909930f clang-cl: Use .obj as object file extension instead of .o by Hans Wennborg · 11 years ago
  86. ab50ccd clang-cl: Implement support for the /Fo option by Hans Wennborg · 11 years ago
  87. acdbbc7 Add a new warning to -Wloop-analysis to detect suspicious increments or by Richard Trieu · 11 years ago
  88. 3151b7c Fixing commit r187768: Moved diagnosis of forward declarations of variable templates from Parser to Sema. by Larisse Voufo · 11 years ago
  89. 06935f3 Moved diagnosis of forward declarations of variable templates from Parser to Sema. by Larisse Voufo · 11 years ago
  90. 70ed2db AST/DeclTemplate.h: Possibly fix a warning. [-Wuninitialized] by NAKAMURA Takumi · 11 years ago
  91. ef4579c Started implementing variable templates. Top level declarations should be fully supported, up to some limitations documented as FIXMEs or TODO. Static data member templates work very partially. Static data member templates of class templates need particular attention... by Larisse Voufo · 11 years ago
  92. 4c58753 clang-cl: Implement the /Tc, /TC, /Tp and /TP options. by Hans Wennborg · 11 years ago
  93. 056ec12 Add option to disable module loading. by Daniel Jasper · 11 years ago
  94. 0e21897 Implement C++'s restrictions on the type of an expression passed to a vararg by Richard Smith · 11 years ago
  95. 6f4f808 Add support for passing -1 to __builtin_shufflevector to signify an undefined element value to match IR capabilities. by Craig Topper · 11 years ago
  96. a1c50a1 Options.td: remove _DASH_DASH by Hans Wennborg · 11 years ago
  97. 09c3463 Re-commit r187637: "clang-cl: add more options" by Hans Wennborg · 11 years ago
  98. e490705 Implement Allman style. by Manuel Klimek · 11 years ago
  99. 8d3794e ObjectiveC migrator: Add another family of factory by Fariborz Jahanian · 11 years ago
  100. 0694ad9 Fix missing * making the C++ mode thing not work by Matt Arsenault · 11 years ago