- 5e0fb35 sprintf -> snprintf conversion, from Vladimir Kirillov by Douglas Gregor · 15 years ago
- c198f61 Change the StringSet used by CalculateHiddenNames() to use a BumpPtrAllocator. by Ted Kremenek · 15 years ago
- 389db16 Implement -working-directory. by Argyrios Kyrtzidis · 15 years ago
- 6638b3a Add support for Fedora 14. Patch by Daniel Kozlowski. by Rafael Espindola · 15 years ago
- c417fa0 Teach SourceManager::getPresumedLoc() how to fail gracefully if getLineNumber/getColumnNumber fail by Douglas Gregor · 15 years ago
- 9dba61a Disable some timing code by Douglas Gregor · 15 years ago
- d305719 If Consumer object failed to create due to some by Fariborz Jahanian · 15 years ago
- 213f18b Simplify ASTUnit's internal timers, by not trying to keep a pile of by Douglas Gregor · 15 years ago
- 99ba202 Introduce libclang-level options for C++ precompiled preambles, by Douglas Gregor · 15 years ago
- 90d9081 Add support for code completion on stdin. by Dan Gohman · 15 years ago
- 694137c Simplify this code: don't check for the same error two by Dan Gohman · 15 years ago
- 7b90340 Put the mechanism in place to track modifications in an AST entity that were committed after by Argyrios Kyrtzidis · 15 years ago
- 1fb0caa Substantially revise how clang computes the visibility of a declaration to by John McCall · 15 years ago
- dae4ac4 Reorganize predefined macros for all Windows targets. by Michael J. Spencer · 15 years ago
- 20249a1 Fix Whitespace. by Michael J. Spencer · 15 years ago
- 6648e5d "Fix" bogus idempotent operations warning due to loop unrolling not unrolling enough loops to show that an invariant by Ted Kremenek · 15 years ago
- cf1123b Add declarations nested in a linkage specification to the output of by Douglas Gregor · 15 years ago
- 4d5625e Wire up the -fstrict-aliasing and -fno-strict-aliasing options by Dan Gohman · 15 years ago
- 336d43a Give a default implementation for ASTDeserializationListener's methods, no functionality change. by Argyrios Kyrtzidis · 15 years ago
- 3e78593 Introduce command line option -error-on-deserialized-decl that is accompanied by a name by Argyrios Kyrtzidis · 15 years ago
- b972858 Introduce command line option -dump-deserialized-decls which is used to print the PCH decls that got deserialized, for testing purposes. by Argyrios Kyrtzidis · 15 years ago
- 8ac2d44 Eliminate usage of ObjCSuperExpr used for by Fariborz Jahanian · 15 years ago
- d54eb44 Parse default arguments within member functions in source order, from by Douglas Gregor · 15 years ago
- 4cd912a When we load an ASTUnit from command-line arguments, hold on to the by Douglas Gregor · 15 years ago
- a9f4f62 Eliminate the (de-)serialization of code completion results, now that by Douglas Gregor · 15 years ago
- d3ab63e Eliminate -fdiagnostics-binary and all of the infrastructure for by Douglas Gregor · 15 years ago
- 32be4a5 Switch c-index-test from clang_codeComplete() over to by Douglas Gregor · 15 years ago
- 9d520c5 Declare argv parameters as const char* const* instead of to char** to clarify that they are not modified, and to allow for string literals as arguments. by Axel Naumann · 15 years ago
- 7d0c4cc Tighten up constness of argv parameters to allow for string literals as argumants and to reflect actual (non-modifying) use. by Axel Naumann · 15 years ago
- 32df002 lib/Frontend/InitHeaderSearch.cpp: Fix compatibility to Cygming. by NAKAMURA Takumi · 15 years ago
- 642bfaa Improve XML output for class/struct/union declarations, from Martin Vejnar! by Douglas Gregor · 15 years ago
- aa3e6ba Fix three related, wily issues with the recompilation of precompiled preambles: by Douglas Gregor · 15 years ago
- 9a2b9d7 Implement -fshort-enums (rdar://8490496). by Argyrios Kyrtzidis · 15 years ago
- 3552f66 Don't force spell checking when code-completing. Let the client decide by Douglas Gregor · 15 years ago
- 37cf663 Fix a double-free error that can occur in rare cases where loading by Douglas Gregor · 15 years ago
- 1d9f1fe Give every file that ASTReader loads a type: module, PCH, precompiled preamble or main file. Base Decls' PCHLevel on this to make it more sane. by Sebastian Redl · 15 years ago
- 85e5191 Enable chained precompiled headers for use with precompiled preambles by Douglas Gregor · 15 years ago
- c69e1cf Introduce -flimit-debug-info. by Devang Patel · 15 years ago
- 9121ba2 Added two new command line arguments: by Marcin Swiderski · 15 years ago
- 54d56a5 Frontend/XML: Add support for printing nested structures, patch by Martin Vejnár! by Daniel Dunbar · 15 years ago
- 06e5044 Remove libclang logging code by Douglas Gregor · 15 years ago
- 76dc889 When setting the globally-visible declarations for a particular by Douglas Gregor · 15 years ago
- 8c8d541 Teach libclang to enable multithreading in LLVM, since libclang clients are likely to be multithreaded. Also move the printing of timers to somewhere better for multithreaded libclang clients by Douglas Gregor · 15 years ago
- 52779fb Synchronize globally-cached code completion results with the results by Douglas Gregor · 15 years ago
- b05496d Tweak priorities for some types and macros: by Douglas Gregor · 15 years ago
- 7f18e67 Add a -ftrapv-handler= option which allows a handler to invoke instead of simply aborting when a signed operation overflows. This mirrors the (GCC-incompatible) behaviour from clang 1.0 and 1.1 when -ftrapv was specified, but allows the handler to be defined for each compilation unit. by David Chisnall · 15 years ago
- dc24572 Use a temporary file for output which gets renamed after all the writing is finished. by Argyrios Kyrtzidis · 15 years ago
- 2346513 Handle '#line' in '-E' that has an empty file name. Fixes <rdar://problem/8439412>. by Ted Kremenek · 15 years ago
- 0268810 Introduce a new code-completion context for a parenthesized by Douglas Gregor · 15 years ago
- 560a921 Revert "CMake: Update to use standard CMake dependency tracking facilities instead" by Michael J. Spencer · 15 years ago
- 424668c The two libclang crash-recovery tests that involve precompiled by Douglas Gregor · 15 years ago
- 2cd4fd4 If we fail to create a temporary file for the precompiled preamble, by Douglas Gregor · 15 years ago
- 0d155a5 add latest gentoo gcc path by Nuno Lopes · 15 years ago
- c6cb2b0 Tweak GetPreamblePCHPath() to more closely match the behavior of the by Douglas Gregor · 15 years ago
- fe6834a Make sure we're producing a newline in the preprocessed output before by Douglas Gregor · 15 years ago
- 5a7f349 CMake: Update to use standard CMake dependency tracking facilities instead by Michael J. Spencer · 15 years ago
- 52d861c Added AnalyzerStatsChecker, a path sensitive check that reports visitation statistics about analysis. Running clang with the -analyzer-stats flag will emit warnings containing the information. We can then run a postanalysis script to take this data and give useful information about how much the analyzer missed in a project. by Tom Care · 15 years ago
- 80c60f7 When we parse a pragma, keep track of how that pragma was originally by Douglas Gregor · 15 years ago
- 80c26f4 Frontend: Add -cxx-system-include option which can be used to specify an by Daniel Dunbar · 15 years ago
- d11ee7f Fix indentation. by Daniel Dunbar · 15 years ago
- ec9bf47 Clean up CMake dependencies by Douglas Gregor · 15 years ago
- 5a97847 Add another missing CMake dependency. by Daniel Dunbar · 15 years ago
- bfae8bd Clean up some of the CMake dependencies by Douglas Gregor · 15 years ago
- 4566d1a Frontend/-H: Add comment on why I used a temporary string here. by Daniel Dunbar · 15 years ago
- 343d65c Tell the VS headers that char16_t and char32_t are keywords, so yvals.h doesn't try to define them as typedefs. by Steven Watanabe · 15 years ago
- 66392d4 zap dead code. by Chris Lattner · 15 years ago
- 8e9006b fix lookup of bits/c++config.h on mingw, patch by Ismail Donmez! by Chris Lattner · 15 years ago
- c5138b2 First test commit by Francois Pichet. _CRT_SECURE_CPP_OVERLOAD_SECURE_NAMES is not a predefined macro, remove it. by Francois Pichet · 15 years ago
- 400b607 Add support for Borland extensions via option -fborland-extensions by Dawn Perchik · 15 years ago
- d0b4e7c Reverting rev 112791 - apparently -fborland-extensions is on all the time?! by Dawn Perchik · 15 years ago
- 621a2f3 Add support for Borland extensions via option -fborland-extensions by Dawn Perchik · 15 years ago
- 0080f0c StringRefize. by Benjamin Kramer · 15 years ago
- 6a08140 add a new version of mingw, patch by İsmail "cartman" Dönmez in PR8049 by Chris Lattner · 15 years ago
- ab07941 Add NetBSD include search path by Anton Korobeynikov · 15 years ago
- 5c0ca52 Predeclare class type_info in Microsoft mode, from Francois Pichet! by Douglas Gregor · 15 years ago
- 2dc1453 Straighten out target triples provided on the command line before using them. by Duncan Sands · 15 years ago
- 1a480c4 Suggest "const" and "volatile" code completions after a function by Douglas Gregor · 15 years ago
- f155dfa createMainFileID doesn't need its IncludePos argument, since by Dan Gohman · 15 years ago
- 458433d Implement code completion for @selector expressions by Douglas Gregor · 15 years ago
- 1e5e668 Move the sorting of code-completion results out of the main path and by Douglas Gregor · 15 years ago
- 1cb237f Revert r112149, "Move the sorting of code-completion results out of the main by Daniel Dunbar · 15 years ago
- be13afe Move the sorting of code-completion results out of the main path and by Douglas Gregor · 15 years ago
- 9214819 Revert "Move the sorting of code-completion results out of the main path and by Douglas Gregor · 15 years ago
- c7ed372 Move the sorting of code-completion results out of the main path and by Douglas Gregor · 15 years ago
- 721f359 When combining the code-completion results from Sema long with the by Douglas Gregor · 15 years ago
- 59a6694 Add a missing case by Douglas Gregor · 15 years ago
- c9c29a8 Fix an off-by-one error when computing the precompiled preamble for by Douglas Gregor · 15 years ago
- 4125c37 Make the cursor kind of macro-name-only completions produced by by Douglas Gregor · 15 years ago
- 0a2c5e2 Teach Sema to live without CodeCompleteConsumer.h. by John McCall · 15 years ago
- f7c16d9 Frontend: Add basic -H support. by Daniel Dunbar · 15 years ago
- 23637be correct the -isystem option to not add the -isysroot path. Only the weird by Chris Lattner · 15 years ago
- f29c523 Implement code completion for preprocessor expressions and in macro arguments. by Douglas Gregor · 15 years ago
- 9db9ad3 Implement -iwithsysroot, an apple extension which is a close cousin of -isystem. by Chris Lattner · 15 years ago
- 1fbb447 Implement preprocessor code completion where a macro name is expected, by Douglas Gregor · 15 years ago
- 1b7255d Move ExecuteCompilerInvocation to a new library FrontendTool by Peter Collingbourne · 15 years ago
- 58ddb60 Introduce new libclang API functions that determine the availability by Douglas Gregor · 15 years ago
- 6d72cbe Don't include macro results when we're completing a declarator. by Douglas Gregor · 15 years ago
- 2ccccb3 Introduce a new code-completion point when we're parsing a by Douglas Gregor · 15 years ago
- 875ab10 Abstract out member-pointer creation. I'm really unhappy about the current by John McCall · 15 years ago
- a7e6845 Detabify. by Eli Friedman · 15 years ago