1. 27af04b Fix the clang-wpa example. by Argyrios Kyrtzidis · 13 years ago
  2. 809dfe8 Initialize InlineCall in AnalyzerOptions. by Argyrios Kyrtzidis · 13 years ago
  3. 5936e33 Assorted cleanup: by John McCall · 13 years ago
  4. 718b01d Add CMake support to the clang unittests. by Jeffrey Yasskin · 13 years ago
  5. 26c05b1 [analyzer] Reflect changes for tablegen'ing the checkers. by Argyrios Kyrtzidis · 13 years ago
  6. 027a6ab [analyzer] Use the new registration mechanism on some of the internal checks. These are: by Argyrios Kyrtzidis · 13 years ago
  7. b25b295 Return a declaration to the parser when creating a field in C++ so that by John McCall · 13 years ago
  8. 9b7da1c Perform zero-initialization of virtual base classes when emitting by John McCall · 13 years ago
  9. fe59b74 Fix memory leak in CFGBuilder resulting from tracking scope information using SmallVectors. by Ted Kremenek · 13 years ago
  10. dac54c1 Convert RecordLayout::Alignment to CharUnits from bit units. No change in by Ken Dyck · 13 years ago
  11. b531891 IdempotentOperationChecker: don't repeatedly recompute block reachability. by Ted Kremenek · 13 years ago
  12. b1224f6 Warn if method for a deprecated method is implemented. by Fariborz Jahanian · 13 years ago
  13. fb018d1 update for ConstantVector API change. by Chris Lattner · 13 years ago
  14. d61df3d Put "incomplete implementation" warning under a flag. by Ted Kremenek · 13 years ago
  15. 417d39f Don't crash on hierarchy static_casts which appear in variable initializers. by John McCall · 13 years ago
  16. f5ba7e0 Change the context correctly when instantiating a static data member definition. by John McCall · 13 years ago
  17. b641f08 Add current binary and source directories to the header search list by Oscar Fuentes · 13 years ago
  18. 6173ef4 Anger the CMake gods by updating 'clang.xcodeproj'. by Argyrios Kyrtzidis · 13 years ago
  19. 7fa4f62 Remove left-over #include. by Argyrios Kyrtzidis · 13 years ago
  20. 79ab2c8 Provide overload diagnostics when explicit casts involving class types fail. by John McCall · 13 years ago
  21. e69b099 revert my ConstantVector patch, it seems to have made the llvm-gcc by Chris Lattner · 13 years ago
  22. 43dee22 [analyzer] Overhauling of the checker registration mechanism. by Argyrios Kyrtzidis · 13 years ago
  23. 5f83d6f [analyzer] Remove ManagerRegistry which is not used. In the future we may load analyzer plugins dynamically but by Argyrios Kyrtzidis · 13 years ago
  24. e6348c3 [analyzer] Move include/clang/StaticAnalyzer/AnalysisConsumer.h -> lib/StaticAnalyzer/Frontend/AnalysisConsumer.h since by Argyrios Kyrtzidis · 13 years ago
  25. f49a009 [analyzer] Move Checkers/FrontendActions.cpp -> Frontend/FrontendActions.cpp by Argyrios Kyrtzidis · 13 years ago
  26. e817771 [analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/AnalysisConsumer.cpp into Frontend lib. by Argyrios Kyrtzidis · 13 years ago
  27. 6a6d9a8 Remove dead code in IdempotentOperationChecker. by Ted Kremenek · 13 years ago
  28. e8350c6 Fix edge case where we don't cull warnings in IdempotentOperationsChecker due to incomplete analysis of loops. by Ted Kremenek · 13 years ago
  29. 8e37677 Use 'BitVector' instead of SmallPtrSet<CFGBlock*> in IdempotentOperationsChecker. No real functionality change. by Ted Kremenek · 13 years ago
  30. 840c083 Add support for the builtins used in gcc 4.4's <cmath> and <complex> by Jeffrey Yasskin · 13 years ago
  31. b8b07b1 Handle 'UsingDirective' in CFGRecStmtDeclVisitor. by Ted Kremenek · 13 years ago
  32. 1970d5f update for ConstantVector::get API change. by Chris Lattner · 13 years ago
  33. eee1d54 When parsing an out-of-line member function declaration, we must delay by John McCall · 13 years ago
  34. cc2ac1e fix two broken links and some out of date writing, PR9174 by Chris Lattner · 13 years ago
  35. 02690b2 Add missing file by Peter Collingbourne · 13 years ago
  36. f315fa8 OpenCL: add support for __kernel, kernel keywords and EXTENSION, by Peter Collingbourne · 13 years ago
  37. 321b817 Move support for "#pragma STDC FP_CONTRACT" to Parser; add Sema actions by Peter Collingbourne · 13 years ago
  38. 9d3f5f7 Make LexOnOffSwitch a Preprocessor member function by Peter Collingbourne · 13 years ago
  39. 462dae5 Use hasSameType in one more, hopefully, last place. by Fariborz Jahanian · 13 years ago
  40. 569bd8f Some refactoring and using more modern APIs for by Fariborz Jahanian · 13 years ago
  41. 7502c1d Give some convenient idiomatic accessors to Stmt::child_range and by John McCall · 13 years ago
  42. 0d70d71 Look through array types when deciding whether a field requires non-trivial by John McCall · 13 years ago
  43. e3c8c64 Implement objective-c++'s block pointer type matching involving by Fariborz Jahanian · 13 years ago
  44. 020c374 Teach the IdempotentOperations checker to ignore property setters. by Ted Kremenek · 13 years ago
  45. 0895d15 When reading the AST, delay loading of the redeclaration chain to avoid deeply nested calls. by Argyrios Kyrtzidis · 13 years ago
  46. e673279 Update static analyzer build to checker-255. by Ted Kremenek · 13 years ago
  47. 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 · 13 years ago
  48. f9eb0ae Add test case for <rdar://problem/6888289>. by Ted Kremenek · 13 years ago
  49. 148849a static analyzer: Also invalidate instance variables of a receiver in a message expression, just as we do with parameters. by Ted Kremenek · 13 years ago
  50. 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 · 13 years ago
  51. 0a86d44 Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter. by Jeffrey Yasskin · 13 years ago
  52. 848ec83 Don't report dead stores on unreachable code paths. Fixes <rdar://problem/8405222>. by Ted Kremenek · 13 years ago
  53. 21af887 Uses llvm::sys::path instead of hand-rolled algorithm in FileManager. by Zhanyong Wan · 13 years ago
  54. ac518ec Add test case for PR 8646. by Ted Kremenek · 13 years ago
  55. e2f82f7 Reject forbidden storage class specifiers in OpenCL. Patch by George Russell! by Peter Collingbourne · 13 years ago
  56. 98caa2c Remove RegionStoreManager::evalBinOp(), which is now handled by the SValBuilder. by Ted Kremenek · 13 years ago
  57. 2534528 Rename 'InvalidateRegions()' to 'invalidateRegions()'. by Ted Kremenek · 13 years ago
  58. 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 · 13 years ago
  59. d263fd1 Fix a block sema bug where result type of initializer by Fariborz Jahanian · 13 years ago
  60. 9b555ea Improves Clang's virtual file handling. by Zhanyong Wan · 13 years ago
  61. b7a1841 Don't compare llvm::Optional<> objects directly; compare their by Douglas Gregor · 13 years ago
  62. 5f740c6 InitHeaderSearch.cpp: [PR8298] Don't touch drive G: on Windows hosts! by NAKAMURA Takumi · 13 years ago
  63. a9d5c30 Allow the 'Eng' entry in GRStateManager to be a (possibly null) pointer instead of a reference. by Ted Kremenek · 13 years ago
  64. f0be979 For consistency, use llvm::raw_ostream in the rest of the mangle api. by Rafael Espindola · 13 years ago
  65. ec29903 Convert RecordLayout::DataSize to CharUnits from bits, eliminating two by Ken Dyck · 13 years ago
  66. dd76a9a Add a helper function, ASTContext::toBits(), that converts sizes in by Ken Dyck · 13 years ago
  67. 0e376a0 Use raw_ostream instead of raw_svector_ostream. by Rafael Espindola · 13 years ago
  68. db0ab63 build/compiler-rt: Fake Clang into using the right assembler to build the ARM by Daniel Dunbar · 13 years ago
  69. 217cacc Eliminate a major performance problem with chained PCH, where we were by Douglas Gregor · 13 years ago
  70. 040a804 Implement AST/PCH chaining support for macro definitions. Previously, by Douglas Gregor · 13 years ago
  71. c4850c2 Use raw_svector_ostream in more places in the mangler. by Rafael Espindola · 13 years ago
  72. 2423026 Add braces to quiet a gcc warning. by Matt Beaumont-Gay · 13 years ago
  73. b20de81 Fix think-o I committed without testing, shameful. by Daniel Dunbar · 13 years ago
  74. f2d1561 Fix a gcc Wuninitialized false positive. by Daniel Dunbar · 13 years ago
  75. 9c73610 When we're writing macro definitions to an AST/PCH File, sort the by Douglas Gregor · 13 years ago
  76. 74b47f9 For -Woverloaded-virtual take into account canonical methods. Fixes rdar://8979966 & http://llvm.org/PR9182. by Argyrios Kyrtzidis · 13 years ago
  77. 7f6890e Fix family-friendly-o, tsk tsk. by Daniel Dunbar · 13 years ago
  78. a18652f IRgen: Fix an immediate-exit-from-fn style nit. by Daniel Dunbar · 13 years ago
  79. cfbf1c7 Implement two related optimizations that make de-serialization of by Douglas Gregor · 13 years ago
  80. c16bb76 Adjust the object files to be linked in when mcount profiling by Roman Divacky · 13 years ago
  81. 36e05ec Add a testcase for the mcount profiling. by Roman Divacky · 13 years ago
  82. be4c870 Implement mcount profiling, enabled via -pg. by Roman Divacky · 13 years ago
  83. 9186ff3 Drop the 'InBits' part from the name of RecordSizeInBits as the value is in by Ken Dyck · 13 years ago
  84. 7198e94 Eliminate some signed-to-unsigned comparision warnings introduced in r125156. by Ken Dyck · 13 years ago
  85. 886e160 CMake: LLVM_NO_RTTI must be obsolete now! by NAKAMURA Takumi · 13 years ago
  86. af8ca37 Move the check that gives functions with unique-external types unique-external by John McCall · 13 years ago
  87. b5fb7e0 Run ~GRState() when reclaiming GRStates. by Ted Kremenek · 13 years ago
  88. e40b69d static analyzer: Make GRStates reference counted, with reference counts managed by ExplodedNodes. by Ted Kremenek · 13 years ago
  89. b26bd74 Add hack to CMakeLists.txt so that StaticAnalyzer libraries find their corresponding headers. by Ted Kremenek · 13 years ago
  90. 9b66371 Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. by Ted Kremenek · 13 years ago
  91. 0691f93 If an aggregate is returned as 'sret' argument then let debugger know about this. by Devang Patel · 13 years ago
  92. 9a7d023 Update clang-wpa to pass extra argument to AnalysisManager constructor. by Ted Kremenek · 13 years ago
  93. 89cc5d6 Add target triple. by Devang Patel · 13 years ago
  94. 7f53253 Fix scoping of method declarations and issue by Fariborz Jahanian · 13 years ago
  95. bf36e25 Parse: add support for parsing CUDA kernel calls by Peter Collingbourne · 13 years ago
  96. 1b791d6 Lexer: add CUDA kernel call tokens by Peter Collingbourne · 13 years ago
  97. e08ce65 AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions by Peter Collingbourne · 13 years ago
  98. 14b6ba7 AST, Sema, Serialization: keep track of cudaConfigureCall by Peter Collingbourne · 13 years ago
  99. eb4c45b Do not emit AT_MIPS_linkage_name for Objective-C method static variable i. by Devang Patel · 13 years ago
  100. 92b97f2 Finish up the diagnostic client before we've torn down the ASTReader, by Douglas Gregor · 13 years ago