1. 05cb9f2 Improves CMakeLists.txt for Clang's unit tests: make "linked by Zhanyong Wan · 14 years ago
  2. 8fd0a5d Tweak -Warray-bounds diagnostics based on feedback from Chandler. by Ted Kremenek · 14 years ago
  3. 792f975 CMake: Tweak for Visual Studio 10 quirk at clang-standalone build. by NAKAMURA Takumi · 14 years ago
  4. 652f1ef test/CMakeLists.txt: Don't depend on llvm toolchain at clang-standalone build. by NAKAMURA Takumi · 14 years ago
  5. 2dbf07d Revert r125642. This broke the build? It should be a no-op. by Nick Lewycky · 14 years ago
  6. 9e7c461 test/PCH/headersearch.cpp fails on Win32. Not trivial to fix. by Francois Pichet · 14 years ago
  7. 6feb4bb Convert the UnpackedAlignment field to CharUnits from bits. No change in by Ken Dyck · 14 years ago
  8. 864b983 Don't use "../foo" to return to the current directory. by Nick Lewycky · 14 years ago
  9. ea7f6c2 Convert Alignment member to CharUnits from bits. No change in functionality by Ken Dyck · 14 years ago
  10. a0125d8 Add trivial buffer overflow checking in Sema. by Ted Kremenek · 14 years ago
  11. a1fdb0b Convert NonVirtualSize to CharUnits from bits. No change in functionality by Ken Dyck · 14 years ago
  12. df20538 Convert NonVirtualAlignment to CharUnits. No change in functionality intended. by Ken Dyck · 14 years ago
  13. 682180b [analyzer] AnalyzerFrontend is dependent on AnalyzerCheckers. by Argyrios Kyrtzidis · 14 years ago
  14. 0b1ba62 [analyzer] Use the new registration mechanism on the apple checkers: by Argyrios Kyrtzidis · 14 years ago
  15. d98abd8 When searching for visible declarations (e.g., for code completion), by Douglas Gregor · 14 years ago
  16. 3475380 Simplify test to check an aggregate argument that has non trivial constructor or destructor. by Devang Patel · 14 years ago
  17. 78bcd91 When trying to provide a code completion item for a call to "super" in by Douglas Gregor · 14 years ago
  18. c20e204 Don't call objc_read_weak as part of emitting a block literal. by John McCall · 14 years ago
  19. 98d810e Check for deprecated implementation unconditionally. by Fariborz Jahanian · 14 years ago
  20. 8f45700 Fix typo (per Chris's comment). by Fariborz Jahanian · 14 years ago
  21. ff1ed98 Warn for missing terminating " or ' instead of error for gcc compatibility. Fixed rdar://8914293. by Argyrios Kyrtzidis · 14 years ago
  22. 6354d68 Only c++ class arguments with non trivial constructor or destructor needs a reference. by Devang Patel · 14 years ago
  23. 23ade50 [analyzer] Use the new registration mechanism on some of the experimental internal checkers: by Argyrios Kyrtzidis · 14 years ago
  24. c9f2e0f [analyzer] Use the new registration mechanism on the IdempotentOperationChecker. by Argyrios Kyrtzidis · 14 years ago
  25. 4bfd680 Handle delayed access in local declarations. PR9229. by John McCall · 14 years ago
  26. 830072c Teach code completion to cope with block types written without a by Douglas Gregor · 14 years ago
  27. 4e274e9 Add a hack to avoid adding '\01' to asm names when possible. It would be by Rafael Espindola · 14 years ago
  28. fd577d6 Refactor CGRecordLayoutBuilder to use CharUnits more consistently. by John McCall · 14 years ago
  29. afc4578 Implement a special code-completion pattern for "IBAction". Fixes by Douglas Gregor · 14 years ago
  30. c12bbe5 Fix the distro name. by Rafael Espindola · 14 years ago
  31. 483651c Moves FileManagerTest.cpp to unittests/Basic such that the unit test by Zhanyong Wan · 14 years ago
  32. e9baa6b [analyzer] Remove ObjCSelfInitCheck from AnalyzerOptions. by Argyrios Kyrtzidis · 14 years ago
  33. a0decc9 [analyzer] Use the new registration mechanism on some of the experimental checks. These are: by Argyrios Kyrtzidis · 14 years ago
  34. adafdba Fix include paths on 32 bit ubuntu 10.10. Original patch by Jonas Bülow. by Rafael Espindola · 14 years ago
  35. 68e3c2e When code-completing within a list of declaration specifiers, by Douglas Gregor · 14 years ago
  36. db27d82 OpenCL: standardise naming of test cases by Peter Collingbourne · 14 years ago
  37. 84bccea Serialization/deserialization support for floating point #pragma by Peter Collingbourne · 14 years ago
  38. 39d3e7a OpenCL: semantic analysis support for cl_khr_fp64 extension by Peter Collingbourne · 14 years ago
  39. 97d7ff0 When we encounter an Objective-C class name in an expression, followed by Douglas Gregor · 14 years ago
  40. d6c9a0f In -fapple-kext mode, global object construction code by Fariborz Jahanian · 14 years ago
  41. f552c20 Emit in-class member function definitions that are marked by Douglas Gregor · 14 years ago
  42. 8e3df4d Allow resolving headers from a PCH even after headers+PCH were moved to another path. by Argyrios Kyrtzidis · 14 years ago
  43. 5ac96d5 Refactoring of code to issue warning on implemented by Fariborz Jahanian · 14 years ago
  44. 6cd370c Add missing CMake dependency by Douglas Gregor · 14 years ago
  45. 27af04b Fix the clang-wpa example. by Argyrios Kyrtzidis · 14 years ago
  46. 809dfe8 Initialize InlineCall in AnalyzerOptions. by Argyrios Kyrtzidis · 14 years ago
  47. 5936e33 Assorted cleanup: by John McCall · 14 years ago
  48. 718b01d Add CMake support to the clang unittests. by Jeffrey Yasskin · 14 years ago
  49. 26c05b1 [analyzer] Reflect changes for tablegen'ing the checkers. by Argyrios Kyrtzidis · 14 years ago
  50. 027a6ab [analyzer] Use the new registration mechanism on some of the internal checks. These are: by Argyrios Kyrtzidis · 14 years ago
  51. b25b295 Return a declaration to the parser when creating a field in C++ so that by John McCall · 14 years ago
  52. 9b7da1c Perform zero-initialization of virtual base classes when emitting by John McCall · 14 years ago
  53. fe59b74 Fix memory leak in CFGBuilder resulting from tracking scope information using SmallVectors. by Ted Kremenek · 14 years ago
  54. dac54c1 Convert RecordLayout::Alignment to CharUnits from bit units. No change in by Ken Dyck · 14 years ago
  55. b531891 IdempotentOperationChecker: don't repeatedly recompute block reachability. by Ted Kremenek · 14 years ago
  56. b1224f6 Warn if method for a deprecated method is implemented. by Fariborz Jahanian · 14 years ago
  57. fb018d1 update for ConstantVector API change. by Chris Lattner · 14 years ago
  58. d61df3d Put "incomplete implementation" warning under a flag. by Ted Kremenek · 14 years ago
  59. 417d39f Don't crash on hierarchy static_casts which appear in variable initializers. by John McCall · 14 years ago
  60. f5ba7e0 Change the context correctly when instantiating a static data member definition. by John McCall · 14 years ago
  61. b641f08 Add current binary and source directories to the header search list by Oscar Fuentes · 14 years ago
  62. 6173ef4 Anger the CMake gods by updating 'clang.xcodeproj'. by Argyrios Kyrtzidis · 14 years ago
  63. 7fa4f62 Remove left-over #include. by Argyrios Kyrtzidis · 14 years ago
  64. 79ab2c8 Provide overload diagnostics when explicit casts involving class types fail. by John McCall · 14 years ago
  65. e69b099 revert my ConstantVector patch, it seems to have made the llvm-gcc by Chris Lattner · 14 years ago
  66. 43dee22 [analyzer] Overhauling of the checker registration mechanism. by Argyrios Kyrtzidis · 14 years ago
  67. 5f83d6f [analyzer] Remove ManagerRegistry which is not used. In the future we may load analyzer plugins dynamically but by Argyrios Kyrtzidis · 14 years ago
  68. e6348c3 [analyzer] Move include/clang/StaticAnalyzer/AnalysisConsumer.h -> lib/StaticAnalyzer/Frontend/AnalysisConsumer.h since by Argyrios Kyrtzidis · 14 years ago
  69. f49a009 [analyzer] Move Checkers/FrontendActions.cpp -> Frontend/FrontendActions.cpp by Argyrios Kyrtzidis · 14 years ago
  70. e817771 [analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/AnalysisConsumer.cpp into Frontend lib. by Argyrios Kyrtzidis · 14 years ago
  71. 6a6d9a8 Remove dead code in IdempotentOperationChecker. by Ted Kremenek · 14 years ago
  72. e8350c6 Fix edge case where we don't cull warnings in IdempotentOperationsChecker due to incomplete analysis of loops. by Ted Kremenek · 14 years ago
  73. 8e37677 Use 'BitVector' instead of SmallPtrSet<CFGBlock*> in IdempotentOperationsChecker. No real functionality change. by Ted Kremenek · 14 years ago
  74. 840c083 Add support for the builtins used in gcc 4.4's <cmath> and <complex> by Jeffrey Yasskin · 14 years ago
  75. b8b07b1 Handle 'UsingDirective' in CFGRecStmtDeclVisitor. by Ted Kremenek · 14 years ago
  76. 1970d5f update for ConstantVector::get API change. by Chris Lattner · 14 years ago
  77. eee1d54 When parsing an out-of-line member function declaration, we must delay by John McCall · 14 years ago
  78. cc2ac1e fix two broken links and some out of date writing, PR9174 by Chris Lattner · 14 years ago
  79. 02690b2 Add missing file by Peter Collingbourne · 14 years ago
  80. f315fa8 OpenCL: add support for __kernel, kernel keywords and EXTENSION, by Peter Collingbourne · 14 years ago
  81. 321b817 Move support for "#pragma STDC FP_CONTRACT" to Parser; add Sema actions by Peter Collingbourne · 14 years ago
  82. 9d3f5f7 Make LexOnOffSwitch a Preprocessor member function by Peter Collingbourne · 14 years ago
  83. 462dae5 Use hasSameType in one more, hopefully, last place. by Fariborz Jahanian · 14 years ago
  84. 569bd8f Some refactoring and using more modern APIs for by Fariborz Jahanian · 14 years ago
  85. 7502c1d Give some convenient idiomatic accessors to Stmt::child_range and by John McCall · 14 years ago
  86. 0d70d71 Look through array types when deciding whether a field requires non-trivial by John McCall · 14 years ago
  87. e3c8c64 Implement objective-c++'s block pointer type matching involving by Fariborz Jahanian · 14 years ago
  88. 020c374 Teach the IdempotentOperations checker to ignore property setters. by Ted Kremenek · 14 years ago
  89. 0895d15 When reading the AST, delay loading of the redeclaration chain to avoid deeply nested calls. by Argyrios Kyrtzidis · 14 years ago
  90. e673279 Update static analyzer build to checker-255. by Ted Kremenek · 14 years ago
  91. 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
  92. f9eb0ae Add test case for <rdar://problem/6888289>. by Ted Kremenek · 14 years ago
  93. 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
  94. 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
  95. 0a86d44 Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter. by Jeffrey Yasskin · 14 years ago
  96. 848ec83 Don't report dead stores on unreachable code paths. Fixes <rdar://problem/8405222>. by Ted Kremenek · 14 years ago
  97. 21af887 Uses llvm::sys::path instead of hand-rolled algorithm in FileManager. by Zhanyong Wan · 14 years ago
  98. ac518ec Add test case for PR 8646. by Ted Kremenek · 14 years ago
  99. e2f82f7 Reject forbidden storage class specifiers in OpenCL. Patch by George Russell! by Peter Collingbourne · 14 years ago
  100. 98caa2c Remove RegionStoreManager::evalBinOp(), which is now handled by the SValBuilder. by Ted Kremenek · 14 years ago