summaryrefslogtreecommitdiff
path: root/include/clang/Frontend
Commit message (Expand)AuthorAge
* Add new debug kind LocTrackingOnly.Diego Novillo2014-06-24
* DiagnosticRenderer: emit basic notes as real diagnosticsAlp Toker2014-06-21
* TextDiagnostic: print remark level diagnostics in bold tooAlp Toker2014-06-21
* Frontend: Add a CC1 flag to dump module dependencies to a directoryJustin Bogner2014-06-19
* Add -std=c++1z flag for C++17 features.Richard Smith2014-06-16
* Fix leak from r210059Alp Toker2014-06-03
* Use IntrusiveRefCntPtr's == and != nullptr operators.Rafael Espindola2014-06-03
* Don't assume an implicit IntrusiveRefCntPtr -> bool operator.Rafael Espindola2014-06-03
* Add flags -Rpass-missed and -Rpass-analysis.Diego Novillo2014-05-29
* Emit used/dllexport inline method definitions in nested classes (PR19743, PR1...Hans Wennborg2014-05-23
* Make DiagnosticsEngine non-copyableAlp Toker2014-05-11
* Let ASTReader optionally delete its ASTDeserializationListener.Nico Weber2014-05-08
* [C++11] Use 'nullptr'Craig Topper2014-05-06
* Support 'remark' in VerifyDiagnosticConsumerTobias Grosser2014-05-01
* Drop non-cfi assembly support from clang.Rafael Espindola2014-04-30
* Reapply r207477 and r207479 without cyclic dependencyBen Langmuir2014-04-29
* Push unique_ptr ownership of ASTUnits further back into their factories.David Blaikie2014-04-25
* Don't leak _all_ directives in -verify mode. Found by LSan, PR19520.Nico Weber2014-04-24
* Bury leaked sema pointer when reading from AST files.Nico Weber2014-04-24
* Quick fix for layering that broke shared library build.John Thompson2014-04-23
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-23
* Attempt to fix null ASTContext in ASTUnit error pathBen Langmuir2014-04-22
* Add support for optimization reports.Diego Novillo2014-04-16
* Honour -ivfsoverlay in ASTUnit to match clangBen Langmuir2014-04-15
* Add clang:: qualifier back to ModuleBen Langmuir2014-04-14
* Allow multiple modules with the same name to coexist in the module cacheBen Langmuir2014-04-14
* Use the correct trailing comment syntaxDmitri Gribenko2014-03-28
* Support for -Wa,-compress-debug-sections.David Blaikie2014-03-27
* [msan] -fsanitize-memory-track-origins=[level] flag and docs.Evgeniy Stepanov2014-03-20
* [Modules] Emit the module file paths as dependencies of the PCH when we are b...Argyrios Kyrtzidis2014-03-14
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-13
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-09
* [C++11] Remove the remaining uses of OwningPtr.Ahmed Charles2014-03-09
* [libclang] Don't pad the main buffer for the preamble.Argyrios Kyrtzidis2014-03-09
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* Replace OwningPtr::isValid() with conversion to bool.Ahmed Charles2014-03-07
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-07
* [Preprocessor] Pass TranslationUnitKind to the preprocessor and if it is TU_P...Argyrios Kyrtzidis2014-03-07
* Add dependencies from imported modules with -MDBen Langmuir2014-03-07
* Serialized diagnostic severity levels should be stable.Jordan Rose2014-03-03
* [ASTUnit] Don't let the preamble diagnostics out-live the CompilerInstance th...Argyrios Kyrtzidis2014-02-28
* [ASTUnit] Fix use-after-free bug in ASTUnit::getMainBufferWithPrecompiledPrea...Argyrios Kyrtzidis2014-02-27
* Accept -no-integrated-as in -cc1 and forward it to llvm.Rafael Espindola2014-02-21
* Recommit virtual file systemBen Langmuir2014-02-20
* Reverting the virtual file system implementation, because it triggers an asse...Juergen Ributzka2014-02-20
* Initial implementation of virtual file systemBen Langmuir2014-02-19
* Add an option to allow Clang verify source files for a module only once duringDmitri Gribenko2014-02-12
* Remove the -fhidden-weak-vtables -cc1 option. It was dead,John McCall2014-02-08
* ASTUnit: remove dead code in remapping filesDmitri Gribenko2014-02-08
* Stat system dependencies when using -verify-pchBen Langmuir2014-02-07