Age | Commit message (Expand) | Author |
2011-04-24 | Synthesizing the definition of an implicit member is an AST modification, so ... | Sebastian Redl |
2011-04-23 | Move all of the logic for __DEPRECATED to the driver based on comments | Chandler Carruth |
2011-04-23 | Fix Clang's __DEPRECATED define to be controled by -Wdeprecated. This | Chandler Carruth |
2011-04-23 | There were some frustrating problems with the implementation of | Chandler Carruth |
2011-04-22 | Add -fdelayed-template-parsing option. Using this option all templated functi... | Francois Pichet |
2011-04-21 | Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (at | Nick Lewycky |
2011-04-21 | PR9772: Fix the definition of WINT_MIN and WINT_MAX on Linux -ffreestanding. | Eli Friedman |
2011-04-19 | ADT/Triple: Switch to using .isOSDarwin() predicate. | Daniel Dunbar |
2011-04-15 | Initial work to improve documentation for Clang's diagnostics, from Matthieu ... | Douglas Gregor |
2011-04-15 | Fixes a crash when generating dependency file stuff | Fariborz Jahanian |
2011-04-15 | Support for C++11 (non-template) alias declarations. | Richard Smith |
2011-04-15 | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner |
2011-04-15 | C1X: add a language standard | Peter Collingbourne |
2011-04-14 | Chained PCH: Remember when additional specializations are added to a function... | Sebastian Redl |
2011-04-14 | Fix -H. It was pretty broken. | Sebastian Redl |
2011-04-09 | Fix a bunch of major problems with __unknown_anytype and properly test | John McCall |
2011-04-09 | accept -x objc-cpp-output as an alias for -x objective-c-cpp-output, | Chris Lattner |
2011-04-07 | Frontend/CC_LOG_DIAGNOSTICS: Fix thinko and open diag log in append mode. | Daniel Dunbar |
2011-04-07 | Fronted/CC_LOG_DIAGNOSTICS: Wire up dwarf-debug-flags support. | Daniel Dunbar |
2011-04-07 | Fronted/CC_LOG_DIAGNOSTICS: Output main file name, and add support for | Daniel Dunbar |
2011-04-07 | Fronted/CC_LOG_DIAGNOSTICS: Tweak output form to be plist chunks, and don't | Daniel Dunbar |
2011-04-07 | Frontend: Continue flushing out LogDiagnosticPrinter. | Daniel Dunbar |
2011-04-07 | Frontend: Sketch a LogDiagnosticPrinter object, and wire CC_LOG_DIAGNOSTICS to | Daniel Dunbar |
2011-04-07 | Frontend: Sketch support for -diagnostic-log-file, which still doesn't do any... | Daniel Dunbar |
2011-04-06 | Add support for Fedora16, gcc 4.6.0 and Fedora Rawhide. | Eric Christopher |
2011-04-04 | Also update CMakeList.txt | Argyrios Kyrtzidis |
2011-04-04 | Add missing file for my previous commit. | Argyrios Kyrtzidis |
2011-04-04 | Move Driver::createInvocationFromArgs function to Frontend library to avoid d... | Argyrios Kyrtzidis |
2011-04-04 | Introduce Driver::createInvocationFromArgs used to create a CompilerInvocatio... | Argyrios Kyrtzidis |
2011-03-31 | Remove a redundant isValid() check | Matt Beaumont-Gay |
2011-03-31 | Change Clang's __VERSION__ to include the same basic info as in clang -v. | Daniel Dunbar |
2011-03-28 | Integrated-As: Support -Wa,-L when using the integrated assembler. | Daniel Dunbar |
2011-03-27 | Flip the default for showing include stacks on notes to false. This | Chandler Carruth |
2011-03-27 | Add an option to suppress include stack printing on note diagnostics. | Chandler Carruth |
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 |