1. d2008e2 Implement support for null non-type template arguments for non-type by Douglas Gregor · 12 years ago
  2. e35abe1 modern objective-c translation: support for by Fariborz Jahanian · 12 years ago
  3. bd61313 Rework ExprEngine::evalLoad and clients (e.g. VisitBinaryOperator) so that when we generate a new ExplodedNode by Ted Kremenek · 12 years ago
  4. d2953ce SourceManager: Vectorize ComputeLineNumbers for SSE2. by Benjamin Kramer · 12 years ago
  5. 8491cb2 MIPS: Provide a correct path to the dynamic linker when build for MIPS 64-bit targets. by Simon Atanasyan · 12 years ago
  6. 83cad45 Thread safety analysis: downgraded requirement that mutex expressions refer to a lockable type from error to warning. by DeLesley Hutchins · 12 years ago
  7. b0f245c modern objective-c translator: translate array literal by Fariborz Jahanian · 12 years ago
  8. 5f0a1c1 MIPS: Pass -EB/-EL argument to the assembler according to selected endian when compile for MIPS targets. by Simon Atanasyan · 12 years ago
  9. f439e00 [analyzer] Check that the arguments to NSOrderedSet creation methods are valid ObjC objects. by Jordy Rose · 12 years ago
  10. 0121183 Test for r154189/PR12481 by Matt Beaumont-Gay · 12 years ago
  11. 30fa370 Use atexit when __cxa_atexit isn't available instead of adding a by John McCall · 12 years ago
  12. 3f88f68 Rename GenerateCXXGlobalDtorFunc to GenerateCXXGlobalDtorsFunc. by John McCall · 12 years ago
  13. 7f39d51 Fix a Sema invariant bug that I recently introduced involving by John McCall · 12 years ago
  14. 40f45ee Clear environment variables that might affect Clang before running tests. by Jordy Rose · 12 years ago
  15. b2f6820 Added a new attribute, objc_root_class, which informs the compiler when a root class is intentionally declared. by Patrick Beard · 12 years ago
  16. aba3f0f MIPS: Move tests check float ABI macros definitions to the more appropriate place. by Simon Atanasyan · 12 years ago
  17. 9f31437 Fix using Clang as a cross compiler installed on a host machine and not by Chandler Carruth · 12 years ago
  18. 6614845 zext ivar offsets if required (GNU runtimes). by David Chisnall · 12 years ago
  19. cf2fa2f Fixed scoping error for late parsed attributes in nested classes. by DeLesley Hutchins · 12 years ago
  20. 7a52180 MIPS: Add tests for predefined macros for MIPS targets. by Simon Atanasyan · 12 years ago
  21. 673720d Fix diagnostic text for r154163. by David Blaikie · 12 years ago
  22. 9df1b96 Restrict fixit for missing 'class' in template template parameters. by David Blaikie · 12 years ago
  23. 7947bb1 [analyzer]Fix false positive: pointer might escape through CG*WithData. by Anna Zaks · 12 years ago
  24. bf9658c Point the caret at the error for the 'expected namespace name' diagnostic in by Richard Smith · 12 years ago
  25. bc1029b Implement C90 pedantic warning for duplicate declaration specifiers which are duplicated via a typedef. Patch by Tim Northover. by Eli Friedman · 12 years ago
  26. ae916a1 Properly implement the C rules for composite types for qualified pointers in conditionals. Patch by Tim Northover. by Eli Friedman · 12 years ago
  27. bf393be objective-c: Don't warn when a category does not implement a method by Fariborz Jahanian · 12 years ago
  28. 856183c Enhance testing a bit to make sure that we're omitting the by Eric Christopher · 12 years ago
  29. 78af8fd Only emit the getter and setter names if they're not the default by Eric Christopher · 12 years ago
  30. 87b9c03 Make the variant of __builtin_shufflevector that takes the shuffle indexes as a vector actually usable. Patch by David Neto. PR12465. by Eli Friedman · 12 years ago
  31. 6fd4505 Require that all static analyzer issues have a category. As part of this change, by Ted Kremenek · 12 years ago
  32. 9091389 Move some MIPS target macro definitions from class Mips32TargetInfoBase by Simon Atanasyan · 12 years ago
  33. e47029a Temporary workaround for bug#12457: turn the 'constexpr function never produces by Richard Smith · 12 years ago
  34. 85ff969 [Lex] Add support for 'user specified system frameworks' (see test case). by Daniel Dunbar · 13 years ago
  35. 9ee35f9 [Lex] HeaderSearch: Introduce a FrameworkCacheEntry structure to hold the FrameworkMap items. by Daniel Dunbar · 13 years ago
  36. f535a98 Simplify. by Daniel Dunbar · 13 years ago
  37. a823545 Improve & simplify diagnostic for missing 'class' in template template parameter. by David Blaikie · 13 years ago
  38. b98b998 Handle symbolicating a reference in an initializer expression that we don't understand. by Ted Kremenek · 13 years ago
  39. 04a18c9 Teach ObjCContainersChecker that the array passed to CFArrayGetValueAtIndex might not be a symbolic value. by Ted Kremenek · 13 years ago
  40. bb3d20f Do not crash in the callgraph construction when encountering deleted function definitions. Fixes <rdar://problem/11178609>. by Ted Kremenek · 13 years ago
  41. 6b77ce8 [analyzer] Move stats calculation out of AnalysisConsumer destructor. by Anna Zaks · 13 years ago
  42. 907344e [analyzer] Change warding in a path diagnostic: by Anna Zaks · 13 years ago
  43. cd86346 [analyzer] Add a coverage calculation to FunctionSummaries. by Anna Zaks · 13 years ago
  44. 4f4705f [analyzer] Remove redundant if statement (pointed out by Ted). by Anna Zaks · 13 years ago
  45. a85cf39 Improve diagnostics for invalid use of non-static members / this: by Richard Smith · 13 years ago
  46. 4fd05dc Add triples to these tests to keep them working on Windows, by Richard Smith · 13 years ago
  47. f76e7f7 RelNote improvements made to -Wliteral-conversion by r141955. by David Blaikie · 13 years ago
  48. 69f50e7 Fix assertions and wrong output from StmtPrinter's string literal printing. by Richard Smith · 13 years ago
  49. e31b8fb Enable warn_impcast_literal_float_to_integer by default. by David Blaikie · 13 years ago
  50. 371a0c8 clang/test/Tooling/clang-check.cpp: Mark it as XFAIL also on cygwin. by NAKAMURA Takumi · 13 years ago
  51. 5b4bf13 Allow a conversion from the empty initializer list {} to an by Douglas Gregor · 13 years ago
  52. 3953911 Honor -fno-pic, -fno-PIC, -fno-pie, -fno-PIE. by Nico Weber · 13 years ago
  53. 30fe6ba [driver] When using the -mfpmath= option, add an error message when trying to by Chad Rosier · 13 years ago
  54. 397f327 Hardcode a triple to prevent the test failing on targets which don't support __thread. by Richard Smith · 13 years ago
  55. 1209386 Test commit to check commit access. by Simon Atanasyan · 13 years ago
  56. b4051e7 Implement C++11 [temp.arg.nontype]'s permission to use the address of an object by Richard Smith · 13 years ago
  57. 465a899 Fix an oversight: don't run ARC optimization cleanup at -O0. by Dan Gohman · 13 years ago
  58. f80f2a5 Whitespace. by Chad Rosier · 13 years ago
  59. 9931727 [driver] Add a static helper function for handling -mfpu= to remove some code by Chad Rosier · 13 years ago
  60. d624a5b Reduce variable scope. by David Blaikie · 13 years ago
  61. 7a938fa [driver] Create a new -mfpmath= option, which is used to control whether clang by Chad Rosier · 13 years ago
  62. 878f850 objc-arc: provide a warning when 'receiver' of a message is 'weak' by Fariborz Jahanian · 13 years ago
  63. bb811ca Look through chains of 'x = y = z' when employing silencing heuristics in the DeadStoresChecker. by Ted Kremenek · 13 years ago
  64. e982cc0 modern objc translator. Add more by Fariborz Jahanian · 13 years ago
  65. 15b7731 Remove unused argument. by Fariborz Jahanian · 13 years ago
  66. 0718952 Include the "issue context" (e.g. function or method) where a static analyzer issue occurred in the plist output. by Ted Kremenek · 13 years ago
  67. f54486a Move the computation of the lambda mangling information (mangling by Douglas Gregor · 13 years ago
  68. 8e86b2d objective-c modern translation. Remove commenting out by Fariborz Jahanian · 13 years ago
  69. e1fde1d Simplify test a bit now that it's not actually running cc1plus. by Bob Wilson · 13 years ago
  70. e23d0b2 clang/test/Tooling/clang-check.cpp: Mark it as XFAIL mingw,msvc for now. by NAKAMURA Takumi · 13 years ago
  71. 01b8ca5 Tooling.cpp: Reorder inclusions according to the conding standards. by NAKAMURA Takumi · 13 years ago
  72. b175d0f Tooling.cpp: Don't refer to $ENV{PWD}. Use llvm::sys::fs instead. by NAKAMURA Takumi · 13 years ago
  73. 9595dae Don't crash (assert failure) when generating blocks for C++ types with a non-const copy constructor. by David Chisnall · 13 years ago
  74. 92f7409 Updated release notes for tooling. by Manuel Klimek · 13 years ago
  75. 29b815c clangFrontend depends on clangEdit. by Benjamin Kramer · 13 years ago
  76. 43d5aac Add the dependency on clang-check to clang-test, so clang-check by Manuel Klimek · 13 years ago
  77. cb971c6 Adds a tooling library. by Manuel Klimek · 13 years ago
  78. c9aa9c0 Don't actually execute gcc during testing. by Benjamin Kramer · 13 years ago
  79. 6fb522e Add a testcase for svn r153854. by Bob Wilson · 13 years ago
  80. 9033092 Fix diagnostic typos: "non-template arguments" vs "non-type template arguments". by Richard Smith · 13 years ago
  81. 5a5a971 For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this is by Richard Smith · 13 years ago
  82. d280389 When performing template argument deduction for an initializer list, by Douglas Gregor · 13 years ago
  83. a9b55a4 Dependent-sequence initialization of a single element can be direct by Douglas Gregor · 13 years ago
  84. a06642a [preprocessor] In Preprocessor::CachingLex() check whether there were more tokens by Argyrios Kyrtzidis · 13 years ago
  85. e14ba2c When computing the conversion sequence in overload resolution by John McCall · 13 years ago
  86. 95e3872 If something already instantiated is reinstantiated as an explicit definition, by Nick Lewycky · 13 years ago
  87. beeb460 ErrorUnsupported on array cookies in the MS C++ ABI code; by John McCall · 13 years ago
  88. 73f428c Enter an expression evaluation context when parsing by John McCall · 13 years ago
  89. 8e59838 Fix dead store warning. by Ted Kremenek · 13 years ago
  90. 88fc181 Change BugReporter's usage of IsCachedDiagnostic to only impact pruning diagnostics emitted to the by Ted Kremenek · 13 years ago
  91. 74a1a1f Silence dead store warning, and fix indentation. by Ted Kremenek · 13 years ago
  92. 6c656c3 Remove dead assignment to local variable. by Ted Kremenek · 13 years ago
  93. 7b156dd Add feature check "cxx_local_type_template_args" describing support by Douglas Gregor · 13 years ago
  94. b0d06e2 Eliminate obvious use-after-free. Fixes PR12433 / <rdar://problem/11168333>. by Douglas Gregor · 13 years ago
  95. 173a37a Remove more redundant lookups. Add a new "all_lookups_iterator" which provides by Nick Lewycky · 13 years ago
  96. 893a6ea Don't treat synthesized ivars as being in the base class for the purpose of by Nick Lewycky · 13 years ago
  97. 6d858d9 Replace the workaround from r153445 with a proper fix. by Kaelyn Uhrain · 13 years ago
  98. b3f904f modern objective-c translator: rewriter linkage spec. // rdar://11169733 by Fariborz Jahanian · 13 years ago
  99. 14e6455 Correct handling of _Pragma macro inside a macro argument. by Argyrios Kyrtzidis · 13 years ago
  100. c8443e5 Rework ProgramPoint to bit-mangle the 'Kind' into both Data pointers and the LocationContext. After switching to PointerIntPair, it didn't look like a safe assumption to use the lower 3 bits of the LocationContext* field. Thanks to Jordy Rose and Benjamin Kramer for their feedback. by Ted Kremenek · 13 years ago