1. 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
  2. ba814e7 Initialize FakeAddressSpaceMap flag. by Benjamin Kramer · 14 years ago
  3. e5da3e6 makes vec_step operator work when AltiVec support is enabled by Anton Yartsev · 14 years ago
  4. f899af6 Add pre- and post-increment/decrement operators to CharUnits. by Ken Dyck · 14 years ago
  5. af13d5b Rename class 'CFGReachabilityAnalysis' to 'CFGReverseBlockReachabilityAnalysis'. by Ted Kremenek · 14 years ago
  6. 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
  7. 207f4d8 Add support for language-specific address spaces. On top of that, by Peter Collingbourne · 14 years ago
  8. 2ed4228 Lexer: Add extremely limited support for -traditional-cpp, ignoring BCPL by Daniel Dunbar · 14 years ago
  9. ac0659a Driver: Give SelectTool access to the action inputs. by Daniel Dunbar · 14 years ago
  10. 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
  11. d6a49bb Add an opt-in -Wheader-hygiene, which current diagnoses the use of by Douglas Gregor · 14 years ago
  12. 7f0a915 Fixed inconsistency when adding TemplateParameterListsInfo. by Abramo Bagnara · 14 years ago
  13. 3209669 The Darwin kernel does not provide useful guard variable support. by John McCall · 14 years ago
  14. 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
  15. 0a65f94 Rename -Wuninitialized-maybe to -Wconditional-uninitialized. by Ted Kremenek · 14 years ago
  16. 0daaf32 Use ElaboratedType also for C. by Abramo Bagnara · 14 years ago
  17. eef7ac5 Detect attempts to provide a specialization of a function within a by Douglas Gregor · 14 years ago
  18. 3cd0128 Having FileManager::getFile always open the file, brought much consternation and leaking of file descriptors. by Argyrios Kyrtzidis · 14 years ago
  19. db2eae6 Clean up our handling of template-ids that resolve down to a single by Douglas Gregor · 14 years ago
  20. 7839feb Remove a duplicate language feature by Peter Collingbourne · 14 years ago
  21. b5142bb Add a 'RawPath' parameter to the PPCallbacks interface. This allows by Chandler Carruth · 14 years ago
  22. c9977d0 Make sure that we always pop a function's scope *before* we call by Douglas Gregor · 14 years ago
  23. 250e7a7 When we're inserting a synthesized label declaration for a by Douglas Gregor · 14 years ago
  24. 24f4674 Added missing methods to get Designators source range. by Abramo Bagnara · 14 years ago
  25. 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
  26. 99439d4 Implement a hack to work around the changing exception specification of operator new in C++0x. by Sebastian Redl · 14 years ago
  27. d0956fc Remove duplicate group definition that snuck in due to a merge conflict. by Ted Kremenek · 14 years ago
  28. 908c09f Take 2: merge -Wuninitialized-experimental into -Wuninitialized. Only *must-be-uninitialized* warnings are reported, with *maybe-uninitialized* under a separate flag. I await any fallout/comments/feedback, although hopefully this will produce no noise for users. by Ted Kremenek · 14 years ago
  29. 76709bf Split warnings from -Wuninitialized-experimental into "must-be-initialized" and "may-be-initialized" warnings, each controlled by different flags. by Ted Kremenek · 14 years ago
  30. f7bafc7 Split warnings from -Wuninitialized-experimental into "must-be-initialized" and "may-be-initialized" warnings, each controlled by different flags. by Ted Kremenek · 14 years ago
  31. 6f34213 Rename UninitializedValuesV2 to UninitializedValues. by Ted Kremenek · 14 years ago
  32. f3f5379 Remove old UninitializedValues analysis. by Ted Kremenek · 14 years ago
  33. 7cbc558 When synthesizing a label declaration based on a goto statement that by Douglas Gregor · 14 years ago
  34. 9fc90c1 Incorporate source ranges for RangeBugReport when coelescing reports into equivalence classes. by Ted Kremenek · 14 years ago
  35. a4fdbfa Block return type of the initialized must be by Fariborz Jahanian · 14 years ago
  36. 2e2468e Get rid of the static FileManager::FixupRelativePath. by Anders Carlsson · 14 years ago
  37. d05c200 Change GetNullarySelector and GetUnarySelector to take a StringRef. by Anders Carlsson · 14 years ago
  38. 8026f6d Instead of storing an ASTContext* in FunctionProtoTypes with computed noexcept specifiers, unique FunctionProtoTypes with a ContextualFoldingSet, as suggested by John McCall. by Sebastian Redl · 14 years ago
  39. 90ba78c Place duplicate argument declaration in in by Fariborz Jahanian · 14 years ago
  40. caa35e4 Revert "Disable inherited constructors for 2.9." by Sebastian Redl · 14 years ago
  41. a808c54 Disable inherited constructors for 2.9. by Sebastian Redl · 14 years ago
  42. 60618fa Propagate the new exception information to FunctionProtoType. by Sebastian Redl · 14 years ago
  43. 796aa44 Forgotten part of previous commit. by Abramo Bagnara · 14 years ago
  44. 06dec89 Renamed OffsetOfNode::getRange to getSourceRange for uniformity. by Abramo Bagnara · 14 years ago
  45. fadb53b Fixes for some more expressions containing function templateids that by Douglas Gregor · 14 years ago
  46. 6f4596c Implement a hack intended to allow Clang to parse libstdc++ 4.5's by Douglas Gregor · 14 years ago
  47. f4f7cb8 OpenCL: if double precision floating point constant encountered by Peter Collingbourne · 14 years ago
  48. f4e3cfb Add support for the OpenCL vec_step operator, by generalising and by Peter Collingbourne · 14 years ago
  49. c57c17d Avoid do drop outer template parameter lists on the floor. by Abramo Bagnara · 14 years ago
  50. 0d28d36 When doing reachability analysis for warnings issued under DiagRuntimeBehavior, don't construct a ParentMap or CFGStmtMap. by Ted Kremenek · 14 years ago
  51. b8ad5ee Rework interaction between AnalysisContext and CFG::BuildOptions to keep a BuildOptions object around instead of keeping a copy of the flags. by Ted Kremenek · 14 years ago
  52. 975cc64 Revert r127206 "Detect attempts to provide a specialization of a function within by Daniel Dunbar · 14 years ago
  53. 6147806 Lookup selector in protocol list of qualified objc type by Fariborz Jahanian · 14 years ago
  54. b0f4b9a Introduce '-chain-include' option to specify headers that will be converted to chained PCHs in memory by Argyrios Kyrtzidis · 14 years ago
  55. ba877ad Fixed InnerLocStart. by Abramo Bagnara · 14 years ago
  56. 02b3774 include/clang/Basic/BuiltinsX86.def: __builtin_ia32_crc32**() should be defined to take unsigned args and to return unsigned value. by NAKAMURA Takumi · 14 years ago
  57. 86f436f include/clang/Makefile: [PR2928] "make install" may install include files along explicit pattern, not to install CMake's building stuff. by NAKAMURA Takumi · 14 years ago
  58. eecf5fa Add a bit to ParmVarDecl indicating whether the parameter undergoes by John McCall · 14 years ago
  59. 299a4a9 Add 'OverridenFilesKeepOriginalName' field in SourceManager which if true the SourceManager by Argyrios Kyrtzidis · 14 years ago
  60. cf33333 static analyzer: Fix use-after-free bug in RegionStore involving LazyCompoundValueData not reference counting Store objects. by Ted Kremenek · 14 years ago
  61. b77cab9 Clarify the context in which an Objective-C type name is being parsed by Douglas Gregor · 14 years ago
  62. f525160 Teach libclang's token-annotation logic about context-sensitive by Douglas Gregor · 14 years ago
  63. a2026c9 Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source range for declarations using postfix types. by Abramo Bagnara · 14 years ago
  64. acba90f Fixed NamespaceDecl source range. by Abramo Bagnara · 14 years ago
  65. f2cf562 Fixed bitfields source range. by Abramo Bagnara · 14 years ago
  66. ff676cb Fixed source range for all DeclaratorDecl's. by Abramo Bagnara · 14 years ago
  67. 834e3f6 Fix my earlier commit to work with escaped newlines and leave breadcrumbs by John McCall · 14 years ago
  68. 2792fa5 objc_gc wants a pointer type, not a function type; give it a more appropriate by John McCall · 14 years ago
  69. 30900da Add an API call to retrieve the spelling data of a token from its SourceLocation. by John McCall · 14 years ago
  70. db93fde Detect attempts to provide a specialization of a function within a by Douglas Gregor · 14 years ago
  71. d52e8b8 Change diagnostic message from "Extension" to "ExtWarn" to find more problems with missing semicolons. by Carl Norum · 14 years ago
  72. d97cec3 g++ is more permissive regarding flexible arrays. by Argyrios Kyrtzidis · 14 years ago
  73. cc20945 Support explicit template specialization and instantiation for members by Douglas Gregor · 14 years ago
  74. c2f3e7f The conditional needs to be pushed before the branch. Make the test less by John McCall · 14 years ago
  75. d47aad9 Add a non-static FixupRelativePath to FileManager. by Anders Carlsson · 14 years ago
  76. 65f7165 Redo part of r127137: by Joerg Sonnenberger · 14 years ago
  77. e6ec11a Remove the AST printer (-ast-print-xml), which is too incomplete and by Douglas Gregor · 14 years ago
  78. 9ade4ae If called as *cpp or *cpp-[^-]*, run only the preprocessor. If no by Joerg Sonnenberger · 14 years ago
  79. af036a6 Convert FileManager::FixupRelativePath over to using PathV2. by Anders Carlsson · 14 years ago
  80. eff1dbe We may fail to map a declaration in a template to its instantiated by Douglas Gregor · 14 years ago
  81. 841b238 Rename the type argument for the iboutletcollection attribute to not by Douglas Gregor · 14 years ago
  82. c850578 Write CXX base specifier offsets for chained ASTs. by Anders Carlsson · 14 years ago
  83. ec356c3 xpose HeaderSearch::SearchDirs to tools,s, from Paul Holden by Douglas Gregor · 14 years ago
  84. a868c37 Completed source ranges fixes for all classes inheriting from TypeDecl. by Abramo Bagnara · 14 years ago
  85. 344577e Fixed TypedefDecl and TemplateTypeParameter source range. by Abramo Bagnara · 14 years ago
  86. 8b5b409 Reinstate r127112, "Propagate new-style exception spec information to ExtProtoInfo.", this time with the missing header. by Sebastian Redl · 14 years ago
  87. 708a866 Revert r127112, "Propagate new-style exception spec information to ExtProtoInfo." by NAKAMURA Takumi · 14 years ago
  88. 06bfa84 Propagate new-style exception spec information to ExtProtoInfo. by Sebastian Redl · 14 years ago
  89. 6e5d319 Propagate new-style exception spec information to Declarator. by Sebastian Redl · 14 years ago
  90. 6784304 Fixed LabelDecl source range and cleaned creation code. by Abramo Bagnara · 14 years ago
  91. c494f77 When determining template instantiation arguments within a function by Douglas Gregor · 14 years ago
  92. 7acafd0 Parser support for noexcept specifications. by Sebastian Redl · 14 years ago
  93. b6ab6c1 Improved MemberPointerType source locations. by Abramo Bagnara · 14 years ago
  94. b1c8649 Currently we can only remap a file by creating a MemoryBuffer and replacing the file contents with it. by Argyrios Kyrtzidis · 14 years ago
  95. 15727dd Introduce OwnsRemappedFileBuffers field in ASTUnit, indicating whether the ASTUnit should delete the remapped buffers. by Argyrios Kyrtzidis · 14 years ago
  96. 4e43259 Give warnings about static initializers of non-integral type their own warning by Nick Lewycky · 14 years ago
  97. cb710a4 Diagnose destructor templates. Fixes PR7904. by Douglas Gregor · 14 years ago
  98. 7ec1873 When clearing a LookupResult structure, clear out the naming class, by Douglas Gregor · 14 years ago
  99. 6cd9d4a Teach Sema::ActOnCXXNestedNameSpecifier and Sema::CheckTemplateIdType by Douglas Gregor · 14 years ago
  100. 9a299e0 Make sure to put template parameters into their owning template's by Douglas Gregor · 14 years ago