Age | Commit message (Expand) | Author |
2010-10-05 | Give every file that ASTReader loads a type: module, PCH, precompiled preambl... | Sebastian Redl |
2010-10-01 | Enable chained precompiled headers for use with precompiled preambles | Douglas Gregor |
2010-09-30 | Introduce -flimit-debug-info. | Devang Patel |
2010-09-30 | Added two new command line arguments: | Marcin Swiderski |
2010-09-29 | Frontend/XML: Add support for printing nested structures, patch by Martin Vej... | Daniel Dunbar |
2010-09-27 | Remove libclang logging code | Douglas Gregor |
2010-09-24 | When setting the globally-visible declarations for a particular | Douglas Gregor |
2010-09-24 | Teach libclang to enable multithreading in LLVM, since libclang clients are l... | Douglas Gregor |
2010-09-23 | Synchronize globally-cached code completion results with the results | Douglas Gregor |
2010-09-20 | Tweak priorities for some types and macros: | Douglas Gregor |
2010-09-17 | Add a -ftrapv-handler= option which allows a handler to invoke instead of sim... | David Chisnall |
2010-09-17 | Use a temporary file for output which gets renamed after all the writing is f... | Argyrios Kyrtzidis |
2010-09-17 | Handle '#line' in '-E' that has an empty file name. Fixes <rdar://problem/84... | Ted Kremenek |
2010-09-14 | Introduce a new code-completion context for a parenthesized | Douglas Gregor |
2010-09-13 | Revert "CMake: Update to use standard CMake dependency tracking facilities in... | Michael J. Spencer |
2010-09-11 | The two libclang crash-recovery tests that involve precompiled | Douglas Gregor |
2010-09-11 | If we fail to create a temporary file for the precompiled preamble, | Douglas Gregor |
2010-09-11 | add latest gentoo gcc path | Nuno Lopes |
2010-09-11 | Tweak GetPreamblePCHPath() to more closely match the behavior of the | Douglas Gregor |
2010-09-10 | Make sure we're producing a newline in the preprocessed output before | Douglas Gregor |
2010-09-10 | CMake: Update to use standard CMake dependency tracking facilities instead | Michael J. Spencer |
2010-09-10 | Added AnalyzerStatsChecker, a path sensitive check that reports visitation st... | Tom Care |
2010-09-09 | When we parse a pragma, keep track of how that pragma was originally | Douglas Gregor |
2010-09-09 | Frontend: Add -cxx-system-include option which can be used to specify an | Daniel Dunbar |
2010-09-09 | Fix indentation. | Daniel Dunbar |
2010-09-09 | Clean up CMake dependencies | Douglas Gregor |
2010-09-08 | Add another missing CMake dependency. | Daniel Dunbar |
2010-09-08 | Clean up some of the CMake dependencies | Douglas Gregor |
2010-09-08 | Frontend/-H: Add comment on why I used a temporary string here. | Daniel Dunbar |
2010-09-05 | Tell the VS headers that char16_t and char32_t are keywords, so yvals.h doesn... | Steven Watanabe |
2010-09-04 | zap dead code. | Chris Lattner |
2010-09-03 | fix lookup of bits/c++config.h on mingw, patch by Ismail Donmez! | Chris Lattner |
2010-09-03 | First test commit by Francois Pichet. _CRT_SECURE_CPP_OVERLOAD_SECURE_NAMES i... | Francois Pichet |
2010-09-02 | Add support for Borland extensions via option -fborland-extensions | Dawn Perchik |
2010-09-02 | Reverting rev 112791 - apparently -fborland-extensions is on all the time?! | Dawn Perchik |
2010-09-02 | Add support for Borland extensions via option -fborland-extensions | Dawn Perchik |
2010-09-01 | StringRefize. | Benjamin Kramer |
2010-09-01 | add a new version of mingw, patch by İsmail "cartman" Dönmez | Chris Lattner |
2010-08-31 | Add NetBSD include search path | Anton Korobeynikov |
2010-08-30 | Predeclare class type_info in Microsoft mode, from Francois Pichet! | Douglas Gregor |
2010-08-30 | Straighten out target triples provided on the command line | Duncan Sands |
2010-08-27 | Suggest "const" and "volatile" code completions after a function | Douglas Gregor |
2010-08-27 | createMainFileID doesn't need its IncludePos argument, since | Dan Gohman |
2010-08-26 | Implement code completion for @selector expressions | Douglas Gregor |
2010-08-26 | Move the sorting of code-completion results out of the main path and | Douglas Gregor |
2010-08-26 | Revert r112149, "Move the sorting of code-completion results out of the main | Daniel Dunbar |
2010-08-26 | Move the sorting of code-completion results out of the main path and | Douglas Gregor |
2010-08-26 | Revert "Move the sorting of code-completion results out of the main path and | Douglas Gregor |
2010-08-25 | Move the sorting of code-completion results out of the main path and | Douglas Gregor |
2010-08-25 | When combining the code-completion results from Sema long with the | Douglas Gregor |