1. 49af1f3 Rename -mtrap_function= to -ftrap_function= since it's now a target neutral options. by Evan Cheng · 14 years ago
  2. b20e442 Add -mtrap_function=<> option. rdar://9257465 by Evan Cheng · 14 years ago
  3. 429bb27 Use ExprResult& instead of Expr *& in Sema by John Wiegley · 14 years ago
  4. b7bc34a Warn for any kind of initialization if initializer does not by Fariborz Jahanian · 14 years ago
  5. 584b9d6 Switch 'is possibly uninitialized' to 'may be uninitialized' based on by Chandler Carruth · 14 years ago
  6. f04eb2d Now that the analyzer is distinguishing between uninitialized uses that by Chandler Carruth · 14 years ago
  7. 089f872 Driver: Don't attempt to forward some Clang-only options to cc1. by Daniel Dunbar · 14 years ago
  8. b6534bb Fronted/CC_LOG_DIAGNOSTICS: Wire up dwarf-debug-flags support. by Daniel Dunbar · 14 years ago
  9. 28f1493 Fronted/CC_LOG_DIAGNOSTICS: Output main file name, and add support for by Daniel Dunbar · 14 years ago
  10. 64bfbf5 Frontend: Continue flushing out LogDiagnosticPrinter. by Daniel Dunbar · 14 years ago
  11. 9df2349 Frontend: Sketch a LogDiagnosticPrinter object, and wire CC_LOG_DIAGNOSTICS to by Daniel Dunbar · 14 years ago
  12. b680d4b ChainedDiagnosticClient: Fix a bug where chained diagnostic clients wouldn't by Daniel Dunbar · 14 years ago
  13. 08c6695 Frontend: Sketch support for -diagnostic-log-file, which still doesn't do anything. by Daniel Dunbar · 14 years ago
  14. b65ed34 Enhance the Rewriter. by Argyrios Kyrtzidis · 14 years ago
  15. 8f89652 Add FullSourceLoc::BeforeThanCompare. a comparison function class, useful for sorting FullSourceLocs. by Argyrios Kyrtzidis · 14 years ago
  16. c8a22b0 Driver: Sketch driver support for a CC_LOG_DIAGNOSTICS options, similar to the by Daniel Dunbar · 14 years ago
  17. 737d544 In C++ the argument of logical not should always be bool. Added missing implicit cast for scalars. by Abramo Bagnara · 14 years ago
  18. 1de4d4e Basic, untested implementation for an "unknown any" type requested by LLDB. by John McCall · 14 years ago
  19. 759abb4 Fix lookup for class messages sent to qualified-class by Fariborz Jahanian · 14 years ago
  20. 4c8acc9 Fix spelling. by Michael J. Spencer · 14 years ago
  21. 30f6471 Make this const, there's probably no harm in it and it silences a bunch by Eric Christopher · 14 years ago
  22. ae8ec2b Fix building with gcc. by Argyrios Kyrtzidis · 14 years ago
  23. d40066b Fix PR 9626 (duplicated self-init warnings under -Wuninitialized) with numerous CFG and UninitializedValues analysis changes: by Ted Kremenek · 14 years ago
  24. 832316e Move Driver::createInvocationFromArgs function to Frontend library to avoid dependency cycle by Argyrios Kyrtzidis · 14 years ago
  25. 054e4f5 Introduce Driver::createInvocationFromArgs used to create a CompilerInvocation from command-line args. by Argyrios Kyrtzidis · 14 years ago
  26. 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
  27. cccc02a PR9585: add __decltype as a keyword. While I'm here, alphabetize the list. by Eli Friedman · 14 years ago
  28. 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
  29. 4d840e9 [analyzer] Simplify CheckerFn template and use it more to reduce duplication. No functionality change. by Argyrios Kyrtzidis · 14 years ago
  30. 2bfa301 Remove a redundant method. We have a const version. by Zhongxing Xu · 14 years ago
  31. 422ab7a Teach IdempotentOperationsChecker about paths aborted because ExprEngine didn't know how to handle a specific Expr type. by Ted Kremenek · 14 years ago
  32. 66750fa static analyzer: Rename 'BlocksAborted' to 'BlocksExhausted' to reflect that a given CFGBlock was analyzed too many times. by Ted Kremenek · 14 years ago
  33. 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
  34. ad1a4c6 Change Clang's __VERSION__ to include the same basic info as in clang -v. by Daniel Dunbar · 14 years ago
  35. 2d33e42 Use intrinsics for Neon vmull operations. Radar 9208957. by Bob Wilson · 14 years ago
  36. b78c33f Put "#pragma message ..." into its own warning (human friendly) category. by Ted Kremenek · 14 years ago
  37. a6c5308 Silence warnings of unkwown -Wlarger-than and -Wframe-larger-than. Fixes rdar://6970318. by Argyrios Kyrtzidis · 14 years ago
  38. b277159 Begin reworking static analyzer support for C++ method calls. The current logic was divorced by Ted Kremenek · 14 years ago
  39. 68af13f Fix IRGen issues related to using property-dot syntax by Fariborz Jahanian · 14 years ago
  40. 1293cda [analyzer] Checker Packages can now belong to a group. This requires llvm commit r128474. by Argyrios Kyrtzidis · 14 years ago
  41. 9693232 Integrated-As: Support -Wa,-L when using the integrated assembler. by Daniel Dunbar · 14 years ago
  42. 402adc3 Frontend/cc1as: Add support for -L. by Daniel Dunbar · 14 years ago
  43. 7f3ad23 Remove stray null from the middle of a comment. (Found because my editor by Eli Friedman · 14 years ago
  44. 4147d30 Improve recovery (error + fix-it) when parsing type dependent template name without the "template" keyword. by Francois Pichet · 14 years ago
  45. a7689ef Diagnose uninitialized uses of a variable within its own initializer. by Chandler Carruth · 14 years ago
  46. 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
  47. abaca7a Add an option to suppress include stack printing on note diagnostics. by Chandler Carruth · 14 years ago
  48. 5adb5a8 Add -f[no-]strict-overflow to the Clang driver. Use it to set the by Chandler Carruth · 14 years ago
  49. 077f490 More coherent diagnostic attempting to assign to a member of a const object returned by Fariborz Jahanian · 14 years ago
  50. 3d9ce90 Make diagnostic clearer. by Fariborz Jahanian · 14 years ago
  51. 4421d2b On Mac OS X, the presence of an 'availability' attribute for that by Douglas Gregor · 14 years ago
  52. b53e417 Extend the new 'availability' attribute with support for an by Douglas Gregor · 14 years ago
  53. 2234873 Allow GC qualifiers to be added/removed by conversions from/to void* by John McCall · 14 years ago
  54. 3812999 TraverseNestedNameSpecifier -> TraverseNestedNameSpecifierLoc in a few by Craig Silverstein · 14 years ago
  55. 8a29ba0 Remove the last of ClassVirtSpecifiers. by Anders Carlsson · 14 years ago
  56. 2c3ee54 Get rid of handling of the 'explicit' keyword from class-head. We still parse it though, although that will change shortly. by Anders Carlsson · 14 years ago
  57. 844c25d Remove warnings about using override control keywords in inline function definitions; they will be allowed in the next C++0x draft. by Anders Carlsson · 14 years ago
  58. b1f3968 Remove 'new' from virt-specifier since it's going to be removed in the next C++0x draft by Anders Carlsson · 14 years ago
  59. 909a70d Apply the nonnull attribute to constructor expressions too. by Nick Lewycky · 14 years ago
  60. 0b7e678 Insomniac refactoring: change how the parser allocates attributes so that by John McCall · 14 years ago
  61. 2b32dad Add a new warning for exit-time destructors. by Anders Carlsson · 14 years ago
  62. c05a94b Call out ObjC parameter types as a different kind of declarator context by John McCall · 14 years ago
  63. d97f558 Support for Transparent unions used as overloadable by Fariborz Jahanian · 14 years ago
  64. 2923380 Teach DelayedDiagnostic to copy its string, rather than hope that the by Douglas Gregor · 14 years ago
  65. 7f9fc3f switch a few Driver APIs to use llvm::ArrayRef, cleaning up code. by Chris Lattner · 14 years ago
  66. 9d5a165 Fix crash in clang_getInstantiationLoc() when SourceManager::getInstantiationLoc() can return a SourceLocatin with an invalid by Ted Kremenek · 14 years ago
  67. 0a0d2b1 Implement a new 'availability' attribute, that allows one to specify by Douglas Gregor · 14 years ago
  68. ac4df24 Warn about unused declaration-specifiers on tag declarations. by John McCall · 14 years ago
  69. 3c66d30 Frontend: Add a more explicit -backend-option flag for passing backend command by Daniel Dunbar · 14 years ago
  70. e5a3ce6 Don't clear OverloadCandidateSets on destruction, it has no effect anymore. by Benjamin Kramer · 14 years ago
  71. 614f96a Migrate 'PrettySTackTraceParserEntry' object out of Parser, and have it constructed within ParseAST. This avoids double crashes by Ted Kremenek · 14 years ago
  72. da60885 Frontend: Change CC_PRINT_HEADERS to not print header depth markers, these don't by Daniel Dunbar · 14 years ago
  73. 4f32786 Improve crash recovery cleanup to recovery CompilerInstances during crash recovery. This was a huge resource "root" during crashes. by Ted Kremenek · 14 years ago
  74. 05e5930 Memorize presence/absence of -nostdlib in Driver. by Joerg Sonnenberger · 14 years ago
  75. 8ab2bdc Remember sysroot in Driver. Pass it down to ld for NetBSD, FreeBSD by Joerg Sonnenberger · 14 years ago
  76. eedd467 Downgrade err_mismatched_exception_spec to a ExtWarning in Microsoft mode. MSVC doesn't do any validation on exception specifications. by Francois Pichet · 14 years ago
  77. ba814e7 Initialize FakeAddressSpaceMap flag. by Benjamin Kramer · 14 years ago
  78. e5da3e6 makes vec_step operator work when AltiVec support is enabled by Anton Yartsev · 14 years ago
  79. f899af6 Add pre- and post-increment/decrement operators to CharUnits. by Ken Dyck · 14 years ago
  80. af13d5b Rename class 'CFGReachabilityAnalysis' to 'CFGReverseBlockReachabilityAnalysis'. by Ted Kremenek · 14 years ago
  81. d2427dd Add libclang hook 'clang_toggleCrashRecovery()', which provides a mechanism for a client to enable/disable CrashRecovery within libclang function calls. by Ted Kremenek · 14 years ago
  82. 207f4d8 Add support for language-specific address spaces. On top of that, by Peter Collingbourne · 14 years ago
  83. 2ed4228 Lexer: Add extremely limited support for -traditional-cpp, ignoring BCPL by Daniel Dunbar · 14 years ago
  84. ac0659a Driver: Give SelectTool access to the action inputs. by Daniel Dunbar · 14 years ago
  85. 7dbafb3 Add FileManager::getNoncachedStatValue, which will resolve relative paths against the working directory specified in the file system options. by Anders Carlsson · 14 years ago
  86. d6a49bb Add an opt-in -Wheader-hygiene, which current diagnoses the use of by Douglas Gregor · 14 years ago
  87. 7f0a915 Fixed inconsistency when adding TemplateParameterListsInfo. by Abramo Bagnara · 14 years ago
  88. 3209669 The Darwin kernel does not provide useful guard variable support. by John McCall · 14 years ago
  89. a085da8 Fix PR9488: 'auto' type substitution can fail (for instance, if it creates a reference-to-void type). Don't crash if it does. by Richard Smith · 14 years ago
  90. 0a65f94 Rename -Wuninitialized-maybe to -Wconditional-uninitialized. by Ted Kremenek · 14 years ago
  91. 0daaf32 Use ElaboratedType also for C. by Abramo Bagnara · 14 years ago
  92. eef7ac5 Detect attempts to provide a specialization of a function within a by Douglas Gregor · 14 years ago
  93. 3cd0128 Having FileManager::getFile always open the file, brought much consternation and leaking of file descriptors. by Argyrios Kyrtzidis · 14 years ago
  94. db2eae6 Clean up our handling of template-ids that resolve down to a single by Douglas Gregor · 14 years ago
  95. 7839feb Remove a duplicate language feature by Peter Collingbourne · 14 years ago
  96. b5142bb Add a 'RawPath' parameter to the PPCallbacks interface. This allows by Chandler Carruth · 14 years ago
  97. c9977d0 Make sure that we always pop a function's scope *before* we call by Douglas Gregor · 14 years ago
  98. 250e7a7 When we're inserting a synthesized label declaration for a by Douglas Gregor · 14 years ago
  99. 24f4674 Added missing methods to get Designators source range. by Abramo Bagnara · 14 years ago
  100. db9e9e6 Remove warning for null characters in CFString literals. Clang handles them just fine, and GCC 4.2 doesn't warn here either. by Ted Kremenek · 14 years ago