aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend
AgeCommit message (Expand)Author
2012-06-15Documentation cleanup: escape # in a Doxygen comment.James Dennett
2012-06-14Support -frewrite-includes as an option while preprocessing.David Blaikie
2012-06-14Rename -rewrite-includes to -frewrite-includes.David Blaikie
2012-06-13More doxygen/documentation cleanups.James Dennett
2012-06-13Add -isystem-prefix and -ino-system-prefix arguments, which can be used toRichard Smith
2012-06-11Const'ify CompilerInvocation::toArgs().Argyrios Kyrtzidis
2012-06-08If fixits appear to overlap, move the second one over in the output.Jordan Rose
2012-06-08[libclang] Don't crash when saving a PCH from a prefix headerArgyrios Kyrtzidis
2012-06-06Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie
2012-06-06Add a -rewrite-includes option, which is similar to -rewrite-macros, but only...David Blaikie
2012-06-06Zap the /Za compiler switch from MSVC projects, the option is considered harm...Francois Pichet
2012-05-29Fix indenting.David Blaikie
2012-05-25ensure value passed to is space is representable as unsigned charSeth Cantrell
2012-05-24fix Bug 12924Seth Cantrell
2012-05-22wire -fbounds-checking to the new LLVM bounds checking passNuno Lopes
2012-05-21[driver] When creating the compiler invocation out of command-lineArgyrios Kyrtzidis
2012-05-16Pulls diagnostics for temp file handling into the common diagnostic kinds.Manuel Klimek
2012-05-16Tweek r156937 a bit so that the suggestions are correct.Chad Rosier
2012-05-16Warn about -Wno-foo where foo is an unknown warning option. This is helpful Chad Rosier
2012-05-11For final output files create them with mode 0664 to match otherEric Christopher
2012-05-10Fix an assertion hit when the serialized diagnostics writer receive a diagnosticArgyrios Kyrtzidis
2012-05-08add -fbounds-checking option.Nuno Lopes
2012-05-04Add a predefine __WINT_UNSIGNED__, similar to __WCHAR_UNSIGNED__, and test th...James Molloy
2012-05-04This patch adds a new Clang compiler flag "-gline-tables-only".Alexey Samsonov
2012-05-03Use the standard values for the __cplusplus macro, even when in GNU mode. GCCRichard Smith
2012-05-02Fix cmake. Remaining two ClangCC1Options deps.Andrew Trick
2012-05-01Remove variables made dead by r155923David Blaikie
2012-05-01Remove dead code found by static analyzer.Ted Kremenek
2012-05-01Unify Options.td and CC1Options.td, in a first step towards unifying the seri...James Molloy
2012-05-01Make some helper functions static.Benjamin Kramer
2012-04-30Remove the ref/value inconsistency in filter_decl_iterator.David Blaikie
2012-04-27Use enum to set debug info size generated by ClangAlexey Samsonov
2012-04-26Revert r154981, because it caused PR12674.Nico Weber
2012-04-18Suppress -Wunused-variable warning in -Asserts buildMatt Beaumont-Gay
2012-04-18fix display of source lines with null charactersSeth Cantrell
2012-04-18Nicer display of unprintable source, and fix caret display for non-ascii textSeth Cantrell
2012-04-17Revert "Nicer display of unprintable source, and fix caret display for non-as...Seth Cantrell
2012-04-17fix display of source lines with null charactersSeth Cantrell
2012-04-17Nicer display of unprintable source, and fix caret display for non-ascii textSeth Cantrell
2012-04-16objective-c modern translator: buildit objc boolFariborz Jahanian
2012-04-14ASTUnit: Don't clone the new DiagnosticConsumer, causing it to get leaked.Benjamin Kramer
2012-04-13Remove the -cc1-level option "-pubnames-dump". Such things should stayDouglas Gregor
2012-04-13Implement the missing pieces needed to support libstdc++4.7's <atomic>:Richard Smith
2012-04-12Changed all direct calls to CompletionConsumer.reset(..) to go callErik Verbruggen
2012-04-12Added a flag to the parser to skip method bodies.Erik Verbruggen
2012-04-11[libclang] If displayDiagnostics is set (when calling clang_createIndex), mak...Argyrios Kyrtzidis
2012-04-10[code-complete] Introduce CodeCompletionTUInfo which will be used for cachingArgyrios Kyrtzidis
2012-04-09Revert r154321, pending more discussion.David Chisnall
2012-04-09Add -fobjc-trace to emit a call before and after each Objective-C message sendDavid Chisnall
2012-04-08Teach Clang about PIE compilations. This is the first step of PR12380.Chandler Carruth