aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend
AgeCommit message (Expand)Author
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
2010-09-10CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer
2010-09-10Added AnalyzerStatsChecker, a path sensitive check that reports visitation st...Tom Care
2010-09-09When we parse a pragma, keep track of how that pragma was originallyDouglas Gregor
2010-09-09Frontend: Add -cxx-system-include option which can be used to specify anDaniel Dunbar
2010-09-09Fix indentation.Daniel Dunbar
2010-09-09Clean up CMake dependenciesDouglas Gregor
2010-09-08Add another missing CMake dependency.Daniel Dunbar
2010-09-08Clean up some of the CMake dependenciesDouglas Gregor
2010-09-08Frontend/-H: Add comment on why I used a temporary string here.Daniel Dunbar
2010-09-05Tell the VS headers that char16_t and char32_t are keywords, so yvals.h doesn...Steven Watanabe
2010-09-04zap dead code.Chris Lattner
2010-09-03fix lookup of bits/c++config.h on mingw, patch by Ismail Donmez!Chris Lattner
2010-09-03First test commit by Francois Pichet. _CRT_SECURE_CPP_OVERLOAD_SECURE_NAMES i...Francois Pichet
2010-09-02Add support for Borland extensions via option -fborland-extensionsDawn Perchik
2010-09-02Reverting rev 112791 - apparently -fborland-extensions is on all the time?!Dawn Perchik
2010-09-02Add support for Borland extensions via option -fborland-extensionsDawn Perchik
2010-09-01StringRefize.Benjamin Kramer
2010-09-01add a new version of mingw, patch by İsmail "cartman" DönmezChris Lattner
2010-08-31Add NetBSD include search pathAnton Korobeynikov
2010-08-30Predeclare class type_info in Microsoft mode, from Francois Pichet!Douglas Gregor
2010-08-30Straighten out target triples provided on the command lineDuncan Sands
2010-08-27Suggest "const" and "volatile" code completions after a functionDouglas Gregor
2010-08-27createMainFileID doesn't need its IncludePos argument, sinceDan Gohman
2010-08-26Implement code completion for @selector expressionsDouglas Gregor
2010-08-26Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-26Revert r112149, "Move the sorting of code-completion results out of the mainDaniel Dunbar
2010-08-26Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-26Revert "Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-25Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-25When combining the code-completion results from Sema long with theDouglas Gregor