1. b26bd74 Add hack to CMakeLists.txt so that StaticAnalyzer libraries find their corresponding headers. by Ted Kremenek · 14 years ago
  2. 9b66371 Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. by Ted Kremenek · 14 years ago
  3. 0691f93 If an aggregate is returned as 'sret' argument then let debugger know about this. by Devang Patel · 14 years ago
  4. 9a7d023 Update clang-wpa to pass extra argument to AnalysisManager constructor. by Ted Kremenek · 14 years ago
  5. 89cc5d6 Add target triple. by Devang Patel · 14 years ago
  6. 7f53253 Fix scoping of method declarations and issue by Fariborz Jahanian · 14 years ago
  7. bf36e25 Parse: add support for parsing CUDA kernel calls by Peter Collingbourne · 14 years ago
  8. 1b791d6 Lexer: add CUDA kernel call tokens by Peter Collingbourne · 14 years ago
  9. e08ce65 AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions by Peter Collingbourne · 14 years ago
  10. 14b6ba7 AST, Sema, Serialization: keep track of cudaConfigureCall by Peter Collingbourne · 14 years ago
  11. eb4c45b Do not emit AT_MIPS_linkage_name for Objective-C method static variable i. by Devang Patel · 14 years ago
  12. 92b97f2 Finish up the diagnostic client before we've torn down the ASTReader, by Douglas Gregor · 14 years ago
  13. 17d3fea Driver/Frontend: Wire up -mregparm=. by Daniel Dunbar · 14 years ago
  14. 086eb9f Non-void functions need to return some value. by Nick Lewycky · 14 years ago
  15. f8c7fdb Give these little helper functions definitions so that newer gccs stop by John McCall · 14 years ago
  16. 63c00d7 Remove vtables from the Stmt hierarchy; this was pretty easy as by John McCall · 14 years ago
  17. f0ed580 Fix a typo in a comment in tools/clang/unittests/Frontend/Makefile. by Zhanyong Wan · 14 years ago
  18. 824c547 Initialize 'reclaimNodes'. by Ted Kremenek · 14 years ago
  19. 98af1ac test: CMake: Be aware of LLVM_LIT_TOOLS_DIR. by NAKAMURA Takumi · 14 years ago
  20. 6e108ce Emit debug info for objc_selector. by Devang Patel · 14 years ago
  21. dec5b63 Correct units in comments describing Size and getSize(). by Ken Dyck · 14 years ago
  22. a29bf41 When IRgen refers to a function declaration that is not a definition, by Douglas Gregor · 14 years ago
  23. 5f022d8 Convert RecordLayout::Size to CharUnits from bits. No changes to by Ken Dyck · 14 years ago
  24. d767d81 static analyzer: Further reduce the analyzer's memory usage when analyzing sqlite3 by 7-10% by recylcing "uninteresting" ExplodedNodes. by Ted Kremenek · 14 years ago
  25. 5846590 Make ProgramPoint::getTag() public. by Ted Kremenek · 14 years ago
  26. 76a4021 NonTypeTemplateParmDecl is just a DeclaratorDecl, not a VarDecl. by John McCall · 14 years ago
  27. 570729e If an aggregate argument is passed indirectly because it has non trivial by Devang Patel · 14 years ago
  28. 2bbbfb2 No longer pass deprecated '-nodistribute' flag to xcodebuild. by Ted Kremenek · 14 years ago
  29. b7ff4c6 analyzer, retain/release checker: Remove hack where objects passed in message to 'self' are no longer tracked. by Ted Kremenek · 14 years ago
  30. 100f239 Update for API change. by Rafael Espindola · 14 years ago
  31. 332bb2a When checking the 'weak' and 'weakref' attributes, look for non-external by John McCall · 14 years ago
  32. b19c76e Fix an IRGen bug in property setter calls when by Fariborz Jahanian · 14 years ago
  33. 811d75e [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core. by Argyrios Kyrtzidis · 14 years ago
  34. a12a517 [analyzer] lib/StaticAnalyzer/Checkers/ExprEngineExperimentalChecks.cpp -> lib/StaticAnalyzer/Checkers/ExperimentalChecks.cpp by Argyrios Kyrtzidis · 14 years ago
  35. af1a933 [analyzer] lib/StaticAnalyzer/Checkers/ExprEngineExperimentalChecks.h -> lib/StaticAnalyzer/Checkers/ExperimentalChecks.h by Argyrios Kyrtzidis · 14 years ago
  36. 04291a7 [analyzer] lib/StaticAnalyzer/Checkers/ExprEngineInternalChecks.h -> lib/StaticAnalyzer/Checkers/InternalChecks.h by Argyrios Kyrtzidis · 14 years ago
  37. f9536f4 Test case accidentally left out of my last commit. by John McCall · 14 years ago
  38. 4800a5c Split the serialized representation for the detailed preprocessing by Douglas Gregor · 14 years ago
  39. cc324ad AST: support for pre-arg expressions on CallExpr subclasses by Peter Collingbourne · 14 years ago
  40. d64e237 StmtPrinter: factor out arg printing code to PrintCallArgs by Peter Collingbourne · 14 years ago
  41. 09982ce Allow multiple -B prefixes. Patch by Joerg Sonnenberger. by Benjamin Kramer · 14 years ago
  42. f76b092 Clear the linkage cache recursively. Fixes PR8926. by John McCall · 14 years ago
  43. 651f86f In Sema::CheckShadow, get the DeclContext from the variable that we are checking by Argyrios Kyrtzidis · 14 years ago
  44. 1e52dfc Support for objextive-c++ use of property-dot syntax as receiver by Fariborz Jahanian · 14 years ago
  45. b6c2b3f Update the writing of the block-information block in the AST file by Douglas Gregor · 14 years ago
  46. d16c2cf Reorganize CodeGen{Function,Module} to eliminate the unfortunate by John McCall · 14 years ago
  47. 461c9c1 Extend the const capture optimization to C++ record types with no by John McCall · 14 years ago
  48. 5e6fcd4 Sema::MaybeBindToTemporary() shouldn't treat any expression returning by Douglas Gregor · 14 years ago
  49. 68cf1a5 Convert RecordLayout::NonVirtualAlign to CharUnits. No change in by Ken Dyck · 14 years ago
  50. da26379 dgregor accidentally killed this assert, but on investigation, it can fire by John McCall · 14 years ago
  51. 8348de3 Support for objc use of property-dot syntax as receiver by Fariborz Jahanian · 14 years ago
  52. bb699b0 When copy-capturing values for a nested capture, use a BlockDeclRefExpr. by John McCall · 14 years ago
  53. 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 · 14 years ago
  54. 6b5a61b A few more tweaks to the blocks AST representation: by John McCall · 14 years ago
  55. 683564a pre/post ++/-- for AltiVec vectors. (with builtins-ppc-altivec.c failure fixed) by Anton Yartsev · 14 years ago
  56. 976d911 Add another test that we can fully devirtualize now. by Anders Carlsson · 14 years ago
  57. 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 · 14 years ago
  58. 14e82fd When building with optimizations, emit thunks with available_externally linkage so devirtualized function calls can also be de-thunked. by Anders Carlsson · 14 years ago
  59. 84c49e4 Simplify thunks code. by Anders Carlsson · 14 years ago
  60. aadd04c CLANG_BINARY_DIR is not the same thing as LLVM_BINARY_DIR when Clang by Oscar Fuentes · 14 years ago
  61. ab234de add some missing builtins. by Chris Lattner · 14 years ago
  62. ba43a4d Support running tests from the VS IDE and XCode. by Oscar Fuentes · 14 years ago
  63. 839e61a Remove the clang++ symlink with `make clean'. by Oscar Fuentes · 14 years ago
  64. 0750800 Add a __has_feature check for default template arguments in function by Douglas Gregor · 14 years ago
  65. 5ffcf5d CMake: libclang shall be named libclang.so, not liblibclang.so. by Oscar Fuentes · 14 years ago
  66. 8ef6c8c Improve our uniquing of file entries when files are re-saved or are by Douglas Gregor · 14 years ago
  67. f677ea3 Basic implementation of inherited constructors. Only generates declarations, and probably only works for very basic use cases. by Sebastian Redl · 14 years ago
  68. 57ca32b Support `make clang-test' when Clang is compiled outside of LLVM. by Oscar Fuentes · 14 years ago
  69. bbfd5ba Pass a 'ForVTable' flag to GetAddrOfThunk and pass it along to GetOrCreateLLVMFunction so that we by Anders Carlsson · 14 years ago
  70. a87dbcc python bindings: Add support for different kind of completion chunks by Tobias Grosser · 14 years ago
  71. 6d2a40c python bindings: Get the string representation of a CompletionChunk by Tobias Grosser · 14 years ago
  72. 0a16680 python bindings: Add CodeCompletionResults by Tobias Grosser · 14 years ago
  73. 265e6b2 python bindings: Add support for translationUnit.reparse(). by Tobias Grosser · 14 years ago
  74. 88f9c6c python bindings: Include local headers the right way. by Tobias Grosser · 14 years ago
  75. f784ff0 python bindings: Remove unneeded instruction by Tobias Grosser · 14 years ago
  76. f498e00 python bindings: fix Diagnostics.range iterator by Tobias Grosser · 14 years ago
  77. ff090ca python bindings: Use python Diagnostics as function arguments by Tobias Grosser · 14 years ago
  78. 4ed73ce python bindings: Synchronize cursor kinds by Tobias Grosser · 14 years ago
  79. 0ca1040 [analyzer] Fix a false positive of the 'self' initialization checker. by Argyrios Kyrtzidis · 14 years ago
  80. 1de34dd When the out-of-line definition differs from the declaration in the return type, by Argyrios Kyrtzidis · 14 years ago
  81. 1faa89f Re-land r124768, with a fix for PR9130. by Anders Carlsson · 14 years ago
  82. 09f57b9 Don't suggest -Wuninitialized fixits for uninitialized enum types. by Ted Kremenek · 14 years ago
  83. 52d6bbe Don't crash when generating USRs for ObjC methods in protocols. by Ted Kremenek · 14 years ago
  84. 1e99a77 Restore a test which I accientally overwrote in my last patch. by Fariborz Jahanian · 14 years ago
  85. 8b78913 -Wselector should warn on implemented selectors only by Fariborz Jahanian · 14 years ago
  86. c6ac9c3 Assert during instantiation of blocks that we've captured everything that by John McCall · 14 years ago
  87. fc2bd7c Add better support for ARM EABI triples. Patch by Renato Golin! by Bob Wilson · 14 years ago
  88. 2843c19 Driver: Fix spurious warning (from -cc1) about unused -fapple-kext on C inputs. by Daniel Dunbar · 14 years ago
  89. 9acd0d9 build: Prevent duplicate inclusion of Makefile.rules, which causes make to warn by Daniel Dunbar · 14 years ago
  90. 2f9f89c Improve our handling of the current instantiation for qualified by Douglas Gregor · 14 years ago
  91. 46ff303 Before checking bitfield initialization, make sure that neither the by Douglas Gregor · 14 years ago
  92. fdc13a0 When calling a bound pointer to member function, check the by Douglas Gregor · 14 years ago
  93. 461bf2e Tweak my fix for PR8748, and update the incorrect PR number in the test case. by Douglas Gregor · 14 years ago
  94. def0354 Implement proper (de-)serialization for explicit template argument by Douglas Gregor · 14 years ago
  95. 022915b Fix test for previous commit by Douglas Gregor · 14 years ago
  96. 758afbc Fix a crash-on-invalid where we were trying to parse C++ constructs in by Douglas Gregor · 14 years ago
  97. cd9175d USRs for Objective-C methods use the USR of the @interface as their base, not the USR of the class category or extension. by Ted Kremenek · 14 years ago
  98. 4ee2bb1 Downgrade error about attribute 'iboutlet' and 'ibaction' being applied to anything but a instance method to a warning. by Ted Kremenek · 14 years ago
  99. d89d86f Tighten up the semantics of default template arguments, per C++0x by Douglas Gregor · 14 years ago
  100. ee5d21f When a function template's template parameter has a default argument, by Douglas Gregor · 14 years ago