1. ef9a1d0 Move TargetInfo::adjustInlineAsmType to TargetCodeGenInfo by Peter Collingbourne · 14 years ago
  2. 4ae493c implement basic support for __label__. I wouldn't be shocked if there are by Chris Lattner · 14 years ago
  3. eaca05b Handle UsingDecl in CFGRecStmtDeclVisitor. by Argyrios Kyrtzidis · 14 years ago
  4. 337e550 Switch labels over to using normal name lookup, instead of their by Chris Lattner · 14 years ago
  5. 380ebec Unbreak the MSVC build std::make_pair is unreliable under MSVC 2010. by Francois Pichet · 14 years ago
  6. e476bdc make block bodies handle undefined labels just like functions. by Chris Lattner · 14 years ago
  7. 2d67b90 [analyzer] Use the new registration mechanism for the debugging info "checks". by Argyrios Kyrtzidis · 14 years ago
  8. 7dd445e [analyzer] Use the new registration mechanism on the non-path-sensitive-checkers: by Argyrios Kyrtzidis · 14 years ago
  9. 9fb9474 [analyzer] by Argyrios Kyrtzidis · 14 years ago
  10. 695fb50 [analyzer] Pass CheckerManager to the registration functions. by Argyrios Kyrtzidis · 14 years ago
  11. 3406458 Clean up the style of this function to match the conventions in the rest by Chandler Carruth · 14 years ago
  12. 57ad378 Step #2/N of __label__ support: keep pushing LabelDecl forward, by Chris Lattner · 14 years ago
  13. d8e5499 Inline LocalInstantiationScope::getInstantiationOf into its one by Chris Lattner · 14 years ago
  14. 4d4f0db remove some dead overloads. by Chris Lattner · 14 years ago
  15. 91a230a Eliminate the internal command-line option for viewing inheritance in C++ classes, since it's only really worked for the trivial cases anyway due to lame pseudo-parsing of the class name. The viewInheritance() function is still available for use in the debugger, where this is far more useful by Douglas Gregor · 14 years ago
  16. 8c99d88 Replace a FIXME with a comment describing why we did what we did by Douglas Gregor · 14 years ago
  17. f91d087 Remove the last virtual member function from the Decl hierarchy, by Douglas Gregor · 14 years ago
  18. 2ae442a Devirtualize TagDecl::completeDefinition(). by Douglas Gregor · 14 years ago
  19. afdfdc0 Devirtualize DeclaratorDecl::getInnerLocStart() and TagDecl::getInnerLocStart(). by Douglas Gregor · 14 years ago
  20. 2a96bf5 Improve diagnostics on missing property decl. by Fariborz Jahanian · 14 years ago
  21. ebe5a9b Devirtualize NamedDecl::getNameForDiagnostic(). by Douglas Gregor · 14 years ago
  22. 9e6f2a8 Devirtualize RedeclarableTemplateDecl::newCommon(). by Douglas Gregor · 14 years ago
  23. a5b9332 Implement a sub-group of -Wconversion: -Wliteral-conversion. This by Chandler Carruth · 14 years ago
  24. 56ca35d Change the representation of GNU ?: expressions to use a different expression by John McCall · 14 years ago
  25. 4c3e0ee Devirtualize Decl::getNextRedeclaration(). by Douglas Gregor · 14 years ago
  26. 543cb65 Implement -Wenum-compare, which warns when comparing two enums of by Chandler Carruth · 14 years ago
  27. 770877f Devirtualize Decl::getSourceRange() by Douglas Gregor · 14 years ago
  28. 0eccdca Devirtualize Decl::getCanonicalDecl(). by Douglas Gregor · 14 years ago
  29. ad8dcf4 Step #1/N of implementing support for __label__: split labels into by Chris Lattner · 14 years ago
  30. 1aa3d81 Devirtualize Decl::getBody() and Decl::hasBody(). by Douglas Gregor · 14 years ago
  31. f4a03cc De-virtualize Decl::isOutOfLine(). by Douglas Gregor · 14 years ago
  32. e594db5 tidy up by Chris Lattner · 14 years ago
  33. 26ae5dd Fix PR9025 and add a diagnostic (and sometimes a fixit) for an overloaded by Matt Beaumont-Gay · 14 years ago
  34. c81ca98 Bump up IdentifierInfo::ObjCOrBuiltinID to use 11 bits instead of 10. Fixes PR 9231. by Ted Kremenek · 14 years ago
  35. 41aadbc Improve diagnostics when property names an object type of by Fariborz Jahanian · 14 years ago
  36. 577cdfd Implement code completion results for the Objective-C Key-Value Coding by Douglas Gregor · 14 years ago
  37. bac7737 Placate Doug and change capitalization of diagnostic note. by Ted Kremenek · 14 years ago
  38. 7dfc942 Makes most methods in SVals.h conform to the naming guide. Reviewed by Zhanyong Wan · 14 years ago
  39. d24eda8 3000 Sema diagnostics should be enough for anyone. by Chandler Carruth · 14 years ago
  40. 48601b3 Teach the CXCodeCompleteResults results structure, which stores by Douglas Gregor · 14 years ago
  41. 9b7db62 Improve the invalidation logic for the cache of global code by Douglas Gregor · 14 years ago
  42. 9c97ca0 Teach PPChainedCallbacks to forward the InclusionDirective() callback. by Douglas Gregor · 14 years ago
  43. ca24423 Warning -> ExtWarn by Argyrios Kyrtzidis · 14 years ago
  44. e996ffd Save a copy expression for non-trivial copy constructions of catch variables. by John McCall · 14 years ago
  45. 8fd0a5d Tweak -Warray-bounds diagnostics based on feedback from Chandler. by Ted Kremenek · 14 years ago
  46. a0125d8 Add trivial buffer overflow checking in Sema. by Ted Kremenek · 14 years ago
  47. 0b1ba62 [analyzer] Use the new registration mechanism on the apple checkers: by Argyrios Kyrtzidis · 14 years ago
  48. 8f45700 Fix typo (per Chris's comment). by Fariborz Jahanian · 14 years ago
  49. ff1ed98 Warn for missing terminating " or ' instead of error for gcc compatibility. Fixed rdar://8914293. by Argyrios Kyrtzidis · 14 years ago
  50. c9f2e0f [analyzer] Use the new registration mechanism on the IdempotentOperationChecker. by Argyrios Kyrtzidis · 14 years ago
  51. afc4578 Implement a special code-completion pattern for "IBAction". Fixes by Douglas Gregor · 14 years ago
  52. e9baa6b [analyzer] Remove ObjCSelfInitCheck from AnalyzerOptions. by Argyrios Kyrtzidis · 14 years ago
  53. 68e3c2e When code-completing within a list of declaration specifiers, by Douglas Gregor · 14 years ago
  54. 84bccea Serialization/deserialization support for floating point #pragma by Peter Collingbourne · 14 years ago
  55. 39d3e7a OpenCL: semantic analysis support for cl_khr_fp64 extension by Peter Collingbourne · 14 years ago
  56. 8e3df4d Allow resolving headers from a PCH even after headers+PCH were moved to another path. by Argyrios Kyrtzidis · 14 years ago
  57. 27af04b Fix the clang-wpa example. by Argyrios Kyrtzidis · 14 years ago
  58. 809dfe8 Initialize InlineCall in AnalyzerOptions. by Argyrios Kyrtzidis · 14 years ago
  59. 26c05b1 [analyzer] Reflect changes for tablegen'ing the checkers. by Argyrios Kyrtzidis · 14 years ago
  60. dac54c1 Convert RecordLayout::Alignment to CharUnits from bit units. No change in by Ken Dyck · 14 years ago
  61. b1224f6 Warn if method for a deprecated method is implemented. by Fariborz Jahanian · 14 years ago
  62. d61df3d Put "incomplete implementation" warning under a flag. by Ted Kremenek · 14 years ago
  63. 79ab2c8 Provide overload diagnostics when explicit casts involving class types fail. by John McCall · 14 years ago
  64. 43dee22 [analyzer] Overhauling of the checker registration mechanism. by Argyrios Kyrtzidis · 14 years ago
  65. 5f83d6f [analyzer] Remove ManagerRegistry which is not used. In the future we may load analyzer plugins dynamically but by Argyrios Kyrtzidis · 14 years ago
  66. e6348c3 [analyzer] Move include/clang/StaticAnalyzer/AnalysisConsumer.h -> lib/StaticAnalyzer/Frontend/AnalysisConsumer.h since by Argyrios Kyrtzidis · 14 years ago
  67. 840c083 Add support for the builtins used in gcc 4.4's <cmath> and <complex> by Jeffrey Yasskin · 14 years ago
  68. b8b07b1 Handle 'UsingDirective' in CFGRecStmtDeclVisitor. by Ted Kremenek · 14 years ago
  69. eee1d54 When parsing an out-of-line member function declaration, we must delay by John McCall · 14 years ago
  70. 02690b2 Add missing file by Peter Collingbourne · 14 years ago
  71. f315fa8 OpenCL: add support for __kernel, kernel keywords and EXTENSION, by Peter Collingbourne · 14 years ago
  72. 321b817 Move support for "#pragma STDC FP_CONTRACT" to Parser; add Sema actions by Peter Collingbourne · 14 years ago
  73. 9d3f5f7 Make LexOnOffSwitch a Preprocessor member function by Peter Collingbourne · 14 years ago
  74. 7502c1d Give some convenient idiomatic accessors to Stmt::child_range and by John McCall · 14 years ago
  75. 0d70d71 Look through array types when deciding whether a field requires non-trivial by John McCall · 14 years ago
  76. e3c8c64 Implement objective-c++'s block pointer type matching involving by Fariborz Jahanian · 14 years ago
  77. 0895d15 When reading the AST, delay loading of the redeclaration chain to avoid deeply nested calls. by Argyrios Kyrtzidis · 14 years ago
  78. 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
  79. 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
  80. 848ec83 Don't report dead stores on unreachable code paths. Fixes <rdar://problem/8405222>. by Ted Kremenek · 14 years ago
  81. e2f82f7 Reject forbidden storage class specifiers in OpenCL. Patch by George Russell! by Peter Collingbourne · 14 years ago
  82. 2534528 Rename 'InvalidateRegions()' to 'invalidateRegions()'. by Ted Kremenek · 14 years ago
  83. 0a48029 Rename the operation that loads a preprocessed entity from a given offset to indicate that we're loading from an offset, not an index, lest one be confused. No functionality change. by Douglas Gregor · 14 years ago
  84. 9b555ea Improves Clang's virtual file handling. by Zhanyong Wan · 14 years ago
  85. a9d5c30 Allow the 'Eng' entry in GRStateManager to be a (possibly null) pointer instead of a reference. by Ted Kremenek · 14 years ago
  86. f0be979 For consistency, use llvm::raw_ostream in the rest of the mangle api. by Rafael Espindola · 14 years ago
  87. ec29903 Convert RecordLayout::DataSize to CharUnits from bits, eliminating two by Ken Dyck · 14 years ago
  88. dd76a9a Add a helper function, ASTContext::toBits(), that converts sizes in by Ken Dyck · 14 years ago
  89. 0e376a0 Use raw_ostream instead of raw_svector_ostream. by Rafael Espindola · 14 years ago
  90. 040a804 Implement AST/PCH chaining support for macro definitions. Previously, by Douglas Gregor · 14 years ago
  91. c4850c2 Use raw_svector_ostream in more places in the mangler. by Rafael Espindola · 14 years ago
  92. cfbf1c7 Implement two related optimizations that make de-serialization of by Douglas Gregor · 14 years ago
  93. be4c870 Implement mcount profiling, enabled via -pg. by Roman Divacky · 14 years ago
  94. e40b69d static analyzer: Make GRStates reference counted, with reference counts managed by ExplodedNodes. by Ted Kremenek · 14 years ago
  95. 9b66371 Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. by Ted Kremenek · 14 years ago
  96. 7f53253 Fix scoping of method declarations and issue by Fariborz Jahanian · 14 years ago
  97. bf36e25 Parse: add support for parsing CUDA kernel calls by Peter Collingbourne · 14 years ago
  98. 1b791d6 Lexer: add CUDA kernel call tokens by Peter Collingbourne · 14 years ago
  99. e08ce65 AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions by Peter Collingbourne · 14 years ago
  100. 14b6ba7 AST, Sema, Serialization: keep track of cudaConfigureCall by Peter Collingbourne · 14 years ago