1. 37ed127 Refactor recording the preprocessor conditional directive regions out of by Argyrios Kyrtzidis · 12 years ago
  2. df1059c In the PreprocessingRecord, to identify the different conditional directive regions by Argyrios Kyrtzidis · 12 years ago
  3. 9f9e0d2 [libclang] Avoid copying the CompileCommand related strings when wrapping them to a CXString. by Argyrios Kyrtzidis · 12 years ago
  4. 7e96bfb Introduce CompilationDatabase::getAllCompileCommands() that returns all by Argyrios Kyrtzidis · 12 years ago
  5. 1fec8fc clang/test/CodeGenCXX/debug-info-zero-length-arrays.cpp: Add explicit triple, x86_64-unknown-unknown. It was incompatible to i686. by NAKAMURA Takumi · 12 years ago
  6. 003ec23 Add a 'count' field to the DWARF subrange. by Bill Wendling · 12 years ago
  7. 5c5eaa8 Document the existence of -fsanitize=bounds. by Richard Smith · 12 years ago
  8. 60ef8b7 clang/test/Index/comment-objc-decls.m: Try to fix r169193, to add x86_64-darwin. by NAKAMURA Takumi · 12 years ago
  9. 482b4fd Testing objective-C declarations embedded in by Fariborz Jahanian · 12 years ago
  10. cdeb7d5 Have clang use LLVM IR's fast-math flags when in FastMath or FiniteMathOnly modes. Test cases included. by Michael Ilseman · 12 years ago
  11. 9dce4b3 remove trailing whitespace by Michael Ilseman · 12 years ago
  12. e0af843 clang/test/Driver/fsanitize-blacklist.c: Mark it as XFAIL:cygming, due to PR12920. by NAKAMURA Takumi · 12 years ago
  13. 73593eb Fix test failure when building Clang with g++4.7 -- don't use a Twine temporary by Richard Smith · 12 years ago
  14. 0be4b36 Fixes a compile warning and crash in the tests. by Manuel Klimek · 12 years ago
  15. 91ecfa6 Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this flag usable for ASan. Blacklisting can be used to disable sanitizer checks for particular file/function/object. by Alexey Samsonov · 12 years ago
  16. 12feb12 libclangFormat is not libclangTooling, but it depends on it. by Benjamin Kramer · 12 years ago
  17. 96a6639 Fix PR14474: don't emit debug info for interface types in -gline-tables-only mode. by Alexey Samsonov · 12 years ago
  18. bac016b Initial version of formatting library. by Daniel Jasper · 12 years ago
  19. 189f2e4 Make hasDeclaration work for enums. by Daniel Jasper · 12 years ago
  20. 09ccf39 Add -fsanitize=memory. by Evgeniy Stepanov · 12 years ago
  21. ad95481 [ubsan] Add flag to enable recovery from checks when possible. by Will Dietz · 12 years ago
  22. c2b914f Make helper classes anonymous. Make helper functions static instead of private members so the anonymous class doesn't leak out. by Benjamin Kramer · 12 years ago
  23. bda07ac [MIPS] Add -mxgot/-mno-xgot command line options by Simon Atanasyan · 12 years ago
  24. 9d5a78d Add raw_ostream include to pacify MSVC. by Benjamin Kramer · 12 years ago
  25. 8b9ed71 Update unit tests not to rely on transitive includes. by Benjamin Kramer · 12 years ago
  26. a93d0f2 Include pruning and general cleanup. by Benjamin Kramer · 12 years ago
  27. 9852f58 Don't include Type.h in DeclarationName.h. by Benjamin Kramer · 12 years ago
  28. 1bf43ca Make ASTVector.h standalone without including all of ASTContext. by Benjamin Kramer · 12 years ago
  29. 2fa67ef Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't pull in all the generated Attr code. by Benjamin Kramer · 12 years ago
  30. ac55865 Fix a test that was redefining FileCheck variables while referencing old ones. by Eli Bendersky · 12 years ago
  31. 4247d9c Switch to using -### as mentioned by chandlerc. by Joey Gouly · 12 years ago
  32. acb860f Add -emit-llvm to test/Driver/fsanitize.c to stop this failing on the ARM bot. Approved by d0k. by Joey Gouly · 12 years ago
  33. 78d289a Add .arcconfig to the repository. Useful if someone wants to use phabricator's command line tool. by Benjamin Kramer · 12 years ago
  34. 1f19c76 Fix a typo in comment. by Michael Han · 12 years ago
  35. b087248 Make these functions more clearly express the test they are performing. No functionality change. by Richard Smith · 12 years ago
  36. e5411b7 Consistently use 'needsImplicit<special member>' to determine whether we need by Richard Smith · 12 years ago
  37. 19c8ce0 Try to make the source location information for token pastes a bit more consistent. by Eli Friedman · 12 years ago
  38. 0565037 Remove restriction on combining ubsan with asan or tsan. This has worked for a while. by Richard Smith · 12 years ago
  39. 464a01a Fix the determination of whether a capture refers to an enclosing by Douglas Gregor · 12 years ago
  40. 6e6330c Don't emit a warning with an input/output parameter. We assume the user knows what they're doing here. by Bill Wendling · 12 years ago
  41. 5a98f1d Fix test for Windows path separators by Douglas Gregor · 12 years ago
  42. 14afab3 Teach the serialized diagnostic writer to clone() itself, sharing by Douglas Gregor · 12 years ago
  43. e2dbaa9 Don't warn if the input size is less than the register size. Also don't warn if by Bill Wendling · 12 years ago
  44. d87de7b Make -Wtautological-constant-out-of-range-compare behave sanely for enums with a signed fixed type. by Eli Friedman · 12 years ago
  45. 4565e48 Rename ModuleBuildPath -> ModuleBuildStack. Thanks, Dmitri! by Douglas Gregor · 12 years ago
  46. 6c32543 When we're emitting a diagnostic with a source location in an imported by Douglas Gregor · 12 years ago
  47. bbe89d5 Fixing a precedence issue with my previous commit. by Aaron Ballman · 12 years ago
  48. 99ecd9f Fixing an MSVC warning about an unsafe mixture of Boolean and unsigned types in a logical operator. by Aaron Ballman · 12 years ago
  49. e74dc19 Comments: no need to escape any characters in \code ... \endcode. by Dmitri Gribenko · 12 years ago
  50. fafd101 Support for #pragma region/endregion for MSVC compatibility. Patch thanks to pravic! by Aaron Ballman · 12 years ago
  51. 87e2cfc Actually keep track of the source locations at which particular module by Douglas Gregor · 12 years ago
  52. 830ea5b When an error occurs while building a module on demand, provide "While by Douglas Gregor · 12 years ago
  53. 7f2d480 Allow matchers to access the ASTContext. by Manuel Klimek · 12 years ago
  54. 683b70c Update to reflect the change of macro name in r168993. by Chandler Carruth · 12 years ago
  55. ecdc8d3 Fix the computation of highlight ranges so we produce something sane when by Eli Friedman · 12 years ago
  56. 7d04d3a Refactor to reduce duplication in handling of special member functions. No functionality change. by Richard Smith · 12 years ago
  57. e5965df Add a test case for the new cortex-a5 switch by Quentin Colombet · 12 years ago
  58. dcd42fb Use the new LLVM_LVALUE_FUNCTION to ban two getAs() calls on rvalues. by Jordan Rose · 12 years ago
  59. 7dff05b Fix unit tests for ModuleLoader change in r168961. by Douglas Gregor · 12 years ago
  60. 463d909 Keep track of modules that have failed to build. If we encounter an by Douglas Gregor · 12 years ago
  61. db748a3 Fix a small calling-convention bug for x86-32. PR14453. by Eli Friedman · 12 years ago
  62. 74632aa Add ARM cortex-a5 subtarget by Quentin Colombet · 12 years ago
  63. 9c196ac Remove out-of-date comment. by Richard Smith · 12 years ago
  64. 398b8e8 Revert commit revision r168953, to change the commit message, which was empty by Quentin Colombet · 12 years ago
  65. b3233f5 by Quentin Colombet · 12 years ago
  66. 4d1a6e4 This patch exposes to Clang users three more sanitizers are experimental features of ASan: by Alexey Samsonov · 12 years ago
  67. 2ec5f55 Make the test less sensitive to DWARF emission implementation details. by Eli Bendersky · 12 years ago
  68. 6716d94 Make sure that we put the rest of the sanitizer libraries on the link line by Eric Christopher · 12 years ago
  69. 1fadc0e Use newer command line option here. by Eric Christopher · 12 years ago
  70. 4f000c3 Remove duplicate test run lines. by Eric Christopher · 12 years ago
  71. b282920 Now that the underlying problem has been fixed, add r168411 back. by Rafael Espindola · 12 years ago
  72. 8b8a09e Merge function types in C. by Rafael Espindola · 12 years ago
  73. 96794f1 ASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiteral: Remove i128 stuff. Conditioning-out in macro argument was not accepted on MS cl.exe. by NAKAMURA Takumi · 12 years ago
  74. 3b16477 ASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiteral: Suppress i128 according to r168856, for now. by NAKAMURA Takumi · 12 years ago
  75. 53c61c5 [-cxx-abi microsoft] Also spill the argument-back-references context when mangling templates by Timur Iskhodzhanov · 12 years ago
  76. 8426890 Reject uses of __int128 on platforms that don't support it. Also move the ugly by Richard Smith · 12 years ago
  77. bba91b8 Fix sentence construction-o. by Nico Weber · 12 years ago
  78. a70779f Fix crash-on-invalid. <rdar://problem/12765391>. by Eli Friedman · 12 years ago
  79. afb4918 The declaration of a special member can require overload resolution to be by Richard Smith · 12 years ago
  80. a431770 Change SValBuilder::getConditionType() to return BoolTy in C++. Fixes <rdar://problem/12772656>. by Ted Kremenek · 12 years ago
  81. 9c04666 Correctly handle IntegralToBool casts in C++ in the static analyzer. Fixes <rdar://problem/12759044>. by Ted Kremenek · 12 years ago
  82. 586a061 [driver] -mkernel implies -mstrict-align; don't add the redundant option. by Chad Rosier · 12 years ago
  83. 52b501c Implement C++11 [dcl.attr.grammar] p4: If an attribute-specifier-seq appertains to a friend declaration, that declaration shall be a definition. by Michael Han · 12 years ago
  84. b15c898 objective-C blocks: Make sure that identical logic is used by Fariborz Jahanian · 12 years ago
  85. a70c3f8 Per C++11 [except.spec]p2, rvalue references are not permitted in exception specifications. by Richard Smith · 12 years ago
  86. 21173b1 PR14388: An array or function type in an exception specification should be by Richard Smith · 12 years ago
  87. 060f34d ABI: comments from Eli on r168820. by Manman Ren · 12 years ago
  88. f51c61c ABI: modify CreateCoercedLoad and CreateCoercedStore to not use load or store of by Manman Ren · 12 years ago
  89. f641166 PR13098: If we're instantiating an overloaded binary operator and we could by Richard Smith · 12 years ago
  90. 2cbdd7d [analyzer] scan-build: Don't forget to close our temp file for Clang's output. by Jordan Rose · 12 years ago
  91. 501be13 [analyzer] scan-build: Treat '.C' files as C++. by Jordan Rose · 12 years ago
  92. 3325b16 Refactor -fsanitize, -f*-sanitizer arguments parsing. Provide a more careful diagnostic for invalid sets of sanitizers by Alexey Samsonov · 12 years ago
  93. 11c9a6e [asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), Clang part. by Kostya Serebryany · 12 years ago
  94. 037dbda Remove obsolete comment missed by r162937 by Andy Gibbs · 12 years ago
  95. 30cddae Teach Lexer::getSpelling about raw string literals. Specifically, if a raw by Richard Smith · 12 years ago
  96. acf796b Store on the CXXRecordDecl whether the class has, or would have, a copy by Richard Smith · 12 years ago
  97. 3881866 Remove workaround in RegionStore in r168741 since it is handled more generally by r168757. by Ted Kremenek · 12 years ago
  98. 2a82ca2 Introduce ASTUnresolvedSet, an UnresolvedSet-like class, whose contents are by Argyrios Kyrtzidis · 12 years ago
  99. 9d29543 Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface, by Argyrios Kyrtzidis · 12 years ago
  100. b8abff6 C++ core issue 1344, PR10618: promote "addition of default argument makes this by Richard Smith · 12 years ago