1. 6b6b42a We regard a function as 'unused' from the codegen perspective, so our warnings diverge from by Argyrios Kyrtzidis · 14 years ago
  2. 1c860d5 Add a new expression classification, CL_AddressableVoid by Peter Collingbourne · 14 years ago
  3. 4e6a3f7 Report memory usage for global code completion results in CXTUMemoryUsage. by Ted Kremenek · 14 years ago
  4. 59fc1e5 Add libclang API to query how much memory is used by a CXTranslationUnit. This is a WIP. Currently we report by Ted Kremenek · 14 years ago
  5. 61e0b94 Add ASTContext::getTotalMemory() to allow clients to query how much memory is bump allocated for declarations, statements, and types. by Ted Kremenek · 14 years ago
  6. 97f55d6 Add SelectorTable::getTotalMemory() to allow clients to query how much memory is used by selectors. by Ted Kremenek · 14 years ago
  7. 877ded8 Driver: Support -fno-lto. by Daniel Dunbar · 14 years ago
  8. 10c8d9e Introduce Rewriter::IncreaseIndentation() which increase indentations for the lines between the given source range. by Argyrios Kyrtzidis · 14 years ago
  9. 7d2b8c1 Initial work to improve documentation for Clang's diagnostics, from Matthieu Monrocq by Douglas Gregor · 14 years ago
  10. 5666d36 Forbid the use of C++ new/delete to allocate/free objects within an by Douglas Gregor · 14 years ago
  11. d4c5f84 Implement appropriate semantics for C++ casting and conversion when by Douglas Gregor · 14 years ago
  12. 8b36a9e Add 3DNow! Intrinsics. by Michael J. Spencer · 14 years ago
  13. 162e1c1 Support for C++11 (non-template) alias declarations. by Richard Smith · 14 years ago
  14. 831efae Improve diagnostics on GNU attributes by warning about attributes that should have no arguments or parameters. Patch by Michael Han! by Ted Kremenek · 14 years ago
  15. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
  16. c6eb44b C1X: implement static asserts by Peter Collingbourne · 14 years ago
  17. f111d93 C1X: implement generic selections by Peter Collingbourne · 14 years ago
  18. 7e7fbd0 C1X: add a language standard by Peter Collingbourne · 14 years ago
  19. ad762fc Add support for C++0x's range-based for loops, as specified by the C++11 draft standard (N3291). by Richard Smith · 14 years ago
  20. ea698b3 Detect when the string "<::" is found in code after a cast or template name and is interpreted as "[:" because of the digraph "<:". When found, give an error with a fix-it to add whitespace between the "<" and "::". by Richard Smith · 14 years ago
  21. 414d896 Implement ARM pcs attribute. Basically it's another way of calling convention selection (AAPCS or by Anton Korobeynikov · 14 years ago
  22. 8a9013d Parse an '@' in an Objective-C++ class member specification, by Douglas Gregor · 14 years ago
  23. 5bbcdbf Chained PCH: Remember when additional specializations are added to a function template from a previous PCH. Fixes the only crasher when using massive chains on Clang's Sema component. We still have some incomplete codegen there. by Sebastian Redl · 14 years ago
  24. e7a03c9 Add header guards to include/clang/Basic/ConvertUTF.h. by Sebastian Redl · 14 years ago
  25. dde5557 Re-fix r129481 and r129465 properly. Nulls fixits shouldn't be dropped in by Eli Friedman · 14 years ago
  26. 3e2193c Add a flag to StringLiteral to keep track of whether the string is a pascal string or not. by Anders Carlsson · 14 years ago
  27. fd183ba Collect the options applicable to the Rewriter methods into a RewriterOptions struct. by Argyrios Kyrtzidis · 14 years ago
  28. 6943e9b In Microsoft mode, within class scope, if a CXXScopeSpec's type is equal to the type of one of the base classes then downgrade the missing typename error to a warning. Up to now this is the only case I found where MSVC doesn't require "typename" at class scope. Really strange! by Francois Pichet · 14 years ago
  29. b8f17ab Redeclaration of 'self' should be flagged in by Fariborz Jahanian · 14 years ago
  30. f077c0d Driver: Don't treat -m{abi,arch,cpu,cmodel}= as "driver" options, they don't by Daniel Dunbar · 14 years ago
  31. 627788c Fix a regression where the initializer implements by Fariborz Jahanian · 14 years ago
  32. 755d849 After some discussion with Doug, we decided that it made a lot more sense by John McCall · 14 years ago
  33. 235c02f Teach GRState::getSValAsScalarOrLoc() about C++ references. by Ted Kremenek · 14 years ago
  34. 9fec9b1 C++ static analysis: also invalidate fields of objects that are the callees in C++ method calls. by Ted Kremenek · 14 years ago
  35. d762357 Typo. by Fariborz Jahanian · 14 years ago
  36. 1d01531 Fixup more objc rwriter bug having to do with by Fariborz Jahanian · 14 years ago
  37. 379b515 More __unknown_anytype work. by John McCall · 14 years ago
  38. 575b374 Remove CK_DynamicToNull. by Anders Carlsson · 14 years ago
  39. 0fee330 Add CXXDynamicCastExpr::isAlwaysNull() which will be replacing the cast kind I added. by Anders Carlsson · 14 years ago
  40. bc34b1d PR9669: implement correct checking for [dcl.init.string]p2. by Eli Friedman · 14 years ago
  41. 7d99bc3 As a first step towards fixing PR9641, add a CK_DynamicToNull cast kind which by Anders Carlsson · 14 years ago
  42. fb8721c Simplify calling CheckPlaceholderExpr, converge on it in a few places, by John McCall · 14 years ago
  43. f65076e Enhance the diagnostic for literal float -> int conversions to suggest by Chandler Carruth · 14 years ago
  44. 8d051e0 MSVC accepts that default parameters be redefined for member functions by Francois Pichet · 14 years ago
  45. a5fc472 Fix a bunch of major problems with __unknown_anytype and properly test by John McCall · 14 years ago
  46. b8a3e81 refactor -ccc-gcc-name code by Dylan Noblesmith · 14 years ago
  47. a49218e PR8369: make __attribute((regparm(0))) work correctly. Original patch by by Eli Friedman · 14 years ago
  48. b600669 Clean up the bool conversion warning. Group it with other conversion by Chandler Carruth · 14 years ago
  49. 23aa9c8 add a __sync_swap builtin to fill out the rest of the __sync builtins. by Chris Lattner · 14 years ago
  50. a00d678 Remove a pair of unused diagnostic messages. by Eric Christopher · 14 years ago
  51. 0ff3259 complete documentation of flags, patch by nobled by Chris Lattner · 14 years ago
  52. ec73460 Properly traverse a ObjCMethodDecl in RecursiveASTVisitor. by Argyrios Kyrtzidis · 14 years ago
  53. 49af1f3 Rename -mtrap_function= to -ftrap_function= since it's now a target neutral options. by Evan Cheng · 14 years ago
  54. b20e442 Add -mtrap_function=<> option. rdar://9257465 by Evan Cheng · 14 years ago
  55. 429bb27 Use ExprResult& instead of Expr *& in Sema by John Wiegley · 14 years ago
  56. b7bc34a Warn for any kind of initialization if initializer does not by Fariborz Jahanian · 14 years ago
  57. 584b9d6 Switch 'is possibly uninitialized' to 'may be uninitialized' based on by Chandler Carruth · 14 years ago
  58. f04eb2d Now that the analyzer is distinguishing between uninitialized uses that by Chandler Carruth · 14 years ago
  59. 089f872 Driver: Don't attempt to forward some Clang-only options to cc1. by Daniel Dunbar · 14 years ago
  60. b6534bb Fronted/CC_LOG_DIAGNOSTICS: Wire up dwarf-debug-flags support. by Daniel Dunbar · 14 years ago
  61. 28f1493 Fronted/CC_LOG_DIAGNOSTICS: Output main file name, and add support for by Daniel Dunbar · 14 years ago
  62. 64bfbf5 Frontend: Continue flushing out LogDiagnosticPrinter. by Daniel Dunbar · 14 years ago
  63. 9df2349 Frontend: Sketch a LogDiagnosticPrinter object, and wire CC_LOG_DIAGNOSTICS to by Daniel Dunbar · 14 years ago
  64. b680d4b ChainedDiagnosticClient: Fix a bug where chained diagnostic clients wouldn't by Daniel Dunbar · 14 years ago
  65. 08c6695 Frontend: Sketch support for -diagnostic-log-file, which still doesn't do anything. by Daniel Dunbar · 14 years ago
  66. b65ed34 Enhance the Rewriter. by Argyrios Kyrtzidis · 14 years ago
  67. 8f89652 Add FullSourceLoc::BeforeThanCompare. a comparison function class, useful for sorting FullSourceLocs. by Argyrios Kyrtzidis · 14 years ago
  68. c8a22b0 Driver: Sketch driver support for a CC_LOG_DIAGNOSTICS options, similar to the by Daniel Dunbar · 14 years ago
  69. 737d544 In C++ the argument of logical not should always be bool. Added missing implicit cast for scalars. by Abramo Bagnara · 14 years ago
  70. 1de4d4e Basic, untested implementation for an "unknown any" type requested by LLDB. by John McCall · 14 years ago
  71. 759abb4 Fix lookup for class messages sent to qualified-class by Fariborz Jahanian · 14 years ago
  72. 4c8acc9 Fix spelling. by Michael J. Spencer · 14 years ago
  73. 30f6471 Make this const, there's probably no harm in it and it silences a bunch by Eric Christopher · 14 years ago
  74. ae8ec2b Fix building with gcc. by Argyrios Kyrtzidis · 14 years ago
  75. d40066b Fix PR 9626 (duplicated self-init warnings under -Wuninitialized) with numerous CFG and UninitializedValues analysis changes: by Ted Kremenek · 14 years ago
  76. 832316e Move Driver::createInvocationFromArgs function to Frontend library to avoid dependency cycle by Argyrios Kyrtzidis · 14 years ago
  77. 054e4f5 Introduce Driver::createInvocationFromArgs used to create a CompilerInvocation from command-line args. by Argyrios Kyrtzidis · 14 years ago
  78. 5862f0e When emitting a "too many arguments to function call..." error, also include a note with a location for the function prototype. by Ted Kremenek · 14 years ago
  79. cccc02a PR9585: add __decltype as a keyword. While I'm here, alphabetize the list. by Eli Friedman · 14 years ago
  80. 8083414 static analyzer: Add a new ProgramPoint PostCondition to represent the post position of a branch condition, and a new generateNode method to BranchNodeBuilder using PostCondition ProgramPoint. This method generates a new ExplodedNode but not a new block edge. by Ted Kremenek · 14 years ago
  81. 4d840e9 [analyzer] Simplify CheckerFn template and use it more to reduce duplication. No functionality change. by Argyrios Kyrtzidis · 14 years ago
  82. 2bfa301 Remove a redundant method. We have a const version. by Zhongxing Xu · 14 years ago
  83. 422ab7a Teach IdempotentOperationsChecker about paths aborted because ExprEngine didn't know how to handle a specific Expr type. by Ted Kremenek · 14 years ago
  84. 66750fa static analyzer: Rename 'BlocksAborted' to 'BlocksExhausted' to reflect that a given CFGBlock was analyzed too many times. by Ted Kremenek · 14 years ago
  85. ce0682f Make ChainedIncludesSource an ExternalSemaSource, otherwise initialization of the ASTReader is incomplete, leading to errors like not realizing std::type_info is already defined. by Sebastian Redl · 14 years ago
  86. ad1a4c6 Change Clang's __VERSION__ to include the same basic info as in clang -v. by Daniel Dunbar · 14 years ago
  87. 2d33e42 Use intrinsics for Neon vmull operations. Radar 9208957. by Bob Wilson · 14 years ago
  88. b78c33f Put "#pragma message ..." into its own warning (human friendly) category. by Ted Kremenek · 14 years ago
  89. a6c5308 Silence warnings of unkwown -Wlarger-than and -Wframe-larger-than. Fixes rdar://6970318. by Argyrios Kyrtzidis · 14 years ago
  90. b277159 Begin reworking static analyzer support for C++ method calls. The current logic was divorced by Ted Kremenek · 14 years ago
  91. 68af13f Fix IRGen issues related to using property-dot syntax by Fariborz Jahanian · 14 years ago
  92. 1293cda [analyzer] Checker Packages can now belong to a group. This requires llvm commit r128474. by Argyrios Kyrtzidis · 14 years ago
  93. 9693232 Integrated-As: Support -Wa,-L when using the integrated assembler. by Daniel Dunbar · 14 years ago
  94. 402adc3 Frontend/cc1as: Add support for -L. by Daniel Dunbar · 14 years ago
  95. 7f3ad23 Remove stray null from the middle of a comment. (Found because my editor by Eli Friedman · 14 years ago
  96. 4147d30 Improve recovery (error + fix-it) when parsing type dependent template name without the "template" keyword. by Francois Pichet · 14 years ago
  97. a7689ef Diagnose uninitialized uses of a variable within its own initializer. by Chandler Carruth · 14 years ago
  98. d06fea8 supported: AltiVec vector initialization with a single literal according to PIM section 2.5.1 - after initialization all elements have the value specified by the literal by Anton Yartsev · 14 years ago
  99. abaca7a Add an option to suppress include stack printing on note diagnostics. by Chandler Carruth · 14 years ago
  100. 5adb5a8 Add -f[no-]strict-overflow to the Clang driver. Use it to set the by Chandler Carruth · 14 years ago