Age | Commit message (Expand) | Author |
2010-11-01 | Disable some timing code | Douglas Gregor |
2010-10-29 | If Consumer object failed to create due to some | Fariborz Jahanian |
2010-10-28 | Simplify ASTUnit's internal timers, by not trying to keep a pile of | Douglas Gregor |
2010-10-27 | Introduce libclang-level options for C++ precompiled preambles, | Douglas Gregor |
2010-10-26 | Add support for code completion on stdin. | Dan Gohman |
2010-10-26 | Simplify this code: don't check for the same error two | Dan Gohman |
2010-10-24 | Put the mechanism in place to track modifications in an AST entity that were ... | Argyrios Kyrtzidis |
2010-10-22 | Substantially revise how clang computes the visibility of a declaration to | John McCall |
2010-10-21 | Reorganize predefined macros for all Windows targets. | Michael J. Spencer |
2010-10-21 | Fix Whitespace. | Michael J. Spencer |
2010-10-18 | "Fix" bogus idempotent operations warning due to loop unrolling not unrolling... | Ted Kremenek |
2010-10-18 | Add declarations nested in a linkage specification to the output of | Douglas Gregor |
2010-10-14 | Wire up the -fstrict-aliasing and -fno-strict-aliasing options | Dan Gohman |
2010-10-14 | Give a default implementation for ASTDeserializationListener's methods, no fu... | Argyrios Kyrtzidis |
2010-10-14 | Introduce command line option -error-on-deserialized-decl that is accompanied... | Argyrios Kyrtzidis |
2010-10-14 | Introduce command line option -dump-deserialized-decls which is used to print... | Argyrios Kyrtzidis |
2010-10-14 | Eliminate usage of ObjCSuperExpr used for | Fariborz Jahanian |
2010-10-12 | Parse default arguments within member functions in source order, from | Douglas Gregor |
2010-10-12 | When we load an ASTUnit from command-line arguments, hold on to the | Douglas Gregor |
2010-10-11 | Eliminate the (de-)serialization of code completion results, now that | Douglas Gregor |
2010-10-11 | Eliminate -fdiagnostics-binary and all of the infrastructure for | Douglas Gregor |
2010-10-11 | Switch c-index-test from clang_codeComplete() over to | Douglas Gregor |
2010-10-11 | Declare argv parameters as const char* const* instead of to char** to clarify... | Axel Naumann |
2010-10-11 | Tighten up constness of argv parameters to allow for string literals as argum... | Axel Naumann |
2010-10-11 | lib/Frontend/InitHeaderSearch.cpp: Fix compatibility to Cygming. | NAKAMURA Takumi |
2010-10-08 | Improve XML output for class/struct/union declarations, from Martin Vejnar! | Douglas Gregor |
2010-10-08 | Fix three related, wily issues with the recompilation of precompiled | Douglas Gregor |
2010-10-08 | Implement -fshort-enums (rdar://8490496). | Argyrios Kyrtzidis |
2010-10-07 | Don't force spell checking when code-completing. Let the client decide | Douglas Gregor |
2010-10-06 | Fix a double-free error that can occur in rare cases where loading | Douglas Gregor |
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 |