Age | Commit message (Expand) | Author |
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 |
2011-02-19 | Revert 125820 and 125819 to fix PR9266. | Rafael Espindola |
2011-02-18 | When code-completing a case statement for a switch on a value of | Douglas Gregor |
2011-02-18 | Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction | Peter Collingbourne |
2011-02-18 | handle labeldecls. | Chris Lattner |
2011-02-17 | Eliminate the internal command-line option for viewing inheritance in C++ cla... | Douglas Gregor |
2011-02-17 | lib/Frontend/InitHeaderSearch.cpp: Add mingw-w64's include paths. | NAKAMURA Takumi |
2011-02-17 | Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead. | NAKAMURA Takumi |
2011-02-17 | Fix whitespace. | NAKAMURA Takumi |
2011-02-17 | fix clang -MM output to escape spaces in filenames. This seems to be | Chris Lattner |
2011-02-16 | Teach the CXCodeCompleteResults results structure, which stores | Douglas Gregor |
2011-02-16 | Improve the invalidation logic for the cache of global code | Douglas Gregor |
2011-02-15 | [analyzer] Use the new registration mechanism on the IdempotentOperationChecker. | Argyrios Kyrtzidis |
2011-02-15 | Fix the distro name. | Rafael Espindola |