1. cee235c Give clang_codeCompleteAt() an "options" parameter, and add a new by Douglas Gregor · 14 years ago
  2. 57e9778 TDK_InconsistentQuals is really totally different from TDK_Inconsistent. by John McCall · 14 years ago
  3. aa8b0d1 Implement #pragma GCC visibility. by Eli Friedman · 14 years ago
  4. c133e9e Remove the warning for variables declared in the if-expression being used in by Nick Lewycky · 14 years ago
  5. 14bc105 Add support for -Woverlength-strings. by Eli Friedman · 14 years ago
  6. 1357869 Get rid of isObjectType; when C++ says "object type", it generally by Eli Friedman · 14 years ago
  7. 7377ed9 Add -mavx and -mno-avx command line support by Bruno Cardoso Lopes · 14 years ago
  8. fa78dec Bring stats for the method pool back. by Sebastian Redl · 14 years ago
  9. 725cd96 Implement per-file reading of the selector table. This disables statistics about method pool hits for the moment. by Sebastian Redl · 14 years ago
  10. a6d6930 Add CFGStmtMap, which defines a mapping from Stmt* to CFGBlock*. The immediate intended use is in the unreachable code analysis. by Ted Kremenek · 14 years ago
  11. e58aa89 When chaining, only write interesting selectors to the PCH. by Sebastian Redl · 14 years ago
  12. 5d05007 Store the IDs of selectors in the PCH file explicitly. by Sebastian Redl · 14 years ago
  13. 1abc6bc Add code-completion support directly to ASTUnit, which performs code by Douglas Gregor · 14 years ago
  14. 72905cf Change the checker callback cache in GRExprEngine to be more compact (and IMHO a little easier to understand), and add the same sort of caching for EvalAssume (tied for least-used callback), mostly as proof-of-concept. by Jordy Rose · 14 years ago
  15. 5fcefd9 Accept and ignore (for now) -funroll-loops. by Eric Christopher · 14 years ago
  16. eababfb When we try (but fail) to build a precompiled preamble, wait for a by Douglas Gregor · 14 years ago
  17. e898ed5 Add more AVX 256-bit intrinsics and test cases for them by Bruno Cardoso Lopes · 14 years ago
  18. 046a746 Look through using declarations when deciding whether to use an operator by John McCall · 14 years ago
  19. 059612d Incomplete promotion of selector info to per-file data. by Sebastian Redl · 14 years ago
  20. 99c40bb Add support for VFP status & control operations for ARM. by Nate Begeman · 14 years ago
  21. ac63193 Remove DoneEvaluating field (unused since r90296) by Jordy Rose · 14 years ago
  22. ff59efd Makes GRState::makeWithStore private, to encourage clients to make store changes through GRState instead of directly accessing the StoreManager. Also adds cover methods for InvalidateRegion(s) and EnterStackFrame to GRState. by Jordy Rose · 14 years ago
  23. eb8837b When using a precompiled preamble, keep track of the top-level by Douglas Gregor · 14 years ago
  24. a865005 Apart from storing/retrieving the previous redeclaration from PCH, also store/retrieve the most recent by Argyrios Kyrtzidis · 14 years ago
  25. ba5ff8c Introduce getMostRecentDeclaration() and getFirstDeclaration() for RedeclarableTemplateDecl. by Argyrios Kyrtzidis · 14 years ago
  26. 1d715ac Reshuffle the PCH generator action and consumer, so that we can re-use by Douglas Gregor · 14 years ago
  27. e3273e7 Allow offsets to be negative. Out-of-bound cases are checked elsewhere. We by Zhongxing Xu · 14 years ago
  28. e888233 Pull the region offset computation logic into a single method. by Zhongxing Xu · 14 years ago
  29. 5ce9462 Support x86 AVX 256-bit instructions built-ins. Right now support all of them, but by Bruno Cardoso Lopes · 14 years ago
  30. bc42c53 Changed GRExprEngine to pass down a reference to itself when checkers are doing postanalysis. This allows the checker to gather information about the state of the engine when it has finished. by Tom Care · 14 years ago
  31. 9b823e8 Add -cc1 option '-unoptimized-cfg' to toggle using a CFG (for static analysis) that doesn't prune CFG edges. by Ted Kremenek · 14 years ago
  32. ad5a894 Add 'AnalysisContext::getUnoptimizedCFG()' to allow clients to get access to the original by Ted Kremenek · 14 years ago
  33. 97ba481 Labels (and case statement) don't create independent scope parents for the by John McCall · 14 years ago
  34. 4204f07 Further adjustments to -Wglobal-constructors; works for references and direct by John McCall · 14 years ago
  35. c0659ec When using a precompiled preamble, save the diagnostics produced when by Douglas Gregor · 14 years ago
  36. d8c5abb Query only the latest version of an identifier in the PCH chain. Make sure this version holds the entire declaration chain. This is a much saner solution than trying to merge the info from all elements, and makes redeclarations work properly. Expand the declarations test case to cover more compliated cases. by Sebastian Redl · 14 years ago
  37. ed48a8f Remove mutable data on TagType and InjectedClassNameType, by instead walking the declaration chain in search of a definition. This is necessary for a sane chained PCH implementation. No observable performance change on Carbon.h syntax-only, and bootstraps cleanly. by Sebastian Redl · 14 years ago
  38. f56a488 Frontend: Change PluginASTAction::ParseArgs to take a CompilerInstance object by Daniel Dunbar · 14 years ago
  39. 9c1845d You actually have to include a header in order to use a symbol, it's so 90s.. by Argyrios Kyrtzidis · 14 years ago
  40. b81645f Use llvm_unreachable. by Argyrios Kyrtzidis · 14 years ago
  41. 62db888 Shut up warnings in Release build. by Argyrios Kyrtzidis · 14 years ago
  42. 76c38d3 Read/write in PCH Sema's StdNamespace and StdBadAlloc and use a LazyDeclPtr for them that will deserialize them when needed. by Argyrios Kyrtzidis · 14 years ago
  43. 4180011 Driver: Move HostInfo::lookupTypeForExtension to ToolChain::LookupTypeForExtension. by Daniel Dunbar · 14 years ago
  44. 74edcea Driver: Give Build{Universal,}Actions access to the default host tool chain. I by Daniel Dunbar · 14 years ago
  45. 7caf9b3 Improve flat store: MemRegion::getAsOffset() computes a region's offset within by Zhongxing Xu · 14 years ago
  46. 2fe238e Driver: Add Compilation::addCommand and switch tools to using it, now that we by Daniel Dunbar · 14 years ago
  47. d0b77e1 Driver: Eliminate PipedJob, which is now unused. by Daniel Dunbar · 14 years ago
  48. 8c631e3 Driver: Eliminate now unnecessary tool hooks for whether they accept piped input/output. by Daniel Dunbar · 14 years ago
  49. e434125 Driver: Eliminate now unused argument. by Daniel Dunbar · 14 years ago
  50. edf29b0 Driver: Keep track of a separate "install dir", which is the path where clang by Daniel Dunbar · 14 years ago
  51. b4b9b15 Kill off RequiresGlobalConstructor in favor of isConstantInitializer. by John McCall · 14 years ago
  52. 626e96e Make a first pass at implementing -Wglobal-constructors. I'm worried that this by John McCall · 14 years ago
  53. 64a1523 Iterate typeloc's for class bases. by Nick Lewycky · 14 years ago
  54. cbb98ed Parser: Add support for #pragma align, which is just another spelling of #pragma by Daniel Dunbar · 14 years ago
  55. dd0e490 After a lengthy design discussion, add support for "ownership attributes" for malloc/free checking. Patch by Andrew McGregor! by Ted Kremenek · 14 years ago
  56. cc5888d Implement dependency analysis for the precompiled preamble. If any of by Douglas Gregor · 14 years ago
  57. 385103b Add some timers to ASTUnit that are only enabled when the LIBCLANG_TIMING environment variable is set. by Douglas Gregor · 14 years ago
  58. 9f339ba Add specialisation iterators for {Class,Function}TemplateDecl by Peter Collingbourne · 14 years ago
  59. 4048590 Refactor find*Specialization functions using SpecEntryTraits by Peter Collingbourne · 14 years ago
  60. 44dd0b4 Introduce RedeclarableTemplateDecl::SpecEntryTraits by Peter Collingbourne · 14 years ago
  61. 35f9a19 Fixed typedef inside extern "C". by Abramo Bagnara · 14 years ago
  62. 29ee3a2 Refactor the way PCHReader tracks whether we are in recursive loading. by Argyrios Kyrtzidis · 14 years ago
  63. ffaab3e Make macro weirdness in chained PCH work. This required changing the way PCHReader and PCHWriter are initialized to correctly pick up all initializer. On the upside, this means that there is far less repetition in the dependent PCH now. by Sebastian Redl · 14 years ago
  64. 3ce9e7d Add clang_isPODType() for querying if the CXType is POD. Implements <rdar://problem/8250669>. by Ted Kremenek · 14 years ago
  65. bb37f50 Wire up sema checking for __builtin_arm_usat and __builtin_arm_ssat immediates. by Nate Begeman · 14 years ago
  66. 4ac7c0b Change the name to something less terrible; suggestion by Doug. No functionality change. by Argyrios Kyrtzidis · 14 years ago
  67. 90e99a8 Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneration into a new function, by Argyrios Kyrtzidis · 14 years ago
  68. f640477 Add codegen support for ARM qadd & qsub intrinsics by Nate Begeman · 14 years ago
  69. f88718e Implement RedeclarableTemplateDecl::getNextRedeclaration by Peter Collingbourne · 14 years ago
  70. 8a798a7 Store latest redeclaration for each redeclarable template declaration by Peter Collingbourne · 14 years ago
  71. 9eabeba Refactor redeclarable template declarations by Peter Collingbourne · 14 years ago
  72. 447234d Allow a looser form of compatibility checking (which ignores by Douglas Gregor · 14 years ago
  73. 254a942 When deleting a value of class type, make sure that type is complete by Douglas Gregor · 14 years ago
  74. 0333296 Reword the empty struct/union warning in C to note that such structs and unions have size 0 in C, size 1 in C++. Put this warning under -Wc++-compat. by Douglas Gregor · 14 years ago
  75. e8a126b PR7736: Make sure to mark &Class::Member correctly as being type-dependent by Eli Friedman · 14 years ago
  76. c46111e Make the pointer arguments to the __sync_* builtins pointers to by Douglas Gregor · 14 years ago
  77. c3acb91 accept and ignore a few more gcc warnings. by Chris Lattner · 14 years ago
  78. be9aa96 Add proper callbacks for DeclStmt -- we weren't recursing on by Craig Silverstein · 14 years ago
  79. 5ec85c6 Rename -Wlogical-bitwise-confusion to -Wconstant-logical-operand, which strikes by Daniel Dunbar · 14 years ago
  80. a9fbf5b Extracted out some useful common functions in IdempotentOperationChecker to their own CheckerHelpers file. by Tom Care · 14 years ago
  81. 083abdf Record macros in dependent PCHs. Also add various info tables to dependent PCHs; tests for this to follow. by Sebastian Redl · 14 years ago
  82. a6d6af3 Revert r109546, it broke linux build. by Argyrios Kyrtzidis · 14 years ago
  83. ee94e2d Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneration into a new function, by Argyrios Kyrtzidis · 14 years ago
  84. 60a5257 APIs that take different sized arguments than the instruction by Eric Christopher · 14 years ago
  85. a84c02d Add non-static version of BinaryOperator::getOpcodeStr(). by Ted Kremenek · 14 years ago
  86. d692af7 Update the list of lexical decls in the TU for chained PCHs. This makes -ast-print show the decls from the dependent PCH. by Sebastian Redl · 14 years ago
  87. 2823342 Fix use-after-free with precompiled preambles by Douglas Gregor · 14 years ago
  88. 96827eb Revert r109428 "Hoist argument type checking into CheckFormatHandler. This is prep for scanf format" by Michael J. Spencer · 14 years ago
  89. 94e3d1f Add PTHLexer::LexEndOfFile() to emit diagnostics at end-of-file similar to those by Lexer::LexEndOfFile(). by Ted Kremenek · 14 years ago
  90. 56eb1ec Fix predicate in 'InCachingLexMode' to include 'CurPTHLexer'. by Ted Kremenek · 14 years ago
  91. fae3b2f Implement -fno-validate-pch at the -cc1 level, which suppresses most by Douglas Gregor · 14 years ago
  92. 681d723 - Fix recording of offsets of types in dependent PCHs. by Sebastian Redl · 14 years ago
  93. dee832c Mark __builtin_eh_return as noreturn. Patch by Dimitry Andric. by Benjamin Kramer · 14 years ago
  94. f4f6c9d Introduce basic support for loading a precompiled preamble while by Douglas Gregor · 14 years ago
  95. 55c6570 It's not necessary to call flush() on a raw_ostream immediately prior by Dan Gohman · 14 years ago
  96. f762905 Hoist argument type checking into CheckFormatHandler. This is prep for scanf format by Ted Kremenek · 14 years ago
  97. 5606220 Add source location information to C++ base specifiers. by Nick Lewycky · 14 years ago
  98. 3d398aa When LIBCLANG_CODE_COMPLETION_LOGGING is set in the environment, log code-completion command lines to stderr by Douglas Gregor · 14 years ago
  99. 87c3007 Eliminate the "minimal" and printing parser actions, which only ever by Douglas Gregor · 14 years ago
  100. 3c2d301 Wrap bit mangling logic for DiagMappings in its own class so it doesn't leak by Benjamin Kramer · 14 years ago