1. f7f7467 Add a cleanup scope for each catch clause. by Mike Stump · 15 years ago
  2. 7302030 Add missing branch to exit. Seemingly obvious when I look at the by Mike Stump · 15 years ago
  3. 802ab45 Improve source location information for C++ member initializers in a by Douglas Gregor · 15 years ago
  4. 467f030 Normalize CIndex/c-index-test/index-test link lines in the hopes it will fix by Daniel Dunbar · 15 years ago
  5. c7822db ASTUnit: Explicitly track whether the ASTUnit came from an actual AST or not. by Daniel Dunbar · 15 years ago
  6. 68ea2ac ASTUnit: Fix initialization of OnlyLocalDecls variable, and honor UseBumpAllocator. by Daniel Dunbar · 15 years ago
  7. 7facf84 Fix for PR5522 and PR5666: fix a bunch of mangling issues with extern variables by Eli Friedman · 15 years ago
  8. 144238e Use a more rigorous definition of 'class member'. I don't have any evidence by John McCall · 15 years ago
  9. 7896ea1 this also depends on libDriver. this almost fixes the build problems of c-index-test by Nuno Lopes · 15 years ago
  10. 336e774 Recognize that EnumConstantDecls can be found by lookup and are not instance by John McCall · 15 years ago
  11. 639787c Pull the terminate handler up so that we can use it for the catch by Mike Stump · 15 years ago
  12. 7933628 Turn off for now. by Mike Stump · 15 years ago
  13. 92f2fe2 Put the Builder classes into the anonymous namespace. by Mike Stump · 15 years ago
  14. de05057 Change rtti/Rtti to RTTI, as it is an acronym. by Mike Stump · 15 years ago
  15. 0cb6c19 Rename CGRtti.cpp to CGRTTI.cpp. by Mike Stump · 15 years ago
  16. c88b673 Avoid warning for getTerminateFn defined but not used. by Mike Stump · 15 years ago
  17. 057e567 Extend -remap-file=from;to to permit mapping from a non-existent by Douglas Gregor · 15 years ago
  18. 5ec02ae In Sema, whenever we think that a function is going to cause a vtable to be generated, we mark any virtual implicit member functions as referenced. by Anders Carlsson · 15 years ago
  19. f59ef96 Update checker build. by Ted Kremenek · 15 years ago
  20. 2973c0e Move file-remapping logic into InitPreprocesor. No functionality change by Douglas Gregor · 15 years ago
  21. 735df88 Extend the CIndex code-completion API to perform code completion by Douglas Gregor · 15 years ago
  22. 51fa86f r90313, in which OverloadedFunctionDecl is removed and never spoken of again. by John McCall · 15 years ago
  23. d378181 Fix relative ordering of Analyis library. by Daniel Dunbar · 15 years ago
  24. 68d40e2 Fix ASTUnit::getOriginalSourceFileName() when using ASTUnit's derived from by Daniel Dunbar · 15 years ago
  25. cb6dda1 ASTUnit: Don't create an LLVMContext, it shouldn't be needed. by Daniel Dunbar · 15 years ago
  26. 1bcee0a Rip out the last remaining implicit use of OverloadedFunctionDecl in Sema: by John McCall · 15 years ago
  27. 666571a terminate doesn't throw. by Mike Stump · 15 years ago
  28. 716f0b3 Introduce a new clang-cc option by Douglas Gregor · 15 years ago
  29. 0bd6feb Push overloaded function templates through the parser using a totally different by John McCall · 15 years ago
  30. 9953383 More exception handling improvements... WIP. by Mike Stump · 15 years ago
  31. 5fcf1f0 Fix another "operator delete missing" crash: make sure we don't check by Eli Friedman · 15 years ago
  32. f195357 Tweak test to check for a bit more. by Eli Friedman · 15 years ago
  33. ca6affd Make sure to call AddOverriddenMethods for implicit copy assignment operators; by Eli Friedman · 15 years ago
  34. 2968442 Extend the source manager with the ability to override the contents of by Douglas Gregor · 15 years ago
  35. a46e4d9 Hard bifurcate the state into nil receiver and non-nil receiver, so that by Zhongxing Xu · 15 years ago
  36. 7dea1f9 libFrontend depends on libDriver now. by Zhongxing Xu · 15 years ago
  37. 4a160e1 Eliminate the unnecessary FirstFID cache variable from the source manager's ContentCache by Douglas Gregor · 15 years ago
  38. 2f841ba Stop trying to analyze class-hierarchies for dependently-scoped id-expressions; by John McCall · 15 years ago
  39. 7b55668 Add ASTUnit::LoadFromCommandLine, which creates an ASTUnit out of a list of by Daniel Dunbar · 15 years ago
  40. daab7b1 Driver: Add Command::Creator member variable, which tracks the tool that was by Daniel Dunbar · 15 years ago
  41. affe67e Added an assert. by Fariborz Jahanian · 15 years ago
  42. 6bc9768 Fix a code gen. crash synthesizing a destructor. Fixes pr5660. by Fariborz Jahanian · 15 years ago
  43. fbcc7be In SourceManager::isBeforeInTranslationUnit, if we are trying to compare two source locations with no common ancestor in the include stack, determine order by assuming memory buffers preceed files, and then that FileIDs are created in order. by Daniel Dunbar · 15 years ago
  44. 9a0459c Added dead-stores test cases that involve the use of blocks. by Ted Kremenek · 15 years ago
  45. 39d9841 pass the reason for failure up from MemoryBuffer and report it by Chris Lattner · 15 years ago
  46. 2b56b9c Add new test case file that focuses on testing analyzer support for blocks. by Ted Kremenek · 15 years ago
  47. 2b06d34 Make EmitStoreOfScalar generate a more sane representation of boolean stores. by Eli Friedman · 15 years ago
  48. b1b4256 Fix IsProvablyNotDerivedFrom to always use record definitions when available. by John McCall · 15 years ago
  49. 1488c7a The minimum element size in BumpVector should be 1, not 0. by Ted Kremenek · 15 years ago
  50. 02b1df6 Provide the correct vector size for referenced variables. by Ted Kremenek · 15 years ago
  51. aa81e16 Rework how we support C++ implicit member accesses. If we can resolve an by John McCall · 15 years ago
  52. fcb91af Add test case for PR5662. by Daniel Dunbar · 15 years ago
  53. 64a32ba ASTUnit: Make sure to preserve the TargetInfo for later use. by Daniel Dunbar · 15 years ago
  54. c4e265f Fix typo. by Daniel Dunbar · 15 years ago
  55. ec2a4ed Add {ExternalSemaSource,SemaConsumer}::ForgetSema callback, and update PCHReader by Daniel Dunbar · 15 years ago
  56. 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
  57. 0e93d25 (objc2 nonfragile-abi specific). If the translation unit includes an implementation by Fariborz Jahanian · 15 years ago
  58. 43f19f7 Fix early-return logic in scanReachableSymbols() to match the rest of the recursive logic in the methods of ScanReachableSymbols. by Ted Kremenek · 15 years ago
  59. 32d4d80 Convert Diagnostic::getCustomDiagID to take a StringRef. by Daniel Dunbar · 15 years ago
  60. e6342c0 Funtion templates and function template specializations do not by Douglas Gregor · 15 years ago
  61. 4ba3136 Move the checking of overridden virtual functions into the code path by Douglas Gregor · 15 years ago
  62. 9af2f52 Don't automatically assume that an id-expression refers to a by Douglas Gregor · 15 years ago
  63. d3a5058 An inherited virtual (where "virtual" wasn't written explicitly) can by Douglas Gregor · 15 years ago
  64. 360f075 fix build on linux by Nuno Lopes · 15 years ago
  65. 521bf9c Add ASTUnit::LoadFromCompilerInvocation, which does what it says. by Daniel Dunbar · 15 years ago
  66. d8fdde1 Tuck away scan-build related files into tools/scan-build by Kovarththanan Rajaratnam · 15 years ago
  67. e1fea77 Move ubiviz to analyzer directory by Kovarththanan Rajaratnam · 15 years ago
  68. 2b4074f Switch the clang-to-CIndex interface for code-completion to a binary format, for a massive speedup by Douglas Gregor · 15 years ago
  69. 91b5927 Update for llvm intrinsics change. by Eric Christopher · 15 years ago
  70. 0f590be Much work on try/catch statement. WIP. by Mike Stump · 15 years ago
  71. 958aeb0 Eliminate warning in Release-Asserts mode. No functionality change by Douglas Gregor · 15 years ago
  72. 56ac85c clang -cc1: Move CompilerInvocation deserialization into CompilerInvocation.cpp, by Daniel Dunbar · 15 years ago
  73. ebe6862 Add a very minimal README.txt for examples/PrintFunctionNames. by Daniel Dunbar · 15 years ago
  74. 9ebfa31 CIndex: Normalize formatting some more. by Daniel Dunbar · 15 years ago
  75. f99ce1e Clean up BuiltinBug class. by Zhongxing Xu · 15 years ago
  76. 625e4ef c-index-test: Split "function scanning" behavior into its own "filter" -- its by Daniel Dunbar · 15 years ago
  77. ada487d Add c-index-test -test-load-source, which loads the translation unit from a source file (and other command line arguments). by Daniel Dunbar · 15 years ago
  78. 94a3900 Allocate MultipleDC objects using the allocator associated with by Ted Kremenek · 15 years ago
  79. e1599ce Fix and test for a problem caught by the clang-on-clang buildbot: qualified by John McCall · 15 years ago
  80. 1a5e0d7 Have ASTRecordLayout keep track of the key function, in preparation of fixing a synthetic ctor/dtor bug. by Anders Carlsson · 15 years ago
  81. 7dafdf5 Remove all of Sema's explicit uses of OverloadedFunctionDecl except for by John McCall · 15 years ago
  82. 129e2df Eliminate the use of OverloadedFunctionDecl in member expressions. by John McCall · 15 years ago
  83. abce699 Test for my last patch. by Fariborz Jahanian · 15 years ago
  84. ba2253f More support for virtual destructor calls. Fixes pr5619 by Fariborz Jahanian · 15 years ago
  85. 3790980 When we're trying to define an implicit virtual destructor, make sure that we have a valid delete operator. by Anders Carlsson · 15 years ago
  86. acca725 Reindent buffer, switches in particular were totally out of style. by Daniel Dunbar · 15 years ago
  87. 0d7dd22 Strip trailing space. by Daniel Dunbar · 15 years ago
  88. 6515afe Add const to accessors that don't modify the object. by Mike Stump · 15 years ago
  89. f71d232 Reflow comments and fix 80-col violation. by Mike Stump · 15 years ago
  90. 30e682e Add missing assignment operator to test, and add tests for while loops and for by Daniel Dunbar · 15 years ago
  91. 0121fbd Fix an assert. by Anders Carlsson · 15 years ago
  92. 8d2c0a9 Fix a crash when ivar type is a __strong SEL. Fallout from by Fariborz Jahanian · 15 years ago
  93. f64e44c Add more sophisticated test for destruction order of C++ temporaries, please by Daniel Dunbar · 15 years ago
  94. bb377ed Use StringRef in Attr constructors. by Benjamin Kramer · 15 years ago
  95. 47491f8 Eliminate another VISIBILITY_HIDDEN by Douglas Gregor · 15 years ago
  96. 006b0eb Adapt to the DOTGraphTraits changes in LLVM. by Tobias Grosser · 15 years ago
  97. 9deb313 clang-cc: Add code (currently disabled) for parsing arguments using clang -cc1 functionality instead of LLVM's CommandLine. by Daniel Dunbar · 15 years ago
  98. 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
  99. 39ed0b6 clang -cc1: Fix initialization of PreprocessorOptions::TokenCache. by Daniel Dunbar · 15 years ago
  100. c238955 Add TextDiagnosticBuffer::FlushDiagnostics, for forwarding the buffered diagnostics to a different diagnostics engine. by Daniel Dunbar · 15 years ago