1. e673279 Update static analyzer build to checker-255. by Ted Kremenek · 14 years ago
  2. b715a7c Weaken the ObjCSelfInitChecker to only warn when one calls an 'init' method within an 'init' method. This is a temporary stop gap to avoid false positives while we investigate how to make it smarter. by Ted Kremenek · 14 years ago
  3. f9eb0ae Add test case for <rdar://problem/6888289>. by Ted Kremenek · 14 years ago
  4. 148849a static analyzer: Also invalidate instance variables of a receiver in a message expression, just as we do with parameters. by Ted Kremenek · 14 years ago
  5. f4e532b Don't emit a dead store for '++' operations unless it occurs with a return statement. We've never seen any other cases that were real bugs. by Ted Kremenek · 14 years ago
  6. 0a86d44 Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter. by Jeffrey Yasskin · 14 years ago
  7. 848ec83 Don't report dead stores on unreachable code paths. Fixes <rdar://problem/8405222>. by Ted Kremenek · 14 years ago
  8. 21af887 Uses llvm::sys::path instead of hand-rolled algorithm in FileManager. by Zhanyong Wan · 14 years ago
  9. ac518ec Add test case for PR 8646. by Ted Kremenek · 14 years ago
  10. e2f82f7 Reject forbidden storage class specifiers in OpenCL. Patch by George Russell! by Peter Collingbourne · 14 years ago
  11. 98caa2c Remove RegionStoreManager::evalBinOp(), which is now handled by the SValBuilder. by Ted Kremenek · 14 years ago
  12. 2534528 Rename 'InvalidateRegions()' to 'invalidateRegions()'. by Ted Kremenek · 14 years ago
  13. 0a48029 Rename the operation that loads a preprocessed entity from a given offset to indicate that we're loading from an offset, not an index, lest one be confused. No functionality change. by Douglas Gregor · 14 years ago
  14. d263fd1 Fix a block sema bug where result type of initializer by Fariborz Jahanian · 14 years ago
  15. 9b555ea Improves Clang's virtual file handling. by Zhanyong Wan · 14 years ago
  16. b7a1841 Don't compare llvm::Optional<> objects directly; compare their by Douglas Gregor · 14 years ago
  17. 5f740c6 InitHeaderSearch.cpp: [PR8298] Don't touch drive G: on Windows hosts! by NAKAMURA Takumi · 14 years ago
  18. a9d5c30 Allow the 'Eng' entry in GRStateManager to be a (possibly null) pointer instead of a reference. by Ted Kremenek · 14 years ago
  19. f0be979 For consistency, use llvm::raw_ostream in the rest of the mangle api. by Rafael Espindola · 14 years ago
  20. ec29903 Convert RecordLayout::DataSize to CharUnits from bits, eliminating two by Ken Dyck · 14 years ago
  21. dd76a9a Add a helper function, ASTContext::toBits(), that converts sizes in by Ken Dyck · 14 years ago
  22. 0e376a0 Use raw_ostream instead of raw_svector_ostream. by Rafael Espindola · 14 years ago
  23. db0ab63 build/compiler-rt: Fake Clang into using the right assembler to build the ARM by Daniel Dunbar · 14 years ago
  24. 217cacc Eliminate a major performance problem with chained PCH, where we were by Douglas Gregor · 14 years ago
  25. 040a804 Implement AST/PCH chaining support for macro definitions. Previously, by Douglas Gregor · 14 years ago
  26. c4850c2 Use raw_svector_ostream in more places in the mangler. by Rafael Espindola · 14 years ago
  27. 2423026 Add braces to quiet a gcc warning. by Matt Beaumont-Gay · 14 years ago
  28. b20de81 Fix think-o I committed without testing, shameful. by Daniel Dunbar · 14 years ago
  29. f2d1561 Fix a gcc Wuninitialized false positive. by Daniel Dunbar · 14 years ago
  30. 9c73610 When we're writing macro definitions to an AST/PCH File, sort the by Douglas Gregor · 14 years ago
  31. 74b47f9 For -Woverloaded-virtual take into account canonical methods. Fixes rdar://8979966 & http://llvm.org/PR9182. by Argyrios Kyrtzidis · 14 years ago
  32. 7f6890e Fix family-friendly-o, tsk tsk. by Daniel Dunbar · 14 years ago
  33. a18652f IRgen: Fix an immediate-exit-from-fn style nit. by Daniel Dunbar · 14 years ago
  34. cfbf1c7 Implement two related optimizations that make de-serialization of by Douglas Gregor · 14 years ago
  35. c16bb76 Adjust the object files to be linked in when mcount profiling by Roman Divacky · 14 years ago
  36. 36e05ec Add a testcase for the mcount profiling. by Roman Divacky · 14 years ago
  37. be4c870 Implement mcount profiling, enabled via -pg. by Roman Divacky · 14 years ago
  38. 9186ff3 Drop the 'InBits' part from the name of RecordSizeInBits as the value is in by Ken Dyck · 14 years ago
  39. 7198e94 Eliminate some signed-to-unsigned comparision warnings introduced in r125156. by Ken Dyck · 14 years ago
  40. 886e160 CMake: LLVM_NO_RTTI must be obsolete now! by NAKAMURA Takumi · 14 years ago
  41. af8ca37 Move the check that gives functions with unique-external types unique-external by John McCall · 14 years ago
  42. b5fb7e0 Run ~GRState() when reclaiming GRStates. by Ted Kremenek · 14 years ago
  43. e40b69d static analyzer: Make GRStates reference counted, with reference counts managed by ExplodedNodes. by Ted Kremenek · 14 years ago
  44. b26bd74 Add hack to CMakeLists.txt so that StaticAnalyzer libraries find their corresponding headers. by Ted Kremenek · 14 years ago
  45. 9b66371 Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. by Ted Kremenek · 14 years ago
  46. 0691f93 If an aggregate is returned as 'sret' argument then let debugger know about this. by Devang Patel · 14 years ago
  47. 9a7d023 Update clang-wpa to pass extra argument to AnalysisManager constructor. by Ted Kremenek · 14 years ago
  48. 89cc5d6 Add target triple. by Devang Patel · 14 years ago
  49. 7f53253 Fix scoping of method declarations and issue by Fariborz Jahanian · 14 years ago
  50. bf36e25 Parse: add support for parsing CUDA kernel calls by Peter Collingbourne · 14 years ago
  51. 1b791d6 Lexer: add CUDA kernel call tokens by Peter Collingbourne · 14 years ago
  52. e08ce65 AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions by Peter Collingbourne · 14 years ago
  53. 14b6ba7 AST, Sema, Serialization: keep track of cudaConfigureCall by Peter Collingbourne · 14 years ago
  54. eb4c45b Do not emit AT_MIPS_linkage_name for Objective-C method static variable i. by Devang Patel · 14 years ago
  55. 92b97f2 Finish up the diagnostic client before we've torn down the ASTReader, by Douglas Gregor · 14 years ago
  56. 17d3fea Driver/Frontend: Wire up -mregparm=. by Daniel Dunbar · 14 years ago
  57. 086eb9f Non-void functions need to return some value. by Nick Lewycky · 14 years ago
  58. f8c7fdb Give these little helper functions definitions so that newer gccs stop by John McCall · 14 years ago
  59. 63c00d7 Remove vtables from the Stmt hierarchy; this was pretty easy as by John McCall · 14 years ago
  60. f0ed580 Fix a typo in a comment in tools/clang/unittests/Frontend/Makefile. by Zhanyong Wan · 14 years ago
  61. 824c547 Initialize 'reclaimNodes'. by Ted Kremenek · 14 years ago
  62. 98af1ac test: CMake: Be aware of LLVM_LIT_TOOLS_DIR. by NAKAMURA Takumi · 14 years ago
  63. 6e108ce Emit debug info for objc_selector. by Devang Patel · 14 years ago
  64. dec5b63 Correct units in comments describing Size and getSize(). by Ken Dyck · 15 years ago
  65. a29bf41 When IRgen refers to a function declaration that is not a definition, by Douglas Gregor · 15 years ago
  66. 5f022d8 Convert RecordLayout::Size to CharUnits from bits. No changes to by Ken Dyck · 15 years ago
  67. d767d81 static analyzer: Further reduce the analyzer's memory usage when analyzing sqlite3 by 7-10% by recylcing "uninteresting" ExplodedNodes. by Ted Kremenek · 15 years ago
  68. 5846590 Make ProgramPoint::getTag() public. by Ted Kremenek · 15 years ago
  69. 76a4021 NonTypeTemplateParmDecl is just a DeclaratorDecl, not a VarDecl. by John McCall · 15 years ago
  70. 570729e If an aggregate argument is passed indirectly because it has non trivial by Devang Patel · 15 years ago
  71. 2bbbfb2 No longer pass deprecated '-nodistribute' flag to xcodebuild. by Ted Kremenek · 15 years ago
  72. b7ff4c6 analyzer, retain/release checker: Remove hack where objects passed in message to 'self' are no longer tracked. by Ted Kremenek · 15 years ago
  73. 100f239 Update for API change. by Rafael Espindola · 15 years ago
  74. 332bb2a When checking the 'weak' and 'weakref' attributes, look for non-external by John McCall · 15 years ago
  75. b19c76e Fix an IRGen bug in property setter calls when by Fariborz Jahanian · 15 years ago
  76. 811d75e [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core. by Argyrios Kyrtzidis · 15 years ago
  77. a12a517 [analyzer] lib/StaticAnalyzer/Checkers/ExprEngineExperimentalChecks.cpp -> lib/StaticAnalyzer/Checkers/ExperimentalChecks.cpp by Argyrios Kyrtzidis · 15 years ago
  78. af1a933 [analyzer] lib/StaticAnalyzer/Checkers/ExprEngineExperimentalChecks.h -> lib/StaticAnalyzer/Checkers/ExperimentalChecks.h by Argyrios Kyrtzidis · 15 years ago
  79. 04291a7 [analyzer] lib/StaticAnalyzer/Checkers/ExprEngineInternalChecks.h -> lib/StaticAnalyzer/Checkers/InternalChecks.h by Argyrios Kyrtzidis · 15 years ago
  80. f9536f4 Test case accidentally left out of my last commit. by John McCall · 15 years ago
  81. 4800a5c Split the serialized representation for the detailed preprocessing by Douglas Gregor · 15 years ago
  82. cc324ad AST: support for pre-arg expressions on CallExpr subclasses by Peter Collingbourne · 15 years ago
  83. d64e237 StmtPrinter: factor out arg printing code to PrintCallArgs by Peter Collingbourne · 15 years ago
  84. 09982ce Allow multiple -B prefixes. Patch by Joerg Sonnenberger. by Benjamin Kramer · 15 years ago
  85. f76b092 Clear the linkage cache recursively. Fixes PR8926. by John McCall · 15 years ago
  86. 651f86f In Sema::CheckShadow, get the DeclContext from the variable that we are checking by Argyrios Kyrtzidis · 15 years ago
  87. 1e52dfc Support for objextive-c++ use of property-dot syntax as receiver by Fariborz Jahanian · 15 years ago
  88. b6c2b3f Update the writing of the block-information block in the AST file by Douglas Gregor · 15 years ago
  89. d16c2cf Reorganize CodeGen{Function,Module} to eliminate the unfortunate by John McCall · 15 years ago
  90. 461c9c1 Extend the const capture optimization to C++ record types with no by John McCall · 15 years ago
  91. 5e6fcd4 Sema::MaybeBindToTemporary() shouldn't treat any expression returning by Douglas Gregor · 15 years ago
  92. 68cf1a5 Convert RecordLayout::NonVirtualAlign to CharUnits. No change in by Ken Dyck · 15 years ago
  93. da26379 dgregor accidentally killed this assert, but on investigation, it can fire by John McCall · 15 years ago
  94. 8348de3 Support for objc use of property-dot syntax as receiver by Fariborz Jahanian · 15 years ago
  95. bb699b0 When copy-capturing values for a nested capture, use a BlockDeclRefExpr. by John McCall · 15 years ago
  96. 1b52844 Move uninitialized variable checking back under -Wuninitialized-experimental. It is clear from user feedback that this warning is not quite ready. by Ted Kremenek · 15 years ago
  97. 6b5a61b A few more tweaks to the blocks AST representation: by John McCall · 15 years ago
  98. 683564a pre/post ++/-- for AltiVec vectors. (with builtins-ppc-altivec.c failure fixed) by Anton Yartsev · 15 years ago
  99. 976d911 Add another test that we can fully devirtualize now. by Anders Carlsson · 15 years ago
  100. 22df7b1 Fix self-host; if a thunk already exists and has available_externally linkage, we should change its linkage instead of asserting. by Anders Carlsson · 15 years ago