summaryrefslogtreecommitdiffstats
path: root/lib/Frontend
Commit message (Expand)AuthorAgeFilesLines
* Suppress -Wunused-variable warning in -Asserts buildMatt Beaumont-Gay2012-04-181-1/+1
* fix display of source lines with null charactersSeth Cantrell2012-04-181-2/+5
* Nicer display of unprintable source, and fix caret display for non-ascii textSeth Cantrell2012-04-181-159/+439
* Revert "Nicer display of unprintable source, and fix caret display for non-as...Seth Cantrell2012-04-171-440/+160
* fix display of source lines with null charactersSeth Cantrell2012-04-171-2/+5
* Nicer display of unprintable source, and fix caret display for non-ascii textSeth Cantrell2012-04-171-158/+435
* objective-c modern translator: buildit objc boolFariborz Jahanian2012-04-161-0/+4
* ASTUnit: Don't clone the new DiagnosticConsumer, causing it to get leaked.Benjamin Kramer2012-04-141-2/+4
* Remove the -cc1-level option "-pubnames-dump". Such things should stayDouglas Gregor2012-04-132-75/+0
* Implement the missing pieces needed to support libstdc++4.7's <atomic>:Richard Smith2012-04-131-0/+40
* Changed all direct calls to CompletionConsumer.reset(..) to go callErik Verbruggen2012-04-121-4/+4
* Added a flag to the parser to skip method bodies.Erik Verbruggen2012-04-123-1/+8
* [libclang] If displayDiagnostics is set (when calling clang_createIndex), mak...Argyrios Kyrtzidis2012-04-111-24/+44
* [code-complete] Introduce CodeCompletionTUInfo which will be used for cachingArgyrios Kyrtzidis2012-04-101-9/+17
* Revert r154321, pending more discussion.David Chisnall2012-04-091-3/+0
* Add -fobjc-trace to emit a call before and after each Objective-C message sendDavid Chisnall2012-04-091-0/+3
* Teach Clang about PIE compilations. This is the first step of PR12380.Chandler Carruth2012-04-082-0/+7
* [analyzer] Enable retry exhausted without inlining by default.Anna Zaks2012-03-281-3/+3
* Move the emission of strict enum range metadata behind a flag (the sameChandler Carruth2012-03-271-0/+3
* [analyzer] Add an option to re-analyze a dead-end path without inlining.Anna Zaks2012-03-271-0/+3
* Introduce a -cc1-level option -pubnames-dump, which simply dumps theDouglas Gregor2012-03-272-0/+75
* Driver: Factor string vector push_back into a helper class and optimize it.Benjamin Kramer2012-03-261-264/+174
* Since this change is generating a considerable amount of discussion (and poss...Aaron Ballman2012-03-251-56/+46
* No longer hard coding paths to the MinGW include directories; using a regular...Aaron Ballman2012-03-251-46/+56
* [frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matchesChad Rosier2012-03-151-6/+4
* Adding in newer MinGW header paths.Aaron Ballman2012-03-151-0/+3
* [frontend] Add support for disabling the "inline" keyword using Chad Rosier2012-03-141-2/+3
* [driver] Parse diagnostic args in the driver.Chad Rosier2012-03-131-12/+25
* [libclang] When there's a file error when saving the PCH, make sure toArgyrios Kyrtzidis2012-03-131-1/+3
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-119-18/+18
* No longer defining GNUC mode when compiling for Microsoft compatibility. Thi...Aaron Ballman2012-03-101-5/+8
* [analyzer] Add support for NoRedundancy inlining mode.Anna Zaks2012-03-091-1/+1
* [Basic] Rename LangOptions::NoInline to NoInlineDefine, to make things a bitDaniel Dunbar2012-03-092-2/+2
* [analyzer] Rework inlining related command line options.Anna Zaks2012-03-081-3/+63
* Replace MarkVarRequired with a more genericRafael Espindola2012-03-081-2/+2
* Workaround module test failures by removing the version info from module hashes.Bob Wilson2012-03-071-1/+4
* [PCH] Mark a PCH file with a flag to indicate if the serialized AST hadArgyrios Kyrtzidis2012-03-073-12/+20
* CMake: Fix build to add clangEdit to USED_LIBS.NAKAMURA Takumi2012-03-061-0/+1
* [driver] What was implemented in r152130 was actually -fno-inline-functions, notChad Rosier2012-03-061-3/+4
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-062-5/+83
* [driver] Add support for -fno-inline.Chad Rosier2012-03-061-2/+4
* Fix a small difference in sema and codegen views of what needs to be output.Rafael Espindola2012-03-051-0/+5
* [preprocessor] Enhance PreprocessingRecord to keep track of locations of cond...Argyrios Kyrtzidis2012-03-051-1/+1
* Frontend: Default to creating output files using temporary files + rename.Daniel Dunbar2012-03-031-1/+2
* Frontend: Don't automatically create missing directories when using temporary...Daniel Dunbar2012-03-032-7/+22
* [analyzer] Bound the size of the functions being inlined + provideAnna Zaks2012-03-021-0/+6
* Add the Solaris support directory to the header search when using libc++.David Chisnall2012-03-021-0/+5
* [analyzer] Turn inlining on by default for better testing exposure.Anna Zaks2012-03-011-1/+2
* Add a flag -fthread-sanitizer.Kostya Serebryany2012-03-011-0/+3
* Serialization: Switch over to using the native SmallVector based BitstreamWriterDaniel Dunbar2012-02-292-2/+2