aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend
AgeCommit message (Expand)Author
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
2012-03-28[analyzer] Enable retry exhausted without inlining by default.Anna Zaks
2012-03-27Move the emission of strict enum range metadata behind a flag (the sameChandler Carruth
2012-03-27[analyzer] Add an option to re-analyze a dead-end path without inlining.Anna Zaks
2012-03-27Introduce a -cc1-level option -pubnames-dump, which simply dumps theDouglas Gregor
2012-03-26Driver: Factor string vector push_back into a helper class and optimize it.Benjamin Kramer
2012-03-25Since this change is generating a considerable amount of discussion (and poss...Aaron Ballman
2012-03-25No longer hard coding paths to the MinGW include directories; using a regular...Aaron Ballman
2012-03-15[frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matchesChad Rosier
2012-03-15Adding in newer MinGW header paths.Aaron Ballman
2012-03-14[frontend] Add support for disabling the "inline" keyword using Chad Rosier
2012-03-13[driver] Parse diagnostic args in the driver.Chad Rosier
2012-03-13[libclang] When there's a file error when saving the PCH, make sure toArgyrios Kyrtzidis
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie
2012-03-10No longer defining GNUC mode when compiling for Microsoft compatibility. Thi...Aaron Ballman
2012-03-09[analyzer] Add support for NoRedundancy inlining mode.Anna Zaks
2012-03-09[Basic] Rename LangOptions::NoInline to NoInlineDefine, to make things a bitDaniel Dunbar
2012-03-08[analyzer] Rework inlining related command line options.Anna Zaks
2012-03-08Replace MarkVarRequired with a more genericRafael Espindola
2012-03-07Workaround module test failures by removing the version info from module hashes.Bob Wilson