1. 68f7a24 spread 'const' love to some variables. this considerably reduces the amount of dirty data around. by Nuno Lopes · 15 years ago
  2. 842aef8 First pass at implementing C++ enum semantics: calculate (and store) an by John McCall · 15 years ago
  3. 029a14a Fix crash in DisplayFunction(). ObjCInterfaceDecls can also get passed to this function, but we don't want to display them. by Ted Kremenek · 15 years ago
  4. 13d5558 Neil points out that this could be simplified, do it. by Chris Lattner · 15 years ago
  5. 90de51f Increase inlining threshold at -O3, to match llvm-gcc. by Daniel Dunbar · 15 years ago
  6. e89ba59 Twinify InitHeaderSearch::AddPath and use it in C++ include path generation. by Benjamin Kramer · 15 years ago
  7. 9e9ddf6 Use StringRefs in InitHeaderSearch::AddDelimitedPaths. by Benjamin Kramer · 15 years ago
  8. dbd872f DeclRefExpr stores a ValueDecl internally. by John McCall · 15 years ago
  9. 7ac1c9e Small compatibility fix for -print-decl-contexts. by Eli Friedman · 15 years ago
  10. e3fdca2 Remove several .c_str() to be forward-compatible with StringRef. by Jeffrey Yasskin · 15 years ago
  11. fc57651 Add clang-cc option '-analyzer-opt-analyze-nested-blocks' to treat block literals as an entry point for analyzer checks. by Ted Kremenek · 15 years ago
  12. 33cc243 add fedora 12 include path by Nuno Lopes · 15 years ago
  13. a93c934 DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated variables, by John McCall · 15 years ago
  14. 807b93e fix -dM with variadic macros, PR5699 by Chris Lattner · 15 years ago
  15. f744934 some code cleanup. by Chris Lattner · 15 years ago
  16. 01aec11 Integrate the following from the 'objective-rewrite' branch: by Steve Naroff · 15 years ago
  17. eae18f8 Fix an off by one in findEndOfWord, which could scan past the end of the string in a corner case. by Daniel Dunbar · 15 years ago
  18. c9c1e9c Integrate the following from the 'objective-rewrite' branch: by Steve Naroff · 15 years ago
  19. fd5b76f Integrate the following from the 'objective-rewrite' branch: by Steve Naroff · 15 years ago
  20. a851e60 Integrate the following from the 'objective-rewrite' branch: by Steve Naroff · 15 years ago
  21. d76fbda Integrate the following from the 'objective-rewrite' branch: by Steve Naroff · 15 years ago
  22. b2041de Don't call back() on an empty vector. by Benjamin Kramer · 15 years ago
  23. b85e77a Integrate the following from the 'objective-rewrite' branch: by Steve Naroff · 15 years ago
  24. 3d7e786 Integrate the following from the 'objective-rewrite' branch: by Steve Naroff · 15 years ago
  25. 0304c6c Remove 'LangOpts' from Diagnostic (added in http://llvm.org/viewvc/llvm-project?view=rev&revision=90642). by Steve Naroff · 15 years ago
  26. e0c4d89 Integrate the following from the 'objective-rewrite' branch: by Steve Naroff · 15 years ago
  27. ed97649 Fix "using typename" and the instantiation of non-dependent using declarations. by John McCall · 15 years ago
  28. 17c8778 Integrate the following from the 'objective-rewrite' branch: by Steve Naroff · 15 years ago
  29. fdd6aaf Integrate the following from the 'objective-rewrite' branch: by Steve Naroff · 15 years ago
  30. e89b8e7 Integrate the following from the 'objective-rewrite' branch: by Steve Naroff · 15 years ago
  31. 125bbbe PR5684: Fix refacto, the backend consumer was copying the Diagnostic object, by Daniel Dunbar · 15 years ago
  32. f772d1e ASTUnit/CIndex: Explicitly track the top-level decls when using an ASTUnit made by Daniel Dunbar · 15 years ago
  33. 2e77aa1 Use PresumedLoc when emitting the 'included from' diagnostics. For a malformed by Chris Lattner · 15 years ago
  34. dd27a2d Missed change from last commit. by Eli Friedman · 15 years ago
  35. f722770 Try to make the output of PlistDiagnostics more deterministic by sorting PathDiagnostics before they are emitted. Fixes <rdar://problem/7439668>. by Ted Kremenek · 15 years ago
  36. baac103 Fix two more diagnostic-on-stderr instances that thought they could hide from me -- they thought wrong. by Daniel Dunbar · 15 years ago
  37. e7cb7e4 Kill a few more random stderr uses. by Daniel Dunbar · 15 years ago
  38. 3367198 Use llvm_report_error instead of fprintf + assert + exit. by Daniel Dunbar · 15 years ago
  39. 3604359 Fix CompilerInstance::createOutputFile to use proper diagnostics, and (try to) update all clients to be able to handle failure. by Daniel Dunbar · 15 years ago
  40. 43adb7e Remove an unnecessary (I believe) exit() on error. by Daniel Dunbar · 15 years ago
  41. 93ebb1b Switch PCHReader::getOriginalSourceFile to use proper diagnostics. by Daniel Dunbar · 15 years ago
  42. 3be0d19 Fix BackendConsumer to use proper diagnostics. by Daniel Dunbar · 15 years ago
  43. 9b5e9ae clang-cc: Honor -help and -version when using new style option parsing. by Daniel Dunbar · 15 years ago
  44. e14b5f5 Add clang -cc1 support for -remap-file. by Daniel Dunbar · 15 years ago
  45. efba227 Add clang -cc1 -load option. by Daniel Dunbar · 15 years ago
  46. 5262fda Fix ASTUnit to allows require a (persistent) Diagnostic object be provided; propogate and simplify. by Daniel Dunbar · 15 years ago
  47. c7822db ASTUnit: Explicitly track whether the ASTUnit came from an actual AST or not. by Daniel Dunbar · 15 years ago
  48. 68ea2ac ASTUnit: Fix initialization of OnlyLocalDecls variable, and honor UseBumpAllocator. by Daniel Dunbar · 15 years ago
  49. de05057 Change rtti/Rtti to RTTI, as it is an acronym. by Mike Stump · 15 years ago
  50. 057e567 Extend -remap-file=from;to to permit mapping from a non-existent by Douglas Gregor · 15 years ago
  51. 2973c0e Move file-remapping logic into InitPreprocesor. No functionality change by Douglas Gregor · 15 years ago
  52. 68d40e2 Fix ASTUnit::getOriginalSourceFileName() when using ASTUnit's derived from by Daniel Dunbar · 15 years ago
  53. cb6dda1 ASTUnit: Don't create an LLVMContext, it shouldn't be needed. by Daniel Dunbar · 15 years ago
  54. 716f0b3 Introduce a new clang-cc option by Douglas Gregor · 15 years ago
  55. 2968442 Extend the source manager with the ability to override the contents of by Douglas Gregor · 15 years ago
  56. 7b55668 Add ASTUnit::LoadFromCommandLine, which creates an ASTUnit out of a list of by Daniel Dunbar · 15 years ago
  57. 64a32ba ASTUnit: Make sure to preserve the TargetInfo for later use. by Daniel Dunbar · 15 years ago
  58. 0259d20 Exit the command line into <built-in> instead of going directly from the command line to the input file. by Rafael Espindola · 15 years ago
  59. 521bf9c Add ASTUnit::LoadFromCompilerInvocation, which does what it says. by Daniel Dunbar · 15 years ago
  60. 2b4074f Switch the clang-to-CIndex interface for code-completion to a binary format, for a massive speedup by Douglas Gregor · 15 years ago
  61. 56ac85c clang -cc1: Move CompilerInvocation deserialization into CompilerInvocation.cpp, by Daniel Dunbar · 15 years ago
  62. 3b31526 Add CodeGenOptions::{SoftFloat,FloatABI}, and update the all the (far too many) places to use this instead of using the backend -soft-float and -float-abi= options. by Daniel Dunbar · 15 years ago
  63. c238955 Add TextDiagnosticBuffer::FlushDiagnostics, for forwarding the buffered diagnostics to a different diagnostics engine. by Daniel Dunbar · 15 years ago
  64. b33fbaa Eliminate CodeGenOptions::TimePasses. by Daniel Dunbar · 15 years ago
  65. 3636e1d Eliminate CodeGenOptions::SimplifyLibCalls. by Daniel Dunbar · 15 years ago
  66. 6e29014 Fix PR5633 by making the preprocessor handle the case where we can by Chris Lattner · 15 years ago
  67. 4cbe3b6 Simplify. by Daniel Dunbar · 15 years ago
  68. f79bafa This patch moves the frontend timer from clang-cc into CompilerInstance. by Kovarththanan Rajaratnam · 15 years ago
  69. 3e518bd Add DeclarationName support for C++0x operator literals. They should now work as by Sean Hunt · 15 years ago
  70. f219e7c Move LLVM backend options to explicit clang-cc / clang -cc1 options, which we then manually pass to the command line library; eventually the latter grossness should be fixed by a real API when creating the target machine. by Daniel Dunbar · 15 years ago
  71. e50c167 Add clang -cc1 parsing for LangOptions. by Daniel Dunbar · 15 years ago
  72. 1b09695 Change LangOptions::ObjCConstantStringClass to an std::string to avoid worrying about the lifetime. by Daniel Dunbar · 15 years ago
  73. 7d065d0 Move MainFileName option variable into CodeGenOptions instead of LangOptions. by Daniel Dunbar · 15 years ago
  74. bd21828 Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend. by Benjamin Kramer · 15 years ago
  75. 1a9724b Don't call exit(). llvm::llvm_report_error() will do just that by Kovarththanan Rajaratnam · 15 years ago
  76. 56e4713 typo by Gabor Greif · 15 years ago
  77. a4e476d issue a friendlier error if someone tries to send precompiled header to '-' (stdout) by Gabor Greif · 15 years ago
  78. f51ac1b Factor out a LangStandard class and coalesce the information about the standards into LangStandards.def by Daniel Dunbar · 15 years ago
  79. 0ff679f Add clang -cc1 parsing for preprocessor options. by Daniel Dunbar · 15 years ago
  80. d8c7806 Add clang -cc1 parsing for header search options. by Daniel Dunbar · 15 years ago
  81. 369a3bd Allow user re-definition of SEL as well as accessing its fields. by Fariborz Jahanian · 15 years ago
  82. eb149ee Call GRExprEngine::setTransferFunctions() after registering all Checkers. This allows GRTransferFuncs::RegisterChecks() to always be called after all checkers have been registered. by Ted Kremenek · 15 years ago
  83. 763bd3b Consolidate logic in ActionInlineCall by having it call ActionGRExprEngine instead of replicating most of its logic (and missing pieces). by Ted Kremenek · 15 years ago
  84. 32c4995 Make RegisterInternalChecks() part of GRExprEngine's private implementation by making it a static function within GRExprEngine.cpp. by Ted Kremenek · 15 years ago
  85. c80135b Register internal checks with GRExprEngine when it is constructed, not manually in AnalysisConsumer.cpp. by Ted Kremenek · 15 years ago
  86. 33f57f8 Fix some uses of fprintf/stderr without a prototype. by Daniel Dunbar · 15 years ago
  87. eb01ac8 Add clang -cc1 parsing for frontend options. by Daniel Dunbar · 15 years ago
  88. 7725e67 Parse C++ member check attributes - base_check, hiding, and override. by Sean Hunt · 15 years ago
  89. 99e9b4d Eliminate CXXConditionDeclExpr with extreme prejudice. by Douglas Gregor · 15 years ago
  90. 5656e14 Clean up the AST for while loops and fix several problems with by Douglas Gregor · 15 years ago
  91. d3d5301 Explicitly store the condition variable within switch statements, and by Douglas Gregor · 15 years ago
  92. 8cfe5a7 Explicitly track the condition variable within an "if" statement, by Douglas Gregor · 15 years ago
  93. 21affc0 Add clang -cc1 parsing of diagnostic options. by Daniel Dunbar · 15 years ago
  94. 9319f02 Put back hard-coded paths for win32 until I figure out what happened to failed tests. by John Thompson · 15 years ago
  95. 6ec18a3 Reorder the header search a bit so that it matches gcc exactly: by Rafael Espindola · 15 years ago
  96. 0da76df Centralize and complete the computation of value- and type-dependence for DeclRefExprs by Douglas Gregor · 15 years ago
  97. e2814d8 Add clang -cc1 parsing of analyzer options. by Daniel Dunbar · 15 years ago
  98. 3e945c8 Define __SIG_ATOMIC_WIDTH__ for use in stdint.h. by Ken Dyck · 15 years ago
  99. 13dcd00 This patch implements objective-c's 'SEL' type as a built-in by Fariborz Jahanian · 15 years ago
  100. bbd37c6 Added rudimentary C++0x attribute support. by Sean Hunt · 15 years ago