aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend
AgeCommit message (Expand)Author
2010-11-01Disable some timing codeDouglas Gregor
2010-10-29If Consumer object failed to create due to someFariborz Jahanian
2010-10-28Simplify ASTUnit's internal timers, by not trying to keep a pile ofDouglas Gregor
2010-10-27Introduce libclang-level options for C++ precompiled preambles,Douglas Gregor
2010-10-26Add support for code completion on stdin.Dan Gohman
2010-10-26Simplify this code: don't check for the same error twoDan Gohman
2010-10-24Put the mechanism in place to track modifications in an AST entity that were ...Argyrios Kyrtzidis
2010-10-22Substantially revise how clang computes the visibility of a declaration toJohn McCall
2010-10-21Reorganize predefined macros for all Windows targets.Michael J. Spencer
2010-10-21Fix Whitespace.Michael J. Spencer
2010-10-18"Fix" bogus idempotent operations warning due to loop unrolling not unrolling...Ted Kremenek
2010-10-18Add declarations nested in a linkage specification to the output ofDouglas Gregor
2010-10-14Wire up the -fstrict-aliasing and -fno-strict-aliasing optionsDan Gohman
2010-10-14Give a default implementation for ASTDeserializationListener's methods, no fu...Argyrios Kyrtzidis
2010-10-14Introduce command line option -error-on-deserialized-decl that is accompanied...Argyrios Kyrtzidis
2010-10-14Introduce command line option -dump-deserialized-decls which is used to print...Argyrios Kyrtzidis
2010-10-14Eliminate usage of ObjCSuperExpr used forFariborz Jahanian
2010-10-12Parse default arguments within member functions in source order, fromDouglas Gregor
2010-10-12When we load an ASTUnit from command-line arguments, hold on to theDouglas Gregor
2010-10-11Eliminate the (de-)serialization of code completion results, now thatDouglas Gregor
2010-10-11Eliminate -fdiagnostics-binary and all of the infrastructure forDouglas Gregor
2010-10-11Switch c-index-test from clang_codeComplete() over toDouglas Gregor
2010-10-11Declare argv parameters as const char* const* instead of to char** to clarify...Axel Naumann
2010-10-11Tighten up constness of argv parameters to allow for string literals as argum...Axel Naumann
2010-10-11lib/Frontend/InitHeaderSearch.cpp: Fix compatibility to Cygming.NAKAMURA Takumi
2010-10-08Improve XML output for class/struct/union declarations, from Martin Vejnar!Douglas Gregor
2010-10-08Fix three related, wily issues with the recompilation of precompiledDouglas Gregor
2010-10-08Implement -fshort-enums (rdar://8490496).Argyrios Kyrtzidis
2010-10-07Don't force spell checking when code-completing. Let the client decideDouglas Gregor
2010-10-06Fix a double-free error that can occur in rare cases where loadingDouglas Gregor
2010-10-05Give every file that ASTReader loads a type: module, PCH, precompiled preambl...Sebastian Redl
2010-10-01Enable chained precompiled headers for use with precompiled preamblesDouglas Gregor
2010-09-30Introduce -flimit-debug-info.Devang Patel
2010-09-30Added two new command line arguments:Marcin Swiderski
2010-09-29Frontend/XML: Add support for printing nested structures, patch by Martin Vej...Daniel Dunbar
2010-09-27Remove libclang logging codeDouglas Gregor
2010-09-24When setting the globally-visible declarations for a particularDouglas Gregor
2010-09-24Teach libclang to enable multithreading in LLVM, since libclang clients are l...Douglas Gregor
2010-09-23Synchronize globally-cached code completion results with the resultsDouglas Gregor
2010-09-20Tweak priorities for some types and macros:Douglas Gregor
2010-09-17Add a -ftrapv-handler= option which allows a handler to invoke instead of sim...David Chisnall
2010-09-17Use a temporary file for output which gets renamed after all the writing is f...Argyrios Kyrtzidis
2010-09-17Handle '#line' in '-E' that has an empty file name. Fixes <rdar://problem/84...Ted Kremenek
2010-09-14Introduce a new code-completion context for a parenthesizedDouglas Gregor
2010-09-13Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer
2010-09-11The two libclang crash-recovery tests that involve precompiledDouglas Gregor
2010-09-11If we fail to create a temporary file for the precompiled preamble,Douglas Gregor
2010-09-11add latest gentoo gcc pathNuno Lopes
2010-09-11Tweak GetPreamblePCHPath() to more closely match the behavior of theDouglas Gregor
2010-09-10Make sure we're producing a newline in the preprocessed output beforeDouglas Gregor