1. d067c07 Fix the behavior of -Wignored-qualifiers on return type qualifiers in by Chandler Carruth · 14 years ago
  2. 87fb940 Mention libclang in the Doxygen documentation by Douglas Gregor · 14 years ago
  3. e9c5816 Fix type mismatch between property function that CGObjCGNU was returning and the one CGObjC was calling. Fixes bug r9294. by David Chisnall · 14 years ago
  4. 378d2a1 CMake: Don't use ${CMAKE_CFG_INTDIR} for installed llvm-lit on Visual Studio. by NAKAMURA Takumi · 14 years ago
  5. 30726c6 [analyzer] Migrate UnreachableCodeChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  6. 45d9b4e [analyzer] Migrate to CheckerV2: by Argyrios Kyrtzidis · 14 years ago
  7. 2e471a3 [analyzer] Add LangOptions in CheckerManager. by Argyrios Kyrtzidis · 14 years ago
  8. c56c004 Teach CFGBuilder about null pointer constants in conditionals, and how they can be used to prune branches. Fixes false null pointer dereference warning in PR 8183. by Ted Kremenek · 14 years ago
  9. e745501 Add null check in CursorVisitor::RunVisitorWorkList() when visiting LabelDecls. Fixes <rdar://problem/9040579>. by Ted Kremenek · 14 years ago
  10. 729b853 Don't give an error for 'try' and 'throw' if they occur in system headers. by Anders Carlsson · 14 years ago
  11. 0761e44 Add a -fcxx-exceptions flag to clang -cc1. This controls the newly added CXXExceptions flag. by Anders Carlsson · 14 years ago
  12. 7da99b0 Add a CXXExceptions flag to LangOptions. by Anders Carlsson · 14 years ago
  13. 79c42c8 Add doxygen comments to Sema::DiagRuntimeBehavior(). by Ted Kremenek · 14 years ago
  14. 377e215 Add test case (from PR 8876) for suppressing 'indirection of non-volatile null pointer...' warning due to reachability analysis. by Ted Kremenek · 14 years ago
  15. 0423fc6 Sema: diagnose kernel calls to non-global functions by Peter Collingbourne · 14 years ago
  16. 3bcc2be Add test case for PR 9284, a false positive for -Warray-bounds that is now addressed using basic reachability analysis. by Ted Kremenek · 14 years ago
  17. 351ba91 Enhance Sema::DiagRuntimeBehavior() to delay some diagnostics to see if the related code is reachable. This suppresses some by Ted Kremenek · 14 years ago
  18. 42461ee Migrate CFGReachabilityAnalysis out of the IdempotentOperationsChecker and into its own analysis file. by Ted Kremenek · 14 years ago
  19. 283a358 Have IdempotentOperationsChecker pull its CFGStmtMap from AnalysisContext. by Ted Kremenek · 14 years ago
  20. 3ed6fc0 Issue AnalysisBasedWarnings as part of calling Sema::PopBlockOrFunctionScope(). No real functionality change. by Ted Kremenek · 14 years ago
  21. 762696f Update Sema::DiagRuntimeBehavior() to take an optional Stmt* to indicate the code the diagnostic is associated with. by Ted Kremenek · 14 years ago
  22. b70369c Change -Warray-bounds logic to use DiagRuntimeBehavior in preparation for using basic dataflow to suppress warnings on unreachable array bounds checks. by Ted Kremenek · 14 years ago
  23. 983326f [analyzer] Migrate to CheckerV2: by Argyrios Kyrtzidis · 14 years ago
  24. 5ef04ee Switch the VerifyDiagnosticsClient to use PresumedLocs now that they by Chandler Carruth · 14 years ago
  25. fd405ef Update the www to indicate that auto is now implemented. by Richard Smith · 14 years ago
  26. 406c38e Fix PR9276: We were missing the checks for auto deducing to different types in the same declaration group in the template instantiation case. by Richard Smith · 14 years ago
  27. 74eed0e [analyzer] Migrate the BasicObjCFoundationChecks to CheckerV2: by Argyrios Kyrtzidis · 14 years ago
  28. 3f82127 [analyzer] Fix CheckerManager::runCheckersForObjCMessage. by Argyrios Kyrtzidis · 14 years ago
  29. fc26107 Silence a MSVC warning. by Argyrios Kyrtzidis · 14 years ago
  30. 404fc3a [analyzer] Refactor BugTypes and their ownership model. by Argyrios Kyrtzidis · 14 years ago
  31. 9c55b36 In the clang.xcodeproj modify the 'clang' target to do nothing, not try to build anything. by Argyrios Kyrtzidis · 14 years ago
  32. 55edca9 Better parser recovery when method is by Fariborz Jahanian · 14 years ago
  33. b80f668 DeclGroup's operator[] always returned the first Decl in the group. by Richard Smith · 14 years ago
  34. 65b34d7 Clean up the error recovery at the bottom of Sema::LookupMemberExpr. This by Matt Beaumont-Gay · 14 years ago
  35. 7019186 When checking for abstract types, don't crash when we have a by Douglas Gregor · 14 years ago
  36. 12e3ece Provide Fixit warning when 'auto' is intended as storage by Fariborz Jahanian · 14 years ago
  37. 8178df3 Emit the structure layout of the block literal parameter to a block by John McCall · 14 years ago
  38. 201e519 Give ImplicitParamDecl a public constructor so that it can be allocated on by John McCall · 14 years ago
  39. aab9e31 Provide a Decl::getNonClosureContext to look through any "closure" (i.e. by John McCall · 14 years ago
  40. 1756ce4 We need a longer long when testing this pathe Microsoft fixed-underlying-type extension for enumeration types by Douglas Gregor · 14 years ago
  41. 3ee36af A constructor call should force class's debug info even if -flimit-debug-info is enabled. by Devang Patel · 14 years ago
  42. 6b7367e improve support for SUSE Linux Enterprise Server 11 SP1 (x86_64). by Chris Lattner · 14 years ago
  43. 86f208c Enable enumeration types with a fixed underlying type, e.g., by Douglas Gregor · 14 years ago
  44. dc856af Use an unused-except-in-Debug variable. by Matt Beaumont-Gay · 14 years ago
  45. 16674e8 Use LLVM coding standard. by Devang Patel · 14 years ago
  46. cd9ec3b Implement the GNU C extension which permits the initialization of an by Douglas Gregor · 14 years ago
  47. 769ce3e [analyzer] Start moving the path-sensitive checkers to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
  48. 6bcb48d [analyzer] Separate CheckerContext into its own include file. No functionality change. by Argyrios Kyrtzidis · 14 years ago
  49. 9fc8fdd [analyzer] Fix GRStatePartialTrait<bool> and introduce GRStatePartialTrait<unsigned>. by Argyrios Kyrtzidis · 14 years ago
  50. 0bb208c Remove the storage for -cxx-system-include. Make libcxx toolchain by Joerg Sonnenberger · 14 years ago
  51. a5ef584 Reimplement __pragma support using a TokenLexer by Peter Collingbourne · 14 years ago
  52. b2eb53d Make TokenLexer capable of storing preprocessor directive tokens by Peter Collingbourne · 14 years ago
  53. cf603e1 CMAKE_EXECUTABLE_SUFFIX is undefined when a cmake script is executed by Oscar Fuentes · 14 years ago
  54. 57b3b6a Establish the iteration variable of an ObjC for-in loop before by John McCall · 14 years ago
  55. 3469585 Reorganize the emission of local variables. by John McCall · 14 years ago
  56. 0ef473f Add CStringChecker support for strncpy. Patch by Lenny Maiorani! by Ted Kremenek · 14 years ago
  57. be4242c Add CStringChecker support for strnlen. Patch by Lenny Maiorani! by Ted Kremenek · 14 years ago
  58. 6f17433 lib/CodeGen/TargetInfo.cpp: On Win64, arg i128 should be emitted as INDIRECT. by NAKAMURA Takumi · 14 years ago
  59. b907560 Fix a little bug in the handling of enumeration types with a fixed by Douglas Gregor · 14 years ago
  60. 284cc8d Warn about implicit conversions between values of different, named by Douglas Gregor · 14 years ago
  61. e9b801f Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on. by Anders Carlsson · 14 years ago
  62. 95bba6f Move some Objective-C tests to SemaObjC and CodeGenObjC. by Anders Carlsson · 14 years ago
  63. 8110f04 In Objective-C, there are no trailing return types, so don't produce diagnostics suggesting they are missing. by Richard Smith · 14 years ago
  64. 2df6647 Bug#8945: Add -cxx-isystem option to specify C++ system directories. by Joerg Sonnenberger · 14 years ago
  65. e7397c6 Fix a few auto-related issues: by Richard Smith · 14 years ago
  66. 24d44ed Add reference to PR 9278 for archaeologists. by Richard Smith · 14 years ago
  67. 21761c8 Warn when type modifiers on objc method declarations in by Fariborz Jahanian · 14 years ago
  68. 05f3a50 The instance size of a metaclass should be the size of a class. This is not, in fact, 0, even for very small classes. (GNU runtime) by David Chisnall · 14 years ago
  69. ddc83f9 C++0x's deduced auto is illegal in typedefs. by Richard Smith · 14 years ago
  70. e177d3b Targets/Darwin: mcount name on Darwin needs to be unmangled. by Daniel Dunbar · 14 years ago
  71. 6b12da9 Fix a CFGBuilder bug exposed on convoluted control-flow in the Linux kernel. by Ted Kremenek · 14 years ago
  72. 935f0f0 add one more case of mismatched input/output constraints. by Chris Lattner · 14 years ago
  73. f0c4d28 more code restructuring, no functionality change. by Chris Lattner · 14 years ago
  74. ca57b4b split the iteration loop out to a helper function, no functionality change. by Chris Lattner · 14 years ago
  75. 4605c4f fix a comment. by Chris Lattner · 14 years ago
  76. 9becaae Test case for r126127 and r126141. Radar 9012638. by Stuart Hastings · 14 years ago
  77. 967ecd3 Mangling of undeduced 'auto' types, as specified by Itanium C++ ABI. by Richard Smith · 14 years ago
  78. 483b9f3 Tweaks to C++0x deduced auto type support: by Richard Smith · 14 years ago
  79. 57cbb0d Fix call to send_error() in scan-view. An int error code is expected but a string was being sent. Patch by Andrew Price! by Ted Kremenek · 14 years ago
  80. 77efc68 Don't warn about static const integral data members with in-line constant by John McCall · 14 years ago
  81. 6c6b0eb Turn on 'auto' in plain objc mode. by Fariborz Jahanian · 14 years ago
  82. a2e4021 Pass the right linker flag in openbsd::Link::ConstructJob, by Chris Lattner · 14 years ago
  83. b0c2301 Remove warning on future change in ivar lookup rule by Fariborz Jahanian · 14 years ago
  84. fef8b34 Reorganize subelement initialization checking, no functionality change. by John McCall · 14 years ago
  85. ce6c9b7 Small optimization: avoid redundant checks of whether a type is an array by John McCall · 14 years ago
  86. 2882eca Pseudo-revirtualize CallExpr::getSourceRange by making it follow the by John McCall · 14 years ago
  87. 7cc25fe Bind references to opaque r-values correctly. Add a few test cases by John McCall · 14 years ago
  88. 30decb8 CMake: Eliminate duplicate -D__STDC_LIMIT_MACROS and -D__STDC_CONSTANT_MACROS. llvm/cmake/modules/HandleLLVMOptions.cmake defines them. by NAKAMURA Takumi · 14 years ago
  89. aa46fe4 Rename test/CodeGenCXX/gnu-conditional-scalar-ext.cpp to conditional-gnu-ext.cpp by John McCall · 14 years ago
  90. 34d4947 Clean up the tests for warning about unused function results given the by Chandler Carruth · 14 years ago
  91. 7519699 Allow -Wformat to be enabled without -Wformat-security. GCC gates by Chandler Carruth · 14 years ago
  92. a3f787c Put targets on folders, if the IDE supports the feature. by Oscar Fuentes · 14 years ago
  93. c8da1ec New function for tablegenning: clang_tablegen. by Oscar Fuentes · 14 years ago
  94. 80f38f0 Correct name of dependent target. by Oscar Fuentes · 14 years ago
  95. b90c5ba tests: Fix test on Win32. by Daniel Dunbar · 14 years ago
  96. 5e97153 Remove unused function. by Benjamin Kramer · 14 years ago
  97. 738291e Turn on __has_feature(cxx_auto_type). The feature is now fully implemented. by Richard Smith · 14 years ago
  98. 6a9505a Remove a dead variable. by Daniel Dunbar · 14 years ago
  99. 34b41d9 Implement the C++0x deduced 'auto' feature. by Richard Smith · 14 years ago
  100. 9ed9a25 Expand use of CharUnits in LayoutField(). No change in functionality intended. by Ken Dyck · 14 years ago