- ecf003e Remove unused header. by Daniel Dunbar · 15 years ago
- 47c06ee clean up namespace. by Chris Lattner · 15 years ago
- 5d7a188 Add C++ include paths for Exherbo. Patch by Daniel Mierswa! by Benjamin Kramer · 15 years ago
- 833ca99 Track source information for template arguments and template specialization by John McCall · 15 years ago
- c883770 simplify intmax setup, patch by Ken Dyck! by Chris Lattner · 15 years ago
- 0130f3c Rename FunctionDecl::isInline/setInline to by Douglas Gregor · 15 years ago
- e4b255c Split AddDefaultSystemIncludePaths into C, C++ and framework specific functions. by Rafael Espindola · 15 years ago
- 9994a34 Audit the code for places where it is assumed that every base specifier refers to a RecordType. Add assertions or conditions as appropriate. This fixes another crash in the Apache stdlib vector. by Sebastian Redl · 15 years ago
- ba6a9bd Preserve type source information in TypedefDecls. Preserve it across by John McCall · 15 years ago
- 58e4677 Remove OriginalTypeParmDecl; the original type is the one specified by John McCall · 15 years ago
- a2813ce Eliminate QualifiedDeclRefExpr, which captured the notion of a by Douglas Gregor · 15 years ago
- 231bc0b Add comment. by Ted Kremenek · 15 years ago
- ff1ea46 Fix integer overflow in PCHReader when reading the length of an by Ted Kremenek · 15 years ago
- 86acc2a FunctionTypeLocs don't necessarily provide ParmVarDecls, so don't crash if by John McCall · 15 years ago
- 54e14c4 When building types from declarators, instead of building two types (one for by John McCall · 15 years ago
- 083c25e Extend out the block descriptor structure for debug information with by Mike Stump · 15 years ago
- e64ef80 hookize wint_t's definition, patch by Edward O'Callaghan (from PR5233). by Chris Lattner · 15 years ago
- 58f5ec7 Add destructor and cleanup code to LocationContext (fixing some leaks). Along the way, have by Ted Kremenek · 15 years ago
- adaaad3 Refine the type of the first parameter to block invoke functions. by Mike Stump · 15 years ago
- fc06221 The constructor for ASTUnit now takes a DiagnosticClient*, allowing uses of ASTUnit to specify by Ted Kremenek · 15 years ago
- 36c4464 Move Diagnostic/DiagClient/FileManager from Indexer => ASTUnit. by Steve Naroff · 15 years ago
- 06d1072 Workaround a bug exposed by the FileCheckify of message-length.c, the caret end by Daniel Dunbar · 15 years ago
- 01eb9b9 PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients by Daniel Dunbar · 15 years ago
- 5ffe14c Move misc clients to IdentifierInfo StringRef API. by Daniel Dunbar · 15 years ago
- e013d68 Move clients to use IdentifierInfo::getNameStart() instead of getName() by Daniel Dunbar · 15 years ago
- 4a630d3 Use sys::Path::eraseFromDisk instead of unlink as suggested by Chris. by Benjamin Kramer · 15 years ago
- 49a832b When performing template-substitution into a type, don't just replace the by John McCall · 15 years ago
- 51bd803 Clone the full Type hierarchy into the TypeLoc hierarchy. Normalize by John McCall · 15 years ago
- 2596e42 Switch to llvm::HashString. by Daniel Dunbar · 15 years ago
- aa546e2 add gentoo x86 2009.1 (gcc 4.3.4) include paths by Nuno Lopes · 15 years ago
- df5a237 Use StringExtra's HashString instead of BernsteinHash. by Daniel Dunbar · 15 years ago
- 813a97b Write the preprocessor block after we write out types + declarations, by Douglas Gregor · 15 years ago
- f6dc5ac Add Ubuntu 9.04 C++ search path. by Daniel Dunbar · 15 years ago
- 5cf4876 Add 'UseBumpPtrAllocator' flag to ASTUnit::LoadFromPCHFile() to cause the created ASTContext to use by Ted Kremenek · 15 years ago
- 61d60ee Merge the "types" and "declarations" blocks in the precompiled header by Douglas Gregor · 15 years ago
- bdfe48a While writing source-location entries to a PCH file, go through an by Douglas Gregor · 15 years ago
- a1ee0c5 Factor out routines to encode/decode DeclaratorInfos and move them into the by John McCall · 15 years ago
- 7d1d49d Keep track of whether declararions were loaded from a precompiled by Douglas Gregor · 15 years ago
- 52e7108 Add support for a chain of stat caches in the FileManager, rather than by Douglas Gregor · 15 years ago
- 24ee804 Work-around wchar_t and __pragma problem in VC headers by John Thompson · 15 years ago
- 46a617a Remove the ConstantArrayType subtypes. This information is preserved in the by John McCall · 15 years ago
- e19944c Make sure temporary files get unlinked. by Steve Naroff · 15 years ago
- 7adf949 AuroraUX toolchain fixes. by Edward O'Callaghan · 15 years ago
- 34a0447 Better living through metaprogramming. Create a base class which abstracts by John McCall · 15 years ago
- 31b63be Add support for having different c++ search dirs with -m32 and -m64. So far by Rafael Espindola · 15 years ago
- d3f8834 Fixes pth.c on Windows. by John Thompson · 15 years ago
- 620d57a Fixup windows include paths. Patch by John Thompson. by Mike Stump · 15 years ago
- ff26720 Typo in AddGnuCPlusPlusIncludePaths. by Edward O'Callaghan · 15 years ago
- ec05766 Efficiency refinements. by Mike Stump · 15 years ago
- e85c74d Push all the way out to 80. by Mike Stump · 15 years ago
- 38ee4e0 Passing const Triple& is sufficient for AddDefaultSystemIncludePaths() by Axel Naumann · 15 years ago
- fb16c0a Add a refactor pointer... by Mike Stump · 15 years ago
- 43d8176 Set up include paths for VC++ and Cygwin headers, along with the by Mike Stump · 15 years ago
- 14ea569 Installation of Clang libraries and headers, from Axel Naumann! by Douglas Gregor · 15 years ago
- b8fc325 Remove use of std::ofstream in HTMLDiagnostics.cpp. by Ted Kremenek · 15 years ago
- 2e9f652 Refactor the c++ include path a bit. by Rafael Espindola · 15 years ago
- 445e23e Encode the Clang branch and Subversion revision into a PCH file, and by Douglas Gregor · 15 years ago
- f759df0 Move the "needs exception support" logic to clang. This also fixes by Rafael Espindola · 15 years ago
- 0c41180 Pull TypeLocVisitor into its own header file. by Argyrios Kyrtzidis · 15 years ago
- eb66759 Introduce ObjCInterfaceLoc which provides type source information for ObjC interfaces. by Argyrios Kyrtzidis · 15 years ago
- f352bdd Introduce ObjCProtocolListLoc for keeping source location information for protocol references. by Argyrios Kyrtzidis · 15 years ago
- 24fab41 Introduce ObjCProtocolListType type subclass. by Argyrios Kyrtzidis · 15 years ago
- b8d4239 Pass the formatted_raw_ostream to createPrintModulePass and by Dan Gohman · 15 years ago
- 74e3c92 Hoist some branches in AnalysisManager::HandleTranslationUnit so we by Ted Kremenek · 15 years ago
- 4f5bf3b Don't try to dump invalid decls or forward decls. by Anders Carlsson · 15 years ago
- a4c6081 Who would have thought that empty classes were so tricky? Handle cases where an empty virtual base class needs to be moved aside because it conflicts with the first field. by Anders Carlsson · 15 years ago
- 8fdccd9 Improve the record layout dumper. by Anders Carlsson · 15 years ago
- 0953e76 Refactor the representation of qualifiers to bring ExtQualType out of the by John McCall · 15 years ago
- 78762eb Add a -dump-record-layouts argument to clang-cc. by Anders Carlsson · 15 years ago
- 7f8b57a Update PCH serialization of FunctionDecl flags. by Daniel Dunbar · 15 years ago
- f3c740e Allow PCH files to be read from stdin. by Daniel Dunbar · 15 years ago
- b648023 Add StringLiteral::getString -> StringRef. by Daniel Dunbar · 15 years ago
- 183700f Change all the Type::getAsFoo() methods to specializations of Type::getAs(). by John McCall · 15 years ago
- ab8e281 Add missing PCH support for -fstack-protector. by Daniel Dunbar · 15 years ago
- d5b6126 Change ASTUnit to only initialize the predefines buffer to the suggested predefines. by Daniel Dunbar · 15 years ago
- 31b87d8 Change ASTUnit to take the Diagnostic as an argument, the client should have control of this. by Daniel Dunbar · 15 years ago
- 75d03cf Fix regression introduced by r82198 that caused functions/methods with invalid CFGs to get analyzed. by Ted Kremenek · 15 years ago
- 6a19832 Introduce caching of diagnostics in BugReporter. This provides extra by Ted Kremenek · 15 years ago
- e24d38f PCH: When writing PCH files, tweak the predicate function deciding whether to mark a decl as "external" to be closer to reality. by Daniel Dunbar · 15 years ago
- 04a0b50 PCH: When deserializing an explicit "external definition", don't pass it to HandleTopLevelDecl -- this is already being done inside the reader. by Daniel Dunbar · 15 years ago
- 197c8d9 Fix spelling. by Mike Stump · 15 years ago
- 1fc09a9 Rework the way we determine whether an externally visible symbol is by Douglas Gregor · 15 years ago
- af3280f Eliminate FunctionDecl::getBodyIfAvailable by Douglas Gregor · 15 years ago
- a4d3282 Update prototype. by Daniel Dunbar · 15 years ago
- 66847a2 Start to add a new transfer function that inlines callee. To be continued. by Zhongxing Xu · 15 years ago
- d9a1db3 Non fragile ABI for GNU runtime. Patch bu David Chisnall. by Fariborz Jahanian · 15 years ago
- b317f8f Make AnalysisManager stateless. Now other analyzer components only depends on by Zhongxing Xu · 15 years ago
- 39da0b8 Improve handling of initialization by constructor, by ensuring that by Douglas Gregor · 15 years ago
- 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
- 63d65f8 Fix PR4922, where Sema would complete tentative definitions in nondeterminstic by Chris Lattner · 15 years ago
- cbff0dc Remove trailing whitespace. by Daniel Dunbar · 15 years ago
- 05c73c5 More <sstream> removal. by Benjamin Kramer · 15 years ago
- 458fb10 Replace some instances of std::string with StringRefs. by Benjamin Kramer · 15 years ago
- 7da2431 Basic support for representing elaborated type specifiers by John McCall · 15 years ago
- 9efa767 Implement accessors clang_getCursorKind(), clang_getCursorDecl(). by Steve Naroff · 15 years ago
- b8b844b Don't use '%ll', this doesn't workin on Win32. by Daniel Dunbar · 15 years ago
- 77accc1 Add ASTUnit::getOriginalSourceFileName() and use in clang_getTranslationUnitSpelling(). by Steve Naroff · 15 years ago
- 972d954 Save/load POSIXThreads flag for PCH by Douglas Gregor · 15 years ago
- bce6f62 Revert "Visit function/method bodies and issue callback for parameters and local by Daniel Dunbar · 15 years ago
- cc31893 Revert "Remove redundant local variable (use newly created instance data).", the by Daniel Dunbar · 15 years ago