Age | Commit message (Expand) | Author |
2011-03-23 | switch a few Driver APIs to use llvm::ArrayRef, cleaning up code. | Chris Lattner |
2011-03-23 | std::vector::data() is not portable to VS. Use a gross hack instead. | Ted Kremenek |
2011-03-22 | Frontend: Add a more explicit -backend-option flag for passing backend command | Daniel Dunbar |
2011-03-22 | Rework crash recovery cleanup in ASTUnit and CIndex to recover more memory du... | Ted Kremenek |
2011-03-21 | Frontend: Change CC_PRINT_HEADERS to not print header depth markers, these don't | Daniel Dunbar |
2011-03-21 | Improve crash recovery cleanup to recovery CompilerInstances during crash rec... | Ted Kremenek |
2011-03-21 | Use CrashRecoveryContextCleanup objects to reclaim resources from CompilerIns... | Ted Kremenek |
2011-03-19 | Preprocessor: Don't define __STDC__ in -traditional-cpp mode. | Daniel Dunbar |
2011-03-18 | Add support for language-specific address spaces. On top of that, | Peter Collingbourne |
2011-03-18 | Lexer: Add extremely limited support for -traditional-cpp, ignoring BCPL | Daniel Dunbar |
2011-03-18 | Use the newly added FileManager::getNoncachedStatValue when trying to determi... | Anders Carlsson |
2011-03-18 | Correctly store and keep track of the FileSystemOptions in ASTUnit and in cla... | Anders Carlsson |
2011-03-18 | The Darwin kernel does not provide useful guard variable support. | John McCall |
2011-03-18 | Use CrashRecoveryContextCleanup objects to recover an ASTUnit if we crash in ... | Ted Kremenek |
2011-03-16 | Fix duplicate argument processing | Sandeep Patel |
2011-03-15 | lib/Frontend/InitHeaderSearch.cpp: Introduce AddMinGW64CXXPaths(Base) for x86... | NAKAMURA Takumi |
2011-03-14 | Add include paths for Gentoo Linux, from Marcin Mirosław! | Douglas Gregor |
2011-03-14 | Get rid of the static FileManager::FixupRelativePath. | Anders Carlsson |
2011-03-09 | Introduce '-chain-include' option to specify headers that will be converted t... | Argyrios Kyrtzidis |
2011-03-08 | Add 'OverridenFilesKeepOriginalName' field in SourceManager which if true the... | Argyrios Kyrtzidis |
2011-03-07 | Allow passing '-###' to ASTUnit::LoadFromCommandLine to print out the cc1 opt... | Argyrios Kyrtzidis |
2011-03-07 | Remove the AST printer (-ast-print-xml), which is too incomplete and | Douglas Gregor |
2011-03-06 | Convert FileManager::FixupRelativePath over to using PathV2. | Anders Carlsson |
2011-03-06 | Add MinGW GCC 4.5.2 include paths, from Matthieu Monrocq | Douglas Gregor |
2011-03-05 | Currently we can only remap a file by creating a MemoryBuffer and replacing t... | Argyrios Kyrtzidis |
2011-03-05 | Introduce OwnsRemappedFileBuffers field in ASTUnit, indicating whether the AS... | Argyrios Kyrtzidis |
2011-03-02 | Apply sysroot to system c++ headers too. Fixes PR9372. | Rafael Espindola |
2011-03-01 | On FreeBSD, make sure /usr/local/include is *not* in the default include | Roman Divacky |
2011-03-01 | Implement -mrtd which sets the StdCall calling convention to be the default | Roman Divacky |
2011-02-28 | [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno... | Argyrios Kyrtzidis |
2011-02-28 | Kill 18 month old #if 0'd code in StmtXML.cpp | Peter Collingbourne |
2011-02-28 | Rename tok::eom to tok::eod. | Peter Collingbourne |
2011-02-28 | [analyzer] Migrate ArrayBoundCheckerV2 to CheckerV2. | Argyrios Kyrtzidis |
2011-02-28 | [analyzer] Turn -analyzer-stats into -analyzer-checker=debug.Stats | Argyrios Kyrtzidis |
2011-02-28 | [analyzer] Remove '-analyzer-experimental-checks' flag. | Argyrios Kyrtzidis |
2011-02-25 | Teach objc-rewriter to pass -fobjc-exceptions along. | Fariborz Jahanian |
2011-02-25 | Teach TextDiagnosticPrinter to print out '-Werror' in addition to the warning... | Ted Kremenek |
2011-02-25 | Intoduce '-analyzer-checker-help' flag which outputs a list of all available ... | Argyrios Kyrtzidis |
2011-02-24 | [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h... | Argyrios Kyrtzidis |
2011-02-24 | Allow passing a list of comma separated checker names to -analyzer-checker, e.g: | Argyrios Kyrtzidis |
2011-02-24 | Reimplement DefineTypeSize in terms of APInt. This eliminates some | Chris Lattner |
2011-02-24 | Teach NestedNameSpecifier to keep track of namespace aliases the same | Douglas Gregor |
2011-02-23 | Preserve what the user passed to -include when emitting .d files. Fixes PR8974! | Nick Lewycky |
2011-02-23 | Add a -fcxx-exceptions flag to clang -cc1. This controls the newly added CXXE... | Anders Carlsson |
2011-02-23 | Switch the VerifyDiagnosticsClient to use PresumedLocs now that they | Chandler Carruth |
2011-02-22 | Remove the storage for -cxx-system-include. Make libcxx toolchain | Joerg Sonnenberger |
2011-02-22 | Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e... | Anders Carlsson |
2011-02-22 | Bug#8945: Add -cxx-isystem option to specify C++ system directories. | Joerg Sonnenberger |
2011-02-19 | Add a new ObjCExceptions member variable to LangOptions. This controls whethe... | Anders Carlsson |
2011-02-19 | Re-instate r125819 and r125820 with no functionality change | Peter Collingbourne |